Shades of Chathams Blue #285966
Tints of Chathams Blue #285966
RGB
CMYK
RGB Variations
Color information
#285966 (or 0x285966) is known color: Chathams Blue. HEX triplet: 28, 59 and 66. RGB value is (40,89,102). Sum of RGB (Red+Green+Blue) = 40+89+102=231 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.32% from 231); Green value is 89 (35.16% from 255 or 38.53% from 231); Blue value is 102 (40.23% from 255 or 44.16% from 231); Max value from RGB is 102 - color contains mainly: blue. Hex color #285966 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285966 is #D7A699. Grayscale: #4B4B4B. Windows color (decimal): -14132890 or 6707496. OLE color: 6707496.
HSL color Cylindrical-coordinate representation of color #285966: hue angle of 192.58º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #285966 is Cyan = 0.61, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 40 | 89 | 102 | - |
| CMYK | 0.61 | 0.13 | 0 | 0.6 |
| HSL | 192.58º | 0.44% | 0.28% | - |
| HSV(B) | 192.58º | 0.61% | 0.4% | - |
| XYZ | 6.85 | 8.56 | 13.86 | - |
| YUV | 75.83 | 142.77 | 102.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 89 | 102 | 0.61 | 0.13 | 0 | 0.6 | 192.58 | 0.44 | 0.28 |
| Hex | 28 | 59 | 66 | 3D | D | 0 | 3C | C1 | 2C | 1C |
| Octal | 50 | 131 | 146 | 75 | 15 | 0 | 74 | 301 | 54 | 34 |
| Binary | 101000 | 1011001 | 1100110 | 111101 | 1101 | 0 | 111100 | 11000001 | 101100 | 11100 |
Color Harmonies of #285966
Complementary color
Monochromatic Colors of #285966
Black with #285966
Text Example
Text Example
White with #285966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285966; }
p { color: rgb(40,89,102); }
H1.HeaderClassName
{
color: #285966;
}
.AnyTagClassName
{
color: #285966;
}
</style>
background-color css
<style>
a { background-color: #285966; }
a { background-color: rgb(40,89,102); }
div.DivClassName
{
background-color: #285966;
}
.BgClassName
{
background-color: #285966;
}
</style>
border-color css
<style>
span { border-color: #285966; }
span { border-color: rgb(40,89,102); }
td.TdClassName
{
border-color: #285966;
}
.TagClassName
{
border-color: #285966;
}
</style>