Shades of Dark Cerulean #033B7B
Tints of Dark Cerulean #033B7B
RGB
CMYK
RGB Variations
Color information
#033B7B (or 0x033B7B) is known color: Dark Cerulean. HEX triplet: 03, 3B and 7B. RGB value is (3,59,123). Sum of RGB (Red+Green+Blue) = 3+59+123=185 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.62% from 185); Green value is 59 (23.44% from 255 or 31.89% from 185); Blue value is 123 (48.44% from 255 or 66.49% from 185); Max value from RGB is 123 - color contains mainly: blue. Hex color #033B7B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033B7B is #FCC484. Grayscale: #313131. Windows color (decimal): -16565381 or 8076035. OLE color: 8076035.
HSL color Cylindrical-coordinate representation of color #033B7B: hue angle of 212º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #033B7B is Cyan = 0.98, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 3 | 59 | 123 | - |
| CMYK | 0.98 | 0.52 | 0 | 0.52 |
| HSL | 212º | 0.95% | 0.25% | - |
| HSV(B) | 212º | 0.98% | 0.48% | - |
| XYZ | 5.18 | 4.58 | 19.35 | - |
| YUV | 49.55 | 169.45 | 94.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 59 | 123 | 0.98 | 0.52 | 0 | 0.52 | 212 | 0.95 | 0.25 |
| Hex | 3 | 3B | 7B | 62 | 34 | 0 | 34 | D4 | 5F | 19 |
| Octal | 3 | 73 | 173 | 142 | 64 | 0 | 64 | 324 | 137 | 31 |
| Binary | 11 | 111011 | 1111011 | 1100010 | 110100 | 0 | 110100 | 11010100 | 1011111 | 11001 |
Color Harmonies of #033B7B
Complementary color
Monochromatic Colors of #033B7B
Black with #033B7B
Text Example
Text Example
White with #033B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033B7B; }
p { color: rgb(3,59,123); }
H1.HeaderClassName
{
color: #033B7B;
}
.AnyTagClassName
{
color: #033B7B;
}
</style>
background-color css
<style>
a { background-color: #033B7B; }
a { background-color: rgb(3,59,123); }
div.DivClassName
{
background-color: #033B7B;
}
.BgClassName
{
background-color: #033B7B;
}
</style>
border-color css
<style>
span { border-color: #033B7B; }
span { border-color: rgb(3,59,123); }
td.TdClassName
{
border-color: #033B7B;
}
.TagClassName
{
border-color: #033B7B;
}
</style>