Shades of Dark Cerulean #033A7C
Tints of Dark Cerulean #033A7C
RGB
CMYK
RGB Variations
Color information
#033A7C (or 0x033A7C) is known color: Dark Cerulean. HEX triplet: 03, 3A and 7C. RGB value is (3,58,124). Sum of RGB (Red+Green+Blue) = 3+58+124=185 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.62% from 185); Green value is 58 (23.05% from 255 or 31.35% from 185); Blue value is 124 (48.83% from 255 or 67.03% from 185); Max value from RGB is 124 - color contains mainly: blue. Hex color #033A7C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #033A7C is #FCC583. Grayscale: #303030. Windows color (decimal): -16565636 or 8141315. OLE color: 8141315.
HSL color Cylindrical-coordinate representation of color #033A7C: hue angle of 212.73º 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 #033A7C is Cyan = 0.98, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 3 | 58 | 124 | - |
| CMYK | 0.98 | 0.53 | 0 | 0.51 |
| HSL | 212.73º | 0.95% | 0.25% | - |
| HSV(B) | 212.73º | 0.98% | 0.49% | - |
| XYZ | 5.19 | 4.5 | 19.66 | - |
| YUV | 49.08 | 170.28 | 95.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 58 | 124 | 0.98 | 0.53 | 0 | 0.51 | 212.73 | 0.95 | 0.25 |
| Hex | 3 | 3A | 7C | 62 | 35 | 0 | 33 | D5 | 5F | 19 |
| Octal | 3 | 72 | 174 | 142 | 65 | 0 | 63 | 325 | 137 | 31 |
| Binary | 11 | 111010 | 1111100 | 1100010 | 110101 | 0 | 110011 | 11010101 | 1011111 | 11001 |
Color Harmonies of #033A7C
Complementary color
Monochromatic Colors of #033A7C
Black with #033A7C
Text Example
Text Example
White with #033A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033A7C; }
p { color: rgb(3,58,124); }
H1.HeaderClassName
{
color: #033A7C;
}
.AnyTagClassName
{
color: #033A7C;
}
</style>
background-color css
<style>
a { background-color: #033A7C; }
a { background-color: rgb(3,58,124); }
div.DivClassName
{
background-color: #033A7C;
}
.BgClassName
{
background-color: #033A7C;
}
</style>
border-color css
<style>
span { border-color: #033A7C; }
span { border-color: rgb(3,58,124); }
td.TdClassName
{
border-color: #033A7C;
}
.TagClassName
{
border-color: #033A7C;
}
</style>