Shades of Dark Cerulean #033382
Tints of Dark Cerulean #033382
RGB
CMYK
RGB Variations
Color information
#033382 (or 0x033382) is known color: Dark Cerulean. HEX triplet: 03, 33 and 82. RGB value is (3,51,130). Sum of RGB (Red+Green+Blue) = 3+51+130=184 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.63% from 184); Green value is 51 (20.31% from 255 or 27.72% from 184); Blue value is 130 (51.17% from 255 or 70.65% from 184); Max value from RGB is 130 - color contains mainly: blue. Hex color #033382 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #033382 is #FCCC7D. Grayscale: #2D2D2D. Windows color (decimal): -16567422 or 8532739. OLE color: 8532739.
HSL color Cylindrical-coordinate representation of color #033382: hue angle of 217.32º 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 #033382 is Cyan = 0.98, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 3 | 51 | 130 | - |
| CMYK | 0.98 | 0.61 | 0 | 0.49 |
| HSL | 217.32º | 0.95% | 0.26% | - |
| HSV(B) | 217.32º | 0.98% | 0.51% | - |
| XYZ | 5.25 | 4 | 21.61 | - |
| YUV | 45.65 | 175.6 | 97.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 51 | 130 | 0.98 | 0.61 | 0 | 0.49 | 217.32 | 0.95 | 0.26 |
| Hex | 3 | 33 | 82 | 62 | 3D | 0 | 31 | D9 | 5F | 1A |
| Octal | 3 | 63 | 202 | 142 | 75 | 0 | 61 | 331 | 137 | 32 |
| Binary | 11 | 110011 | 10000010 | 1100010 | 111101 | 0 | 110001 | 11011001 | 1011111 | 11010 |
Color Harmonies of #033382
Complementary color
Monochromatic Colors of #033382
Black with #033382
Text Example
Text Example
White with #033382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033382; }
p { color: rgb(3,51,130); }
H1.HeaderClassName
{
color: #033382;
}
.AnyTagClassName
{
color: #033382;
}
</style>
background-color css
<style>
a { background-color: #033382; }
a { background-color: rgb(3,51,130); }
div.DivClassName
{
background-color: #033382;
}
.BgClassName
{
background-color: #033382;
}
</style>
border-color css
<style>
span { border-color: #033382; }
span { border-color: rgb(3,51,130); }
td.TdClassName
{
border-color: #033382;
}
.TagClassName
{
border-color: #033382;
}
</style>