Shades of Dark Cerulean #003C74
Tints of Dark Cerulean #003C74
RGB
CMYK
RGB Variations
Color information
#003C74 (or 0x003C74) is known color: Dark Cerulean. HEX triplet: 00, 3C and 74. RGB value is (0,60,116). Sum of RGB (Red+Green+Blue) = 0+60+116=176 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 176); Green value is 60 (23.83% from 255 or 34.09% from 176); Blue value is 116 (45.70% from 255 or 65.91% from 176); Max value from RGB is 116 - color contains mainly: blue. Hex color #003C74 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003C74 is #FFC38B. Grayscale: #303030. Windows color (decimal): -16761740 or 7617536. OLE color: 7617536.
HSL color Cylindrical-coordinate representation of color #003C74: hue angle of 208.97º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003C74 is Cyan = 1, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 0 | 60 | 116 | - |
| CMYK | 1 | 0.48 | 0 | 0.55 |
| HSL | 208.97º | 1% | 0.23% | - |
| HSV(B) | 208.97º | 1% | 0.45% | - |
| XYZ | 4.77 | 4.49 | 17.14 | - |
| YUV | 48.44 | 166.12 | 93.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 60 | 116 | 1 | 0.48 | 0 | 0.55 | 208.97 | 1 | 0.23 |
| Hex | 0 | 3C | 74 | 64 | 30 | 0 | 37 | D1 | 64 | 17 |
| Octal | 0 | 74 | 164 | 144 | 60 | 0 | 67 | 321 | 144 | 27 |
| Binary | 0 | 111100 | 1110100 | 1100100 | 110000 | 0 | 110111 | 11010001 | 1100100 | 10111 |
Color Harmonies of #003C74
Complementary color
Monochromatic Colors of #003C74
Black with #003C74
Text Example
Text Example
White with #003C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003C74; }
p { color: rgb(0,60,116); }
H1.HeaderClassName
{
color: #003C74;
}
.AnyTagClassName
{
color: #003C74;
}
</style>
background-color css
<style>
a { background-color: #003C74; }
a { background-color: rgb(0,60,116); }
div.DivClassName
{
background-color: #003C74;
}
.BgClassName
{
background-color: #003C74;
}
</style>
border-color css
<style>
span { border-color: #003C74; }
span { border-color: rgb(0,60,116); }
td.TdClassName
{
border-color: #003C74;
}
.TagClassName
{
border-color: #003C74;
}
</style>