color details

Color Details
#36375f Color Hex

#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
Color spaces of #36375fValue
RGB54, 55, 95
HSL0.66, 0.28, 0.29
HSV239°, 43°, 37°
XYZ4.95, 4.34, 11.4
Base Numbers
Base Red Green Blue
Binary 110110 110111 1011111
Octal 66 67 137
Decimal 54 55 95
Hex 36 37 5F

RGB Percentages for Color #36375f

26.47%
26.96%
46.57%

CMYK Percentages of the Color #36375f

43.16%
42.11%
62.75%
CSS Codes for Color #36375f
.mybgColor {background-color: #36375f;}
.myforeColor {color: #36375f;}
.myborderColor {border:3px solid #36375f;}
Text Font Color #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,

Background Color #36375f

<div style="background-color:#36375f">Div content here</div>

The background color of this div is #36375f
Border Color #36375f

<div style="border:3px solid #36375f">Div here</div>

The border color of this div is #36375f
Css3 Examples
            .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;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(54, 55, 95, 0.8);">Text here</p>

This text has a shadow with RGB values.

Text Shadow Using Hex Values

<p style="text-shadow: 4px 4px 2px #36375f;">Text here</p>

This text has a shadow with hexadecimal (hex) values.

Shadow Div Box

<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>

This div box has a shadow with a specified color. #36375f
Scroll to Top