Shades of Chathams Blue #205A66
Tints of Chathams Blue #205A66
RGB
CMYK
RGB Variations
Color information
#205A66 (or 0x205A66) is known color: Chathams Blue. HEX triplet: 20, 5A and 66. RGB value is (32,90,102). Sum of RGB (Red+Green+Blue) = 32+90+102=224 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.29% from 224); Green value is 90 (35.55% from 255 or 40.18% from 224); Blue value is 102 (40.23% from 255 or 45.54% from 224); Max value from RGB is 102 - color contains mainly: blue. Hex color #205A66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205A66 is #DFA599. Grayscale: #494949. Windows color (decimal): -14656922 or 6707744. OLE color: 6707744.
HSL color Cylindrical-coordinate representation of color #205A66: hue angle of 190.29º 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 #205A66 is Cyan = 0.69, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 32 | 90 | 102 | - |
| CMYK | 0.69 | 0.12 | 0 | 0.6 |
| HSL | 190.29º | 0.52% | 0.26% | - |
| HSV(B) | 190.29º | 0.69% | 0.4% | - |
| XYZ | 6.65 | 8.58 | 13.88 | - |
| YUV | 74.03 | 143.78 | 98.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 90 | 102 | 0.69 | 0.12 | 0 | 0.6 | 190.29 | 0.52 | 0.26 |
| Hex | 20 | 5A | 66 | 45 | C | 0 | 3C | BE | 34 | 1A |
| Octal | 40 | 132 | 146 | 105 | 14 | 0 | 74 | 276 | 64 | 32 |
| Binary | 100000 | 1011010 | 1100110 | 1000101 | 1100 | 0 | 111100 | 10111110 | 110100 | 11010 |
Color Harmonies of #205A66
Complementary color
Monochromatic Colors of #205A66
Black with #205A66
Text Example
Text Example
White with #205A66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205A66; }
p { color: rgb(32,90,102); }
H1.HeaderClassName
{
color: #205A66;
}
.AnyTagClassName
{
color: #205A66;
}
</style>
background-color css
<style>
a { background-color: #205A66; }
a { background-color: rgb(32,90,102); }
div.DivClassName
{
background-color: #205A66;
}
.BgClassName
{
background-color: #205A66;
}
</style>
border-color css
<style>
span { border-color: #205A66; }
span { border-color: rgb(32,90,102); }
td.TdClassName
{
border-color: #205A66;
}
.TagClassName
{
border-color: #205A66;
}
</style>