Shades of Dark Cerulean #033080
Tints of Dark Cerulean #033080
RGB
CMYK
RGB Variations
Color information
#033080 (or 0x033080) is known color: Dark Cerulean. HEX triplet: 03, 30 and 80. RGB value is (3,48,128). Sum of RGB (Red+Green+Blue) = 3+48+128=179 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.68% from 179); Green value is 48 (19.14% from 255 or 26.82% from 179); Blue value is 128 (50.39% from 255 or 71.51% from 179); Max value from RGB is 128 - color contains mainly: blue. Hex color #033080 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #033080 is #FCCF7F. Grayscale: #2B2B2B. Windows color (decimal): -16568192 or 8400899. OLE color: 8400899.
HSL color Cylindrical-coordinate representation of color #033080: hue angle of 218.4º 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 #033080 is Cyan = 0.98, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 3 | 48 | 128 | - |
| CMYK | 0.98 | 0.62 | 0 | 0.50 |
| HSL | 218.4º | 0.95% | 0.26% | - |
| HSV(B) | 218.4º | 0.98% | 0.5% | - |
| XYZ | 4.99 | 3.69 | 20.87 | - |
| YUV | 43.67 | 175.59 | 99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 48 | 128 | 0.98 | 0.62 | 0 | 0.50 | 218.4 | 0.95 | 0.26 |
| Hex | 3 | 30 | 80 | 62 | 3E | 0 | 32 | DA | 5F | 1A |
| Octal | 3 | 60 | 200 | 142 | 76 | 0 | 62 | 332 | 137 | 32 |
| Binary | 11 | 110000 | 10000000 | 1100010 | 111110 | 0 | 110010 | 11011010 | 1011111 | 11010 |
Color Harmonies of #033080
Complementary color
Monochromatic Colors of #033080
Black with #033080
Text Example
Text Example
White with #033080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033080; }
p { color: rgb(3,48,128); }
H1.HeaderClassName
{
color: #033080;
}
.AnyTagClassName
{
color: #033080;
}
</style>
background-color css
<style>
a { background-color: #033080; }
a { background-color: rgb(3,48,128); }
div.DivClassName
{
background-color: #033080;
}
.BgClassName
{
background-color: #033080;
}
</style>
border-color css
<style>
span { border-color: #033080; }
span { border-color: rgb(3,48,128); }
td.TdClassName
{
border-color: #033080;
}
.TagClassName
{
border-color: #033080;
}
</style>