Shades of Dark Cerulean #03598C
Tints of Dark Cerulean #03598C
RGB
CMYK
RGB Variations
Color information
#03598C (or 0x03598C) is known color: Dark Cerulean. HEX triplet: 03, 59 and 8C. RGB value is (3,89,140). Sum of RGB (Red+Green+Blue) = 3+89+140=232 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.29% from 232); Green value is 89 (35.16% from 255 or 38.36% from 232); Blue value is 140 (55.08% from 255 or 60.34% from 232); Max value from RGB is 140 - color contains mainly: blue. Hex color #03598C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #03598C is #FCA673. Grayscale: #444444. Windows color (decimal): -16557684 or 9197827. OLE color: 9197827.
HSL color Cylindrical-coordinate representation of color #03598C: hue angle of 202.34º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03598C is Cyan = 0.98, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 3 | 89 | 140 | - |
| CMYK | 0.98 | 0.36 | 0 | 0.45 |
| HSL | 202.34º | 0.96% | 0.28% | - |
| HSV(B) | 202.34º | 0.98% | 0.55% | - |
| XYZ | 8.34 | 9.06 | 26.12 | - |
| YUV | 69.1 | 168.01 | 80.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 89 | 140 | 0.98 | 0.36 | 0 | 0.45 | 202.34 | 0.96 | 0.28 |
| Hex | 3 | 59 | 8C | 62 | 24 | 0 | 2D | CA | 60 | 1C |
| Octal | 3 | 131 | 214 | 142 | 44 | 0 | 55 | 312 | 140 | 34 |
| Binary | 11 | 1011001 | 10001100 | 1100010 | 100100 | 0 | 101101 | 11001010 | 1100000 | 11100 |
Color Harmonies of #03598C
Complementary color
Monochromatic Colors of #03598C
Black with #03598C
Text Example
Text Example
White with #03598C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03598C; }
p { color: rgb(3,89,140); }
H1.HeaderClassName
{
color: #03598C;
}
.AnyTagClassName
{
color: #03598C;
}
</style>
background-color css
<style>
a { background-color: #03598C; }
a { background-color: rgb(3,89,140); }
div.DivClassName
{
background-color: #03598C;
}
.BgClassName
{
background-color: #03598C;
}
</style>
border-color css
<style>
span { border-color: #03598C; }
span { border-color: rgb(3,89,140); }
td.TdClassName
{
border-color: #03598C;
}
.TagClassName
{
border-color: #03598C;
}
</style>