Shades of Dark Cerulean #003C7A
Tints of Dark Cerulean #003C7A
RGB
CMYK
RGB Variations
Color information
#003C7A (or 0x003C7A) is known color: Dark Cerulean. HEX triplet: 00, 3C and 7A. RGB value is (0,60,122). Sum of RGB (Red+Green+Blue) = 0+60+122=182 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 182); Green value is 60 (23.83% from 255 or 32.97% from 182); Blue value is 122 (48.05% from 255 or 67.03% from 182); Max value from RGB is 122 - color contains mainly: blue. Hex color #003C7A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003C7A is #FFC385. Grayscale: #303030. Windows color (decimal): -16761734 or 8010752. OLE color: 8010752.
HSL color Cylindrical-coordinate representation of color #003C7A: hue angle of 210.49º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003C7A is Cyan = 1, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 0 | 60 | 122 | - |
| CMYK | 1 | 0.51 | 0 | 0.52 |
| HSL | 210.49º | 1% | 0.24% | - |
| HSV(B) | 210.49º | 1% | 0.48% | - |
| XYZ | 5.13 | 4.64 | 19.04 | - |
| YUV | 49.13 | 169.12 | 92.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 60 | 122 | 1 | 0.51 | 0 | 0.52 | 210.49 | 1 | 0.24 |
| Hex | 0 | 3C | 7A | 64 | 33 | 0 | 34 | D2 | 64 | 18 |
| Octal | 0 | 74 | 172 | 144 | 63 | 0 | 64 | 322 | 144 | 30 |
| Binary | 0 | 111100 | 1111010 | 1100100 | 110011 | 0 | 110100 | 11010010 | 1100100 | 11000 |
Color Harmonies of #003C7A
Complementary color
Monochromatic Colors of #003C7A
Black with #003C7A
Text Example
Text Example
White with #003C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003C7A; }
p { color: rgb(0,60,122); }
H1.HeaderClassName
{
color: #003C7A;
}
.AnyTagClassName
{
color: #003C7A;
}
</style>
background-color css
<style>
a { background-color: #003C7A; }
a { background-color: rgb(0,60,122); }
div.DivClassName
{
background-color: #003C7A;
}
.BgClassName
{
background-color: #003C7A;
}
</style>
border-color css
<style>
span { border-color: #003C7A; }
span { border-color: rgb(0,60,122); }
td.TdClassName
{
border-color: #003C7A;
}
.TagClassName
{
border-color: #003C7A;
}
</style>