Shades of Chathams Blue #205766
Tints of Chathams Blue #205766
RGB
CMYK
RGB Variations
Color information
#205766 (or 0x205766) is known color: Chathams Blue. HEX triplet: 20, 57 and 66. RGB value is (32,87,102). Sum of RGB (Red+Green+Blue) = 32+87+102=221 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.48% from 221); Green value is 87 (34.38% from 255 or 39.37% from 221); Blue value is 102 (40.23% from 255 or 46.15% from 221); Max value from RGB is 102 - color contains mainly: blue. Hex color #205766 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205766 is #DFA899. Grayscale: #484848. Windows color (decimal): -14657690 or 6706976. OLE color: 6706976.
HSL color Cylindrical-coordinate representation of color #205766: hue angle of 192.86º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #205766 is Cyan = 0.69, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 32 | 87 | 102 | - |
| CMYK | 0.69 | 0.15 | 0 | 0.6 |
| HSL | 192.86º | 0.52% | 0.26% | - |
| HSV(B) | 192.86º | 0.69% | 0.4% | - |
| XYZ | 6.4 | 8.08 | 13.79 | - |
| YUV | 72.27 | 144.78 | 99.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 87 | 102 | 0.69 | 0.15 | 0 | 0.6 | 192.86 | 0.52 | 0.26 |
| Hex | 20 | 57 | 66 | 45 | F | 0 | 3C | C1 | 34 | 1A |
| Octal | 40 | 127 | 146 | 105 | 17 | 0 | 74 | 301 | 64 | 32 |
| Binary | 100000 | 1010111 | 1100110 | 1000101 | 1111 | 0 | 111100 | 11000001 | 110100 | 11010 |
Color Harmonies of #205766
Complementary color
Monochromatic Colors of #205766
Black with #205766
Text Example
Text Example
White with #205766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205766; }
p { color: rgb(32,87,102); }
H1.HeaderClassName
{
color: #205766;
}
.AnyTagClassName
{
color: #205766;
}
</style>
background-color css
<style>
a { background-color: #205766; }
a { background-color: rgb(32,87,102); }
div.DivClassName
{
background-color: #205766;
}
.BgClassName
{
background-color: #205766;
}
</style>
border-color css
<style>
span { border-color: #205766; }
span { border-color: rgb(32,87,102); }
td.TdClassName
{
border-color: #205766;
}
.TagClassName
{
border-color: #205766;
}
</style>