Shades of Chathams Blue #285866
Tints of Chathams Blue #285866
RGB
CMYK
RGB Variations
Color information
#285866 (or 0x285866) is known color: Chathams Blue. HEX triplet: 28, 58 and 66. RGB value is (40,88,102). Sum of RGB (Red+Green+Blue) = 40+88+102=230 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.39% from 230); Green value is 88 (34.77% from 255 or 38.26% from 230); Blue value is 102 (40.23% from 255 or 44.35% from 230); Max value from RGB is 102 - color contains mainly: blue. Hex color #285866 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285866 is #D7A799. Grayscale: #4B4B4B. Windows color (decimal): -14133146 or 6707240. OLE color: 6707240.
HSL color Cylindrical-coordinate representation of color #285866: hue angle of 193.55º 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 #285866 is Cyan = 0.61, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 40 | 88 | 102 | - |
| CMYK | 0.61 | 0.14 | 0 | 0.6 |
| HSL | 193.55º | 0.44% | 0.28% | - |
| HSV(B) | 193.55º | 0.61% | 0.4% | - |
| XYZ | 6.76 | 8.39 | 13.83 | - |
| YUV | 75.24 | 143.1 | 102.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 88 | 102 | 0.61 | 0.14 | 0 | 0.6 | 193.55 | 0.44 | 0.28 |
| Hex | 28 | 58 | 66 | 3D | E | 0 | 3C | C2 | 2C | 1C |
| Octal | 50 | 130 | 146 | 75 | 16 | 0 | 74 | 302 | 54 | 34 |
| Binary | 101000 | 1011000 | 1100110 | 111101 | 1110 | 0 | 111100 | 11000010 | 101100 | 11100 |
Color Harmonies of #285866
Complementary color
Monochromatic Colors of #285866
Black with #285866
Text Example
Text Example
White with #285866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #285866; }
p { color: rgb(40,88,102); }
H1.HeaderClassName
{
color: #285866;
}
.AnyTagClassName
{
color: #285866;
}
</style>
background-color css
<style>
a { background-color: #285866; }
a { background-color: rgb(40,88,102); }
div.DivClassName
{
background-color: #285866;
}
.BgClassName
{
background-color: #285866;
}
</style>
border-color css
<style>
span { border-color: #285866; }
span { border-color: rgb(40,88,102); }
td.TdClassName
{
border-color: #285866;
}
.TagClassName
{
border-color: #285866;
}
</style>