Shades of Dark Cerulean #033C7C
Tints of Dark Cerulean #033C7C
RGB
CMYK
RGB Variations
Color information
#033C7C (or 0x033C7C) is known color: Dark Cerulean. HEX triplet: 03, 3C and 7C. RGB value is (3,60,124). Sum of RGB (Red+Green+Blue) = 3+60+124=187 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.60% from 187); Green value is 60 (23.83% from 255 or 32.09% from 187); Blue value is 124 (48.83% from 255 or 66.31% from 187); Max value from RGB is 124 - color contains mainly: blue. Hex color #033C7C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033C7C is #FCC383. Grayscale: #313131. Windows color (decimal): -16565124 or 8141827. OLE color: 8141827.
HSL color Cylindrical-coordinate representation of color #033C7C: hue angle of 211.74º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #033C7C is Cyan = 0.98, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 3 | 60 | 124 | - |
| CMYK | 0.98 | 0.52 | 0 | 0.51 |
| HSL | 211.74º | 0.95% | 0.25% | - |
| HSV(B) | 211.74º | 0.98% | 0.49% | - |
| XYZ | 5.29 | 4.71 | 19.7 | - |
| YUV | 50.25 | 169.62 | 94.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 60 | 124 | 0.98 | 0.52 | 0 | 0.51 | 211.74 | 0.95 | 0.25 |
| Hex | 3 | 3C | 7C | 62 | 34 | 0 | 33 | D4 | 5F | 19 |
| Octal | 3 | 74 | 174 | 142 | 64 | 0 | 63 | 324 | 137 | 31 |
| Binary | 11 | 111100 | 1111100 | 1100010 | 110100 | 0 | 110011 | 11010100 | 1011111 | 11001 |
Color Harmonies of #033C7C
Complementary color
Monochromatic Colors of #033C7C
Black with #033C7C
Text Example
Text Example
White with #033C7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033C7C; }
p { color: rgb(3,60,124); }
H1.HeaderClassName
{
color: #033C7C;
}
.AnyTagClassName
{
color: #033C7C;
}
</style>
background-color css
<style>
a { background-color: #033C7C; }
a { background-color: rgb(3,60,124); }
div.DivClassName
{
background-color: #033C7C;
}
.BgClassName
{
background-color: #033C7C;
}
</style>
border-color css
<style>
span { border-color: #033C7C; }
span { border-color: rgb(3,60,124); }
td.TdClassName
{
border-color: #033C7C;
}
.TagClassName
{
border-color: #033C7C;
}
</style>