#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 of #3c598e | Value |
|---|---|
| RGB | 60, 89, 142 |
| HSL | 0.61, 0.41, 0.4 |
| HSV | 219°, 58°, 56° |
| XYZ | 10.32, 10.06, 26.98 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 111100 | 1011001 | 10001110 |
| Octal | 74 | 131 | 216 |
| Decimal | 60 | 89 | 142 |
| Hex | 3C | 59 | 8E |
Shades of #3c598e
Tints of #3c598e
.mybgColor {background-color: #3c598e;}
.myforeColor {color: #3c598e;}
.myborderColor {border:3px solid #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,
<div style="background-color:#3c598e">Div content here</div>
<div style="border:3px solid #3c598e">Div here</div>
.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; }
<p style="text-shadow: 4px 4px 2px rgba(60, 89, 142, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #3c598e;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<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>
