Shades of Chathams Blue #285370
Tints of Chathams Blue #285370
RGB
CMYK
RGB Variations
Color information
#285370 (or 0x285370) is known color: Chathams Blue. HEX triplet: 28, 53 and 70. RGB value is (40,83,112). Sum of RGB (Red+Green+Blue) = 40+83+112=235 (31% of max value = 765). Red value is 40 (16.02% from 255 or 17.02% from 235); Green value is 83 (32.81% from 255 or 35.32% from 235); Blue value is 112 (44.14% from 255 or 47.66% from 235); Max value from RGB is 112 - color contains mainly: blue. Hex color #285370 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285370 is #D7AC8F. Grayscale: #494949. Windows color (decimal): -14134416 or 7361320. OLE color: 7361320.
HSL color Cylindrical-coordinate representation of color #285370: hue angle of 204.17º 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 #285370 is Cyan = 0.64, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 40 | 83 | 112 | - |
| CMYK | 0.64 | 0.26 | 0 | 0.56 |
| HSL | 204.17º | 0.47% | 0.3% | - |
| HSV(B) | 204.17º | 0.64% | 0.44% | - |
| XYZ | 6.89 | 7.81 | 16.47 | - |
| YUV | 73.45 | 149.75 | 104.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 83 | 112 | 0.64 | 0.26 | 0 | 0.56 | 204.17 | 0.47 | 0.3 |
| Hex | 28 | 53 | 70 | 40 | 1A | 0 | 38 | CC | 2F | 1E |
| Octal | 50 | 123 | 160 | 100 | 32 | 0 | 70 | 314 | 57 | 36 |
| Binary | 101000 | 1010011 | 1110000 | 1000000 | 11010 | 0 | 111000 | 11001100 | 101111 | 11110 |
Color Harmonies of #285370
Complementary color
Monochromatic Colors of #285370
Black with #285370
Text Example
Text Example
White with #285370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285370; }
p { color: rgb(40,83,112); }
H1.HeaderClassName
{
color: #285370;
}
.AnyTagClassName
{
color: #285370;
}
</style>
background-color css
<style>
a { background-color: #285370; }
a { background-color: rgb(40,83,112); }
div.DivClassName
{
background-color: #285370;
}
.BgClassName
{
background-color: #285370;
}
</style>
border-color css
<style>
span { border-color: #285370; }
span { border-color: rgb(40,83,112); }
td.TdClassName
{
border-color: #285370;
}
.TagClassName
{
border-color: #285370;
}
</style>