Shades of Dark Cerulean #033F8C
Tints of Dark Cerulean #033F8C
RGB
CMYK
RGB Variations
Color information
#033F8C (or 0x033F8C) is known color: Dark Cerulean. HEX triplet: 03, 3F and 8C. RGB value is (3,63,140). Sum of RGB (Red+Green+Blue) = 3+63+140=206 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.46% from 206); Green value is 63 (25% from 255 or 30.58% from 206); Blue value is 140 (55.08% from 255 or 67.96% from 206); Max value from RGB is 140 - color contains mainly: blue. Hex color #033F8C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #033F8C is #FCC073. Grayscale: #353535. Windows color (decimal): -16564340 or 9191171. OLE color: 9191171.
HSL color Cylindrical-coordinate representation of color #033F8C: hue angle of 213.72º 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 #033F8C is Cyan = 0.98, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 3 | 63 | 140 | - |
| CMYK | 0.98 | 0.55 | 0 | 0.45 |
| HSL | 213.72º | 0.96% | 0.28% | - |
| HSV(B) | 213.72º | 0.98% | 0.55% | - |
| XYZ | 6.55 | 5.47 | 25.52 | - |
| YUV | 53.84 | 176.62 | 91.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 63 | 140 | 0.98 | 0.55 | 0 | 0.45 | 213.72 | 0.96 | 0.28 |
| Hex | 3 | 3F | 8C | 62 | 37 | 0 | 2D | D6 | 60 | 1C |
| Octal | 3 | 77 | 214 | 142 | 67 | 0 | 55 | 326 | 140 | 34 |
| Binary | 11 | 111111 | 10001100 | 1100010 | 110111 | 0 | 101101 | 11010110 | 1100000 | 11100 |
Color Harmonies of #033F8C
Complementary color
Monochromatic Colors of #033F8C
Black with #033F8C
Text Example
Text Example
White with #033F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033F8C; }
p { color: rgb(3,63,140); }
H1.HeaderClassName
{
color: #033F8C;
}
.AnyTagClassName
{
color: #033F8C;
}
</style>
background-color css
<style>
a { background-color: #033F8C; }
a { background-color: rgb(3,63,140); }
div.DivClassName
{
background-color: #033F8C;
}
.BgClassName
{
background-color: #033F8C;
}
</style>
border-color css
<style>
span { border-color: #033F8C; }
span { border-color: rgb(3,63,140); }
td.TdClassName
{
border-color: #033F8C;
}
.TagClassName
{
border-color: #033F8C;
}
</style>