Shades of Dark Cerulean #033682
Tints of Dark Cerulean #033682
RGB
CMYK
RGB Variations
Color information
#033682 (or 0x033682) is known color: Dark Cerulean. HEX triplet: 03, 36 and 82. RGB value is (3,54,130). Sum of RGB (Red+Green+Blue) = 3+54+130=187 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.60% from 187); Green value is 54 (21.48% from 255 or 28.88% from 187); Blue value is 130 (51.17% from 255 or 69.52% from 187); Max value from RGB is 130 - color contains mainly: blue. Hex color #033682 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #033682 is #FCC97D. Grayscale: #2F2F2F. Windows color (decimal): -16566654 or 8533507. OLE color: 8533507.
HSL color Cylindrical-coordinate representation of color #033682: hue angle of 215.91º 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 #033682 is Cyan = 0.98, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 3 | 54 | 130 | - |
| CMYK | 0.98 | 0.58 | 0 | 0.49 |
| HSL | 215.91º | 0.95% | 0.26% | - |
| HSV(B) | 215.91º | 0.98% | 0.51% | - |
| XYZ | 5.39 | 4.27 | 21.66 | - |
| YUV | 47.42 | 174.6 | 96.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 54 | 130 | 0.98 | 0.58 | 0 | 0.49 | 215.91 | 0.95 | 0.26 |
| Hex | 3 | 36 | 82 | 62 | 3A | 0 | 31 | D8 | 5F | 1A |
| Octal | 3 | 66 | 202 | 142 | 72 | 0 | 61 | 330 | 137 | 32 |
| Binary | 11 | 110110 | 10000010 | 1100010 | 111010 | 0 | 110001 | 11011000 | 1011111 | 11010 |
Color Harmonies of #033682
Complementary color
Monochromatic Colors of #033682
Black with #033682
Text Example
Text Example
White with #033682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033682; }
p { color: rgb(3,54,130); }
H1.HeaderClassName
{
color: #033682;
}
.AnyTagClassName
{
color: #033682;
}
</style>
background-color css
<style>
a { background-color: #033682; }
a { background-color: rgb(3,54,130); }
div.DivClassName
{
background-color: #033682;
}
.BgClassName
{
background-color: #033682;
}
</style>
border-color css
<style>
span { border-color: #033682; }
span { border-color: rgb(3,54,130); }
td.TdClassName
{
border-color: #033682;
}
.TagClassName
{
border-color: #033682;
}
</style>