Shades of Dark Cerulean #03598E
Tints of Dark Cerulean #03598E
RGB
CMYK
RGB Variations
Color information
#03598E (or 0x03598E) is known color: Dark Cerulean. HEX triplet: 03, 59 and 8E. RGB value is (3,89,142). Sum of RGB (Red+Green+Blue) = 3+89+142=234 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.28% from 234); Green value is 89 (35.16% from 255 or 38.03% from 234); Blue value is 142 (55.86% from 255 or 60.68% from 234); Max value from RGB is 142 - color contains mainly: blue. Hex color #03598E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #03598E is #FCA671. Grayscale: #454545. Windows color (decimal): -16557682 or 9328899. OLE color: 9328899.
HSL color Cylindrical-coordinate representation of color #03598E: hue angle of 202.88º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03598E is Cyan = 0.98, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 3 | 89 | 142 | - |
| CMYK | 0.98 | 0.37 | 0 | 0.44 |
| HSL | 202.88º | 0.96% | 0.28% | - |
| HSV(B) | 202.88º | 0.98% | 0.56% | - |
| XYZ | 8.49 | 9.12 | 26.9 | - |
| YUV | 69.33 | 169.01 | 80.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 89 | 142 | 0.98 | 0.37 | 0 | 0.44 | 202.88 | 0.96 | 0.28 |
| Hex | 3 | 59 | 8E | 62 | 25 | 0 | 2C | CB | 60 | 1C |
| Octal | 3 | 131 | 216 | 142 | 45 | 0 | 54 | 313 | 140 | 34 |
| Binary | 11 | 1011001 | 10001110 | 1100010 | 100101 | 0 | 101100 | 11001011 | 1100000 | 11100 |
Color Harmonies of #03598E
Complementary color
Monochromatic Colors of #03598E
Black with #03598E
Text Example
Text Example
White with #03598E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03598E; }
p { color: rgb(3,89,142); }
H1.HeaderClassName
{
color: #03598E;
}
.AnyTagClassName
{
color: #03598E;
}
</style>
background-color css
<style>
a { background-color: #03598E; }
a { background-color: rgb(3,89,142); }
div.DivClassName
{
background-color: #03598E;
}
.BgClassName
{
background-color: #03598E;
}
</style>
border-color css
<style>
span { border-color: #03598E; }
span { border-color: rgb(3,89,142); }
td.TdClassName
{
border-color: #03598E;
}
.TagClassName
{
border-color: #03598E;
}
</style>