Shades of Chathams Blue #245170
Tints of Chathams Blue #245170
RGB
CMYK
RGB Variations
Color information
#245170 (or 0x245170) is known color: Chathams Blue. HEX triplet: 24, 51 and 70. RGB value is (36,81,112). Sum of RGB (Red+Green+Blue) = 36+81+112=229 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.72% from 229); Green value is 81 (32.03% from 255 or 35.37% from 229); Blue value is 112 (44.14% from 255 or 48.91% from 229); Max value from RGB is 112 - color contains mainly: blue. Hex color #245170 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245170 is #DBAE8F. Grayscale: #464646. Windows color (decimal): -14397072 or 7360804. OLE color: 7360804.
HSL color Cylindrical-coordinate representation of color #245170: hue angle of 204.47º 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 #245170 is Cyan = 0.68, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 36 | 81 | 112 | - |
| CMYK | 0.68 | 0.28 | 0 | 0.56 |
| HSL | 204.47º | 0.51% | 0.29% | - |
| HSV(B) | 204.47º | 0.68% | 0.44% | - |
| XYZ | 6.59 | 7.43 | 16.42 | - |
| YUV | 71.08 | 151.09 | 102.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 81 | 112 | 0.68 | 0.28 | 0 | 0.56 | 204.47 | 0.51 | 0.29 |
| Hex | 24 | 51 | 70 | 44 | 1C | 0 | 38 | CC | 33 | 1D |
| Octal | 44 | 121 | 160 | 104 | 34 | 0 | 70 | 314 | 63 | 35 |
| Binary | 100100 | 1010001 | 1110000 | 1000100 | 11100 | 0 | 111000 | 11001100 | 110011 | 11101 |
Color Harmonies of #245170
Complementary color
Monochromatic Colors of #245170
Black with #245170
Text Example
Text Example
White with #245170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245170; }
p { color: rgb(36,81,112); }
H1.HeaderClassName
{
color: #245170;
}
.AnyTagClassName
{
color: #245170;
}
</style>
background-color css
<style>
a { background-color: #245170; }
a { background-color: rgb(36,81,112); }
div.DivClassName
{
background-color: #245170;
}
.BgClassName
{
background-color: #245170;
}
</style>
border-color css
<style>
span { border-color: #245170; }
span { border-color: rgb(36,81,112); }
td.TdClassName
{
border-color: #245170;
}
.TagClassName
{
border-color: #245170;
}
</style>