Shades of Dark Cerulean #033C89
Tints of Dark Cerulean #033C89
RGB
CMYK
RGB Variations
Color information
#033C89 (or 0x033C89) is known color: Dark Cerulean. HEX triplet: 03, 3C and 89. RGB value is (3,60,137). Sum of RGB (Red+Green+Blue) = 3+60+137=200 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.5% from 200); Green value is 60 (23.83% from 255 or 30% from 200); Blue value is 137 (53.91% from 255 or 68.5% from 200); Max value from RGB is 137 - color contains mainly: blue. Hex color #033C89 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #033C89 is #FCC376. Grayscale: #333333. Windows color (decimal): -16565111 or 8993795. OLE color: 8993795.
HSL color Cylindrical-coordinate representation of color #033C89: hue angle of 214.48º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #033C89 is Cyan = 0.98, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 3 | 60 | 137 | - |
| CMYK | 0.98 | 0.56 | 0 | 0.46 |
| HSL | 214.48º | 0.96% | 0.27% | - |
| HSV(B) | 214.48º | 0.98% | 0.54% | - |
| XYZ | 6.17 | 5.06 | 24.32 | - |
| YUV | 51.74 | 176.12 | 93.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 60 | 137 | 0.98 | 0.56 | 0 | 0.46 | 214.48 | 0.96 | 0.27 |
| Hex | 3 | 3C | 89 | 62 | 38 | 0 | 2E | D6 | 60 | 1B |
| Octal | 3 | 74 | 211 | 142 | 70 | 0 | 56 | 326 | 140 | 33 |
| Binary | 11 | 111100 | 10001001 | 1100010 | 111000 | 0 | 101110 | 11010110 | 1100000 | 11011 |
Color Harmonies of #033C89
Complementary color
Monochromatic Colors of #033C89
Black with #033C89
Text Example
Text Example
White with #033C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033C89; }
p { color: rgb(3,60,137); }
H1.HeaderClassName
{
color: #033C89;
}
.AnyTagClassName
{
color: #033C89;
}
</style>
background-color css
<style>
a { background-color: #033C89; }
a { background-color: rgb(3,60,137); }
div.DivClassName
{
background-color: #033C89;
}
.BgClassName
{
background-color: #033C89;
}
</style>
border-color css
<style>
span { border-color: #033C89; }
span { border-color: rgb(3,60,137); }
td.TdClassName
{
border-color: #033C89;
}
.TagClassName
{
border-color: #033C89;
}
</style>