color details

Color Details
#3c598e Color Hex

#3c598e color RGB value is (3, 197, 152).
#3c598e hex color red value is 3, green value is 197, and blue value is 152.
Cylindrical-coordinate representations (HSL) of color #3c598e hue: 166.08, saturation: 0.97 and lightness: 0.39.

The process color (four-color CMYK) of #3c598e color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #3c598e is #ff9999. Color #3c598e contains mainly RED.

Color Spaces
Color spaces of #3c598eValue
RGB60, 89, 142
HSL0.61, 0.41, 0.4
HSV219°, 58°, 56°
XYZ10.32, 10.06, 26.98
Base Numbers
Base Red Green Blue
Binary 111100 1011001 10001110
Octal 74 131 216
Decimal 60 89 142
Hex 3C 59 8E

RGB Percentages for Color #3c598e

20.62%
30.58%
48.8%

CMYK Percentages of the Color #3c598e

57.75%
37.32%
44.31%
CSS Codes for Color #3c598e
.mybgColor {background-color: #3c598e;}
.myforeColor {color: #3c598e;}
.myborderColor {border:3px solid #3c598e;}
Text Font Color #3c598e

<p style="color:#3c598e">Text here</p>

This sample text is styled with the font color #3c598e. 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 #3c598e

<div style="background-color:#3c598e">Div content here</div>

The background color of this div is #3c598e
Border Color #3c598e

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

The border color of this div is #3c598e
Css3 Examples
            .textShadowRgb {
                text-shadow: 4px 4px 2px rgba(60, 89, 142, 0.8);            }
            .textShadowHex {
                text-shadow: 4px 4px 2px #3c598e;            }
            .divShadow {
                -moz-box-shadow: 1px 1px 3px #3c598e;
-webkit-box-shadow: 1px 1px 3px #3c598e;
box-shadow: 1px 1px 3px #3c598e;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(60, 89, 142, 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 #3c598e;">Text here</p>

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

Shadow Div Box

<div style="-moz-box-shadow: 1px 1px 3px #3c598e; -webkit-box-shadow: 1px 1px 3px #3c598e; box-shadow: 1px 1px 3px #3c598e;">Div content here</div>

This div box has a shadow with a specified color. #3c598e

Scroll to Top