Shades of Chathams Blue #245670
Tints of Chathams Blue #245670
RGB
CMYK
RGB Variations
Color information
#245670 (or 0x245670) is known color: Chathams Blue. HEX triplet: 24, 56 and 70. RGB value is (36,86,112). Sum of RGB (Red+Green+Blue) = 36+86+112=234 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.38% from 234); Green value is 86 (33.98% from 255 or 36.75% from 234); Blue value is 112 (44.14% from 255 or 47.86% from 234); Max value from RGB is 112 - color contains mainly: blue. Hex color #245670 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245670 is #DBA98F. Grayscale: #494949. Windows color (decimal): -14395792 or 7362084. OLE color: 7362084.
HSL color Cylindrical-coordinate representation of color #245670: hue angle of 200.53º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #245670 is Cyan = 0.68, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 36 | 86 | 112 | - |
| CMYK | 0.68 | 0.23 | 0 | 0.56 |
| HSL | 200.53º | 0.51% | 0.29% | - |
| HSV(B) | 200.53º | 0.68% | 0.44% | - |
| XYZ | 6.98 | 8.2 | 16.54 | - |
| YUV | 74.01 | 149.44 | 100.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 86 | 112 | 0.68 | 0.23 | 0 | 0.56 | 200.53 | 0.51 | 0.29 |
| Hex | 24 | 56 | 70 | 44 | 17 | 0 | 38 | C9 | 33 | 1D |
| Octal | 44 | 126 | 160 | 104 | 27 | 0 | 70 | 311 | 63 | 35 |
| Binary | 100100 | 1010110 | 1110000 | 1000100 | 10111 | 0 | 111000 | 11001001 | 110011 | 11101 |
Color Harmonies of #245670
Complementary color
Monochromatic Colors of #245670
Black with #245670
Text Example
Text Example
White with #245670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245670; }
p { color: rgb(36,86,112); }
H1.HeaderClassName
{
color: #245670;
}
.AnyTagClassName
{
color: #245670;
}
</style>
background-color css
<style>
a { background-color: #245670; }
a { background-color: rgb(36,86,112); }
div.DivClassName
{
background-color: #245670;
}
.BgClassName
{
background-color: #245670;
}
</style>
border-color css
<style>
span { border-color: #245670; }
span { border-color: rgb(36,86,112); }
td.TdClassName
{
border-color: #245670;
}
.TagClassName
{
border-color: #245670;
}
</style>