Shades of Dark Cerulean #033C87
Tints of Dark Cerulean #033C87
RGB
CMYK
RGB Variations
Color information
#033C87 (or 0x033C87) is known color: Dark Cerulean. HEX triplet: 03, 3C and 87. RGB value is (3,60,135). Sum of RGB (Red+Green+Blue) = 3+60+135=198 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.52% from 198); Green value is 60 (23.83% from 255 or 30.30% from 198); Blue value is 135 (53.12% from 255 or 68.18% from 198); Max value from RGB is 135 - color contains mainly: blue. Hex color #033C87 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #033C87 is #FCC378. Grayscale: #333333. Windows color (decimal): -16565113 or 8862723. OLE color: 8862723.
HSL color Cylindrical-coordinate representation of color #033C87: hue angle of 214.09º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #033C87 is Cyan = 0.98, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 3 | 60 | 135 | - |
| CMYK | 0.98 | 0.56 | 0 | 0.47 |
| HSL | 214.09º | 0.96% | 0.27% | - |
| HSV(B) | 214.09º | 0.98% | 0.53% | - |
| XYZ | 6.03 | 5 | 23.57 | - |
| YUV | 51.51 | 175.12 | 93.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 60 | 135 | 0.98 | 0.56 | 0 | 0.47 | 214.09 | 0.96 | 0.27 |
| Hex | 3 | 3C | 87 | 62 | 38 | 0 | 2F | D6 | 60 | 1B |
| Octal | 3 | 74 | 207 | 142 | 70 | 0 | 57 | 326 | 140 | 33 |
| Binary | 11 | 111100 | 10000111 | 1100010 | 111000 | 0 | 101111 | 11010110 | 1100000 | 11011 |
Color Harmonies of #033C87
Complementary color
Monochromatic Colors of #033C87
Black with #033C87
Text Example
Text Example
White with #033C87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033C87; }
p { color: rgb(3,60,135); }
H1.HeaderClassName
{
color: #033C87;
}
.AnyTagClassName
{
color: #033C87;
}
</style>
background-color css
<style>
a { background-color: #033C87; }
a { background-color: rgb(3,60,135); }
div.DivClassName
{
background-color: #033C87;
}
.BgClassName
{
background-color: #033C87;
}
</style>
border-color css
<style>
span { border-color: #033C87; }
span { border-color: rgb(3,60,135); }
td.TdClassName
{
border-color: #033C87;
}
.TagClassName
{
border-color: #033C87;
}
</style>