Shades of Dark Cerulean #033C82
Tints of Dark Cerulean #033C82
RGB
CMYK
RGB Variations
Color information
#033C82 (or 0x033C82) is known color: Dark Cerulean. HEX triplet: 03, 3C and 82. RGB value is (3,60,130). Sum of RGB (Red+Green+Blue) = 3+60+130=193 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.55% from 193); Green value is 60 (23.83% from 255 or 31.09% from 193); Blue value is 130 (51.17% from 255 or 67.36% from 193); Max value from RGB is 130 - color contains mainly: blue. Hex color #033C82 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #033C82 is #FCC37D. Grayscale: #323232. Windows color (decimal): -16565118 or 8535043. OLE color: 8535043.
HSL color Cylindrical-coordinate representation of color #033C82: hue angle of 213.07º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #033C82 is Cyan = 0.98, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 3 | 60 | 130 | - |
| CMYK | 0.98 | 0.54 | 0 | 0.49 |
| HSL | 213.07º | 0.95% | 0.26% | - |
| HSV(B) | 213.07º | 0.98% | 0.51% | - |
| XYZ | 5.68 | 4.86 | 21.76 | - |
| YUV | 50.94 | 172.62 | 93.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 60 | 130 | 0.98 | 0.54 | 0 | 0.49 | 213.07 | 0.95 | 0.26 |
| Hex | 3 | 3C | 82 | 62 | 36 | 0 | 31 | D5 | 5F | 1A |
| Octal | 3 | 74 | 202 | 142 | 66 | 0 | 61 | 325 | 137 | 32 |
| Binary | 11 | 111100 | 10000010 | 1100010 | 110110 | 0 | 110001 | 11010101 | 1011111 | 11010 |
Color Harmonies of #033C82
Complementary color
Monochromatic Colors of #033C82
Black with #033C82
Text Example
Text Example
White with #033C82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033C82; }
p { color: rgb(3,60,130); }
H1.HeaderClassName
{
color: #033C82;
}
.AnyTagClassName
{
color: #033C82;
}
</style>
background-color css
<style>
a { background-color: #033C82; }
a { background-color: rgb(3,60,130); }
div.DivClassName
{
background-color: #033C82;
}
.BgClassName
{
background-color: #033C82;
}
</style>
border-color css
<style>
span { border-color: #033C82; }
span { border-color: rgb(3,60,130); }
td.TdClassName
{
border-color: #033C82;
}
.TagClassName
{
border-color: #033C82;
}
</style>