Shades of Dark Cerulean #004374
Tints of Dark Cerulean #004374
RGB
CMYK
RGB Variations
Color information
#004374 (or 0x004374) is known color: Dark Cerulean. HEX triplet: 00, 43 and 74. RGB value is (0,67,116). Sum of RGB (Red+Green+Blue) = 0+67+116=183 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 183); Green value is 67 (26.56% from 255 or 36.61% from 183); Blue value is 116 (45.70% from 255 or 63.39% from 183); Max value from RGB is 116 - color contains mainly: blue. Hex color #004374 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #004374 is #FFBC8B. Grayscale: #343434. Windows color (decimal): -16759948 or 7619328. OLE color: 7619328.
HSL color Cylindrical-coordinate representation of color #004374: hue angle of 205.34º 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 #004374 is Cyan = 1, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 0 | 67 | 116 | - |
| CMYK | 1 | 0.42 | 0 | 0.55 |
| HSL | 205.34º | 1% | 0.23% | - |
| HSV(B) | 205.34º | 1% | 0.45% | - |
| XYZ | 5.16 | 5.28 | 17.27 | - |
| YUV | 52.55 | 163.8 | 90.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 67 | 116 | 1 | 0.42 | 0 | 0.55 | 205.34 | 1 | 0.23 |
| Hex | 0 | 43 | 74 | 64 | 2A | 0 | 37 | CD | 64 | 17 |
| Octal | 0 | 103 | 164 | 144 | 52 | 0 | 67 | 315 | 144 | 27 |
| Binary | 0 | 1000011 | 1110100 | 1100100 | 101010 | 0 | 110111 | 11001101 | 1100100 | 10111 |
Color Harmonies of #004374
Complementary color
Monochromatic Colors of #004374
Black with #004374
Text Example
Text Example
White with #004374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004374; }
p { color: rgb(0,67,116); }
H1.HeaderClassName
{
color: #004374;
}
.AnyTagClassName
{
color: #004374;
}
</style>
background-color css
<style>
a { background-color: #004374; }
a { background-color: rgb(0,67,116); }
div.DivClassName
{
background-color: #004374;
}
.BgClassName
{
background-color: #004374;
}
</style>
border-color css
<style>
span { border-color: #004374; }
span { border-color: rgb(0,67,116); }
td.TdClassName
{
border-color: #004374;
}
.TagClassName
{
border-color: #004374;
}
</style>