Shades of Chathams Blue #285570
Tints of Chathams Blue #285570
RGB
CMYK
RGB Variations
Color information
#285570 (or 0x285570) is known color: Chathams Blue. HEX triplet: 28, 55 and 70. RGB value is (40,85,112). Sum of RGB (Red+Green+Blue) = 40+85+112=237 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.88% from 237); Green value is 85 (33.59% from 255 or 35.86% from 237); Blue value is 112 (44.14% from 255 or 47.26% from 237); Max value from RGB is 112 - color contains mainly: blue. Hex color #285570 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285570 is #D7AA8F. Grayscale: #4A4A4A. Windows color (decimal): -14133904 or 7361832. OLE color: 7361832.
HSL color Cylindrical-coordinate representation of color #285570: hue angle of 202.5º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #285570 is Cyan = 0.64, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 40 | 85 | 112 | - |
| CMYK | 0.64 | 0.24 | 0 | 0.56 |
| HSL | 202.5º | 0.47% | 0.3% | - |
| HSV(B) | 202.5º | 0.64% | 0.44% | - |
| XYZ | 7.05 | 8.12 | 16.52 | - |
| YUV | 74.62 | 149.09 | 103.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 85 | 112 | 0.64 | 0.24 | 0 | 0.56 | 202.5 | 0.47 | 0.3 |
| Hex | 28 | 55 | 70 | 40 | 18 | 0 | 38 | CA | 2F | 1E |
| Octal | 50 | 125 | 160 | 100 | 30 | 0 | 70 | 312 | 57 | 36 |
| Binary | 101000 | 1010101 | 1110000 | 1000000 | 11000 | 0 | 111000 | 11001010 | 101111 | 11110 |
Color Harmonies of #285570
Complementary color
Monochromatic Colors of #285570
Black with #285570
Text Example
Text Example
White with #285570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285570; }
p { color: rgb(40,85,112); }
H1.HeaderClassName
{
color: #285570;
}
.AnyTagClassName
{
color: #285570;
}
</style>
background-color css
<style>
a { background-color: #285570; }
a { background-color: rgb(40,85,112); }
div.DivClassName
{
background-color: #285570;
}
.BgClassName
{
background-color: #285570;
}
</style>
border-color css
<style>
span { border-color: #285570; }
span { border-color: rgb(40,85,112); }
td.TdClassName
{
border-color: #285570;
}
.TagClassName
{
border-color: #285570;
}
</style>