Shades of Chathams Blue #245470
Tints of Chathams Blue #245470
RGB
CMYK
RGB Variations
Color information
#245470 (or 0x245470) is known color: Chathams Blue. HEX triplet: 24, 54 and 70. RGB value is (36,84,112). Sum of RGB (Red+Green+Blue) = 36+84+112=232 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.52% from 232); Green value is 84 (33.20% from 255 or 36.21% from 232); Blue value is 112 (44.14% from 255 or 48.28% from 232); Max value from RGB is 112 - color contains mainly: blue. Hex color #245470 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245470 is #DBAB8F. Grayscale: #484848. Windows color (decimal): -14396304 or 7361572. OLE color: 7361572.
HSL color Cylindrical-coordinate representation of color #245470: hue angle of 202.11º 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 #245470 is Cyan = 0.68, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 36 | 84 | 112 | - |
| CMYK | 0.68 | 0.25 | 0 | 0.56 |
| HSL | 202.11º | 0.51% | 0.29% | - |
| HSV(B) | 202.11º | 0.68% | 0.44% | - |
| XYZ | 6.82 | 7.89 | 16.49 | - |
| YUV | 72.84 | 150.1 | 101.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 84 | 112 | 0.68 | 0.25 | 0 | 0.56 | 202.11 | 0.51 | 0.29 |
| Hex | 24 | 54 | 70 | 44 | 19 | 0 | 38 | CA | 33 | 1D |
| Octal | 44 | 124 | 160 | 104 | 31 | 0 | 70 | 312 | 63 | 35 |
| Binary | 100100 | 1010100 | 1110000 | 1000100 | 11001 | 0 | 111000 | 11001010 | 110011 | 11101 |
Color Harmonies of #245470
Complementary color
Monochromatic Colors of #245470
Black with #245470
Text Example
Text Example
White with #245470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245470; }
p { color: rgb(36,84,112); }
H1.HeaderClassName
{
color: #245470;
}
.AnyTagClassName
{
color: #245470;
}
</style>
background-color css
<style>
a { background-color: #245470; }
a { background-color: rgb(36,84,112); }
div.DivClassName
{
background-color: #245470;
}
.BgClassName
{
background-color: #245470;
}
</style>
border-color css
<style>
span { border-color: #245470; }
span { border-color: rgb(36,84,112); }
td.TdClassName
{
border-color: #245470;
}
.TagClassName
{
border-color: #245470;
}
</style>