Shades of Dark Cerulean #003C78
Tints of Dark Cerulean #003C78
RGB
CMYK
RGB Variations
Color information
#003C78 (or 0x003C78) is known color: Dark Cerulean. HEX triplet: 00, 3C and 78. RGB value is (0,60,120). Sum of RGB (Red+Green+Blue) = 0+60+120=180 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 180); Green value is 60 (23.83% from 255 or 33.33% from 180); Blue value is 120 (47.27% from 255 or 66.67% from 180); Max value from RGB is 120 - color contains mainly: blue. Hex color #003C78 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003C78 is #FFC387. Grayscale: #303030. Windows color (decimal): -16761736 or 7879680. OLE color: 7879680.
HSL color Cylindrical-coordinate representation of color #003C78: hue angle of 210º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003C78 is Cyan = 1, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 0 | 60 | 120 | - |
| CMYK | 1 | 0.5 | 0 | 0.53 |
| HSL | 210º | 1% | 0.24% | - |
| HSV(B) | 210º | 1% | 0.47% | - |
| XYZ | 5.01 | 4.59 | 18.39 | - |
| YUV | 48.9 | 168.12 | 93.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 60 | 120 | 1 | 0.5 | 0 | 0.53 | 210 | 1 | 0.24 |
| Hex | 0 | 3C | 78 | 64 | 32 | 0 | 35 | D2 | 64 | 18 |
| Octal | 0 | 74 | 170 | 144 | 62 | 0 | 65 | 322 | 144 | 30 |
| Binary | 0 | 111100 | 1111000 | 1100100 | 110010 | 0 | 110101 | 11010010 | 1100100 | 11000 |
Color Harmonies of #003C78
Complementary color
Monochromatic Colors of #003C78
Black with #003C78
Text Example
Text Example
White with #003C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003C78; }
p { color: rgb(0,60,120); }
H1.HeaderClassName
{
color: #003C78;
}
.AnyTagClassName
{
color: #003C78;
}
</style>
background-color css
<style>
a { background-color: #003C78; }
a { background-color: rgb(0,60,120); }
div.DivClassName
{
background-color: #003C78;
}
.BgClassName
{
background-color: #003C78;
}
</style>
border-color css
<style>
span { border-color: #003C78; }
span { border-color: rgb(0,60,120); }
td.TdClassName
{
border-color: #003C78;
}
.TagClassName
{
border-color: #003C78;
}
</style>