Shades of Dark Cerulean #033D7B
Tints of Dark Cerulean #033D7B
RGB
CMYK
RGB Variations
Color information
#033D7B (or 0x033D7B) is known color: Dark Cerulean. HEX triplet: 03, 3D and 7B. RGB value is (3,61,123). Sum of RGB (Red+Green+Blue) = 3+61+123=187 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.60% from 187); Green value is 61 (24.22% from 255 or 32.62% from 187); Blue value is 123 (48.44% from 255 or 65.78% from 187); Max value from RGB is 123 - color contains mainly: blue. Hex color #033D7B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033D7B is #FCC284. Grayscale: #323232. Windows color (decimal): -16564869 or 8076547. OLE color: 8076547.
HSL color Cylindrical-coordinate representation of color #033D7B: hue angle of 211º 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 #033D7B is Cyan = 0.98, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 3 | 61 | 123 | - |
| CMYK | 0.98 | 0.50 | 0 | 0.52 |
| HSL | 211º | 0.95% | 0.25% | - |
| HSV(B) | 211º | 0.98% | 0.48% | - |
| XYZ | 5.28 | 4.79 | 19.38 | - |
| YUV | 50.73 | 168.78 | 93.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 61 | 123 | 0.98 | 0.50 | 0 | 0.52 | 211 | 0.95 | 0.25 |
| Hex | 3 | 3D | 7B | 62 | 32 | 0 | 34 | D3 | 5F | 19 |
| Octal | 3 | 75 | 173 | 142 | 62 | 0 | 64 | 323 | 137 | 31 |
| Binary | 11 | 111101 | 1111011 | 1100010 | 110010 | 0 | 110100 | 11010011 | 1011111 | 11001 |
Color Harmonies of #033D7B
Complementary color
Monochromatic Colors of #033D7B
Black with #033D7B
Text Example
Text Example
White with #033D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033D7B; }
p { color: rgb(3,61,123); }
H1.HeaderClassName
{
color: #033D7B;
}
.AnyTagClassName
{
color: #033D7B;
}
</style>
background-color css
<style>
a { background-color: #033D7B; }
a { background-color: rgb(3,61,123); }
div.DivClassName
{
background-color: #033D7B;
}
.BgClassName
{
background-color: #033D7B;
}
</style>
border-color css
<style>
span { border-color: #033D7B; }
span { border-color: rgb(3,61,123); }
td.TdClassName
{
border-color: #033D7B;
}
.TagClassName
{
border-color: #033D7B;
}
</style>