#36375f color RGB value is (3, 99, 117).
#36375f hex color red value is 3, green value is 99, and blue value is 117.
Cylindrical-coordinate representations (HSL) of color #36375f
hue: 189.47,
saturation: 0.95 and lightness: 0.24.
The process color (four-color CMYK) of #36375f color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #36375f is #ff9999. Color #36375f contains mainly RED.
Color spaces of #36375f | Value |
---|---|
RGB | 54, 55, 95 |
HSL | 0.66, 0.28, 0.29 |
HSV | 239°, 43°, 37° |
XYZ | 4.95, 4.34, 11.4 |
Base | Red | Green | Blue |
---|---|---|---|
Binary | 110110 | 110111 | 1011111 |
Octal | 66 | 67 | 137 |
Decimal | 54 | 55 | 95 |
Hex | 36 | 37 | 5F |
Shades of #36375f
Tints of #36375f
.mybgColor {background-color: #36375f;} .myforeColor {color: #36375f;} .myborderColor {border:3px solid #36375f;}
<p style="color:#36375f">Text here</p>
This sample text is styled with the font color #36375f. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here,
<div style="background-color:#36375f">Div content here</div>
<div style="border:3px solid #36375f">Div here</div>
.textShadowRgb { text-shadow: 4px 4px 2px rgba(54, 55, 95, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #36375f; } .divShadow { -moz-box-shadow: 1px 1px 3px #36375f; -webkit-box-shadow: 1px 1px 3px #36375f; box-shadow: 1px 1px 3px #36375f; }
<p style="text-shadow: 4px 4px 2px rgba(54, 55, 95, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #36375f;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #36375f;
-webkit-box-shadow: 1px 1px 3px #36375f;
box-shadow: 1px 1px 3px #36375f;">Div content here</div>