Shades of Chathams Blue #285270
Tints of Chathams Blue #285270
RGB
CMYK
RGB Variations
Color information
#285270 (or 0x285270) is known color: Chathams Blue. HEX triplet: 28, 52 and 70. RGB value is (40,82,112). Sum of RGB (Red+Green+Blue) = 40+82+112=234 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.09% from 234); Green value is 82 (32.42% from 255 or 35.04% 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 #285270 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285270 is #D7AD8F. Grayscale: #484848. Windows color (decimal): -14134672 or 7361064. OLE color: 7361064.
HSL color Cylindrical-coordinate representation of color #285270: hue angle of 205º 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 #285270 is Cyan = 0.64, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 40 | 82 | 112 | - |
| CMYK | 0.64 | 0.27 | 0 | 0.56 |
| HSL | 205º | 0.47% | 0.3% | - |
| HSV(B) | 205º | 0.64% | 0.44% | - |
| XYZ | 6.82 | 7.66 | 16.45 | - |
| YUV | 72.86 | 150.09 | 104.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 82 | 112 | 0.64 | 0.27 | 0 | 0.56 | 205 | 0.47 | 0.3 |
| Hex | 28 | 52 | 70 | 40 | 1B | 0 | 38 | CD | 2F | 1E |
| Octal | 50 | 122 | 160 | 100 | 33 | 0 | 70 | 315 | 57 | 36 |
| Binary | 101000 | 1010010 | 1110000 | 1000000 | 11011 | 0 | 111000 | 11001101 | 101111 | 11110 |
Color Harmonies of #285270
Complementary color
Monochromatic Colors of #285270
Black with #285270
Text Example
Text Example
White with #285270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285270; }
p { color: rgb(40,82,112); }
H1.HeaderClassName
{
color: #285270;
}
.AnyTagClassName
{
color: #285270;
}
</style>
background-color css
<style>
a { background-color: #285270; }
a { background-color: rgb(40,82,112); }
div.DivClassName
{
background-color: #285270;
}
.BgClassName
{
background-color: #285270;
}
</style>
border-color css
<style>
span { border-color: #285270; }
span { border-color: rgb(40,82,112); }
td.TdClassName
{
border-color: #285270;
}
.TagClassName
{
border-color: #285270;
}
</style>