Shades of Dark Cerulean #024372
Tints of Dark Cerulean #024372
RGB
CMYK
RGB Variations
Color information
#024372 (or 0x024372) is known color: Dark Cerulean. HEX triplet: 02, 43 and 72. RGB value is (2,67,114). Sum of RGB (Red+Green+Blue) = 2+67+114=183 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.09% from 183); Green value is 67 (26.56% from 255 or 36.61% from 183); Blue value is 114 (44.92% from 255 or 62.30% from 183); Max value from RGB is 114 - color contains mainly: blue. Hex color #024372 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #024372 is #FDBC8D. Grayscale: #343434. Windows color (decimal): -16628878 or 7488258. OLE color: 7488258.
HSL color Cylindrical-coordinate representation of color #024372: hue angle of 205.18º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #024372 is Cyan = 0.98, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 2 | 67 | 114 | - |
| CMYK | 0.98 | 0.41 | 0 | 0.55 |
| HSL | 205.18º | 0.97% | 0.23% | - |
| HSV(B) | 205.18º | 0.98% | 0.45% | - |
| XYZ | 5.07 | 5.24 | 16.66 | - |
| YUV | 52.92 | 162.47 | 91.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 67 | 114 | 0.98 | 0.41 | 0 | 0.55 | 205.18 | 0.97 | 0.23 |
| Hex | 2 | 43 | 72 | 62 | 29 | 0 | 37 | CD | 61 | 17 |
| Octal | 2 | 103 | 162 | 142 | 51 | 0 | 67 | 315 | 141 | 27 |
| Binary | 10 | 1000011 | 1110010 | 1100010 | 101001 | 0 | 110111 | 11001101 | 1100001 | 10111 |
Color Harmonies of #024372
Complementary color
Monochromatic Colors of #024372
Black with #024372
Text Example
Text Example
White with #024372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024372; }
p { color: rgb(2,67,114); }
H1.HeaderClassName
{
color: #024372;
}
.AnyTagClassName
{
color: #024372;
}
</style>
background-color css
<style>
a { background-color: #024372; }
a { background-color: rgb(2,67,114); }
div.DivClassName
{
background-color: #024372;
}
.BgClassName
{
background-color: #024372;
}
</style>
border-color css
<style>
span { border-color: #024372; }
span { border-color: rgb(2,67,114); }
td.TdClassName
{
border-color: #024372;
}
.TagClassName
{
border-color: #024372;
}
</style>