Shades of Dark Cerulean #033680
Tints of Dark Cerulean #033680
RGB
CMYK
RGB Variations
Color information
#033680 (or 0x033680) is known color: Dark Cerulean. HEX triplet: 03, 36 and 80. RGB value is (3,54,128). Sum of RGB (Red+Green+Blue) = 3+54+128=185 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.62% from 185); Green value is 54 (21.48% from 255 or 29.19% from 185); Blue value is 128 (50.39% from 255 or 69.19% from 185); Max value from RGB is 128 - color contains mainly: blue. Hex color #033680 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #033680 is #FCC97F. Grayscale: #2E2E2E. Windows color (decimal): -16566656 or 8402435. OLE color: 8402435.
HSL color Cylindrical-coordinate representation of color #033680: hue angle of 215.52º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #033680 is Cyan = 0.98, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 3 | 54 | 128 | - |
| CMYK | 0.98 | 0.58 | 0 | 0.50 |
| HSL | 215.52º | 0.95% | 0.26% | - |
| HSV(B) | 215.52º | 0.98% | 0.5% | - |
| XYZ | 5.25 | 4.22 | 20.96 | - |
| YUV | 47.19 | 173.6 | 96.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 54 | 128 | 0.98 | 0.58 | 0 | 0.50 | 215.52 | 0.95 | 0.26 |
| Hex | 3 | 36 | 80 | 62 | 3A | 0 | 32 | D8 | 5F | 1A |
| Octal | 3 | 66 | 200 | 142 | 72 | 0 | 62 | 330 | 137 | 32 |
| Binary | 11 | 110110 | 10000000 | 1100010 | 111010 | 0 | 110010 | 11011000 | 1011111 | 11010 |
Color Harmonies of #033680
Complementary color
Monochromatic Colors of #033680
Black with #033680
Text Example
Text Example
White with #033680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033680; }
p { color: rgb(3,54,128); }
H1.HeaderClassName
{
color: #033680;
}
.AnyTagClassName
{
color: #033680;
}
</style>
background-color css
<style>
a { background-color: #033680; }
a { background-color: rgb(3,54,128); }
div.DivClassName
{
background-color: #033680;
}
.BgClassName
{
background-color: #033680;
}
</style>
border-color css
<style>
span { border-color: #033680; }
span { border-color: rgb(3,54,128); }
td.TdClassName
{
border-color: #033680;
}
.TagClassName
{
border-color: #033680;
}
</style>