Shades of Dark Cerulean #033B7D
Tints of Dark Cerulean #033B7D
RGB
CMYK
RGB Variations
Color information
#033B7D (or 0x033B7D) is known color: Dark Cerulean. HEX triplet: 03, 3B and 7D. RGB value is (3,59,125). Sum of RGB (Red+Green+Blue) = 3+59+125=187 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.60% from 187); Green value is 59 (23.44% from 255 or 31.55% from 187); Blue value is 125 (49.22% from 255 or 66.84% from 187); Max value from RGB is 125 - color contains mainly: blue. Hex color #033B7D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033B7D is #FCC482. Grayscale: #313131. Windows color (decimal): -16565379 or 8207107. OLE color: 8207107.
HSL color Cylindrical-coordinate representation of color #033B7D: hue angle of 212.46º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #033B7D is Cyan = 0.98, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 3 | 59 | 125 | - |
| CMYK | 0.98 | 0.53 | 0 | 0.51 |
| HSL | 212.46º | 0.95% | 0.25% | - |
| HSV(B) | 212.46º | 0.98% | 0.49% | - |
| XYZ | 5.3 | 4.63 | 20.02 | - |
| YUV | 49.78 | 170.45 | 94.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 59 | 125 | 0.98 | 0.53 | 0 | 0.51 | 212.46 | 0.95 | 0.25 |
| Hex | 3 | 3B | 7D | 62 | 35 | 0 | 33 | D4 | 5F | 19 |
| Octal | 3 | 73 | 175 | 142 | 65 | 0 | 63 | 324 | 137 | 31 |
| Binary | 11 | 111011 | 1111101 | 1100010 | 110101 | 0 | 110011 | 11010100 | 1011111 | 11001 |
Color Harmonies of #033B7D
Complementary color
Monochromatic Colors of #033B7D
Black with #033B7D
Text Example
Text Example
White with #033B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033B7D; }
p { color: rgb(3,59,125); }
H1.HeaderClassName
{
color: #033B7D;
}
.AnyTagClassName
{
color: #033B7D;
}
</style>
background-color css
<style>
a { background-color: #033B7D; }
a { background-color: rgb(3,59,125); }
div.DivClassName
{
background-color: #033B7D;
}
.BgClassName
{
background-color: #033B7D;
}
</style>
border-color css
<style>
span { border-color: #033B7D; }
span { border-color: rgb(3,59,125); }
td.TdClassName
{
border-color: #033B7D;
}
.TagClassName
{
border-color: #033B7D;
}
</style>