Shades of Chathams Blue #205A67
Tints of Chathams Blue #205A67
RGB
CMYK
RGB Variations
Color information
#205A67 (or 0x205A67) is known color: Chathams Blue. HEX triplet: 20, 5A and 67. RGB value is (32,90,103). Sum of RGB (Red+Green+Blue) = 32+90+103=225 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.22% from 225); Green value is 90 (35.55% from 255 or 40% from 225); Blue value is 103 (40.62% from 255 or 45.78% from 225); Max value from RGB is 103 - color contains mainly: blue. Hex color #205A67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205A67 is #DFA598. Grayscale: #4A4A4A. Windows color (decimal): -14656921 or 6773280. OLE color: 6773280.
HSL color Cylindrical-coordinate representation of color #205A67: hue angle of 190.99º degrees, saturation: 0.53, 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 #205A67 is Cyan = 0.69, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 32 | 90 | 103 | - |
| CMYK | 0.69 | 0.13 | 0 | 0.60 |
| HSL | 190.99º | 0.53% | 0.26% | - |
| HSV(B) | 190.99º | 0.69% | 0.4% | - |
| XYZ | 6.7 | 8.6 | 14.14 | - |
| YUV | 74.14 | 144.28 | 97.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 90 | 103 | 0.69 | 0.13 | 0 | 0.60 | 190.99 | 0.53 | 0.26 |
| Hex | 20 | 5A | 67 | 45 | D | 0 | 3C | BF | 35 | 1A |
| Octal | 40 | 132 | 147 | 105 | 15 | 0 | 74 | 277 | 65 | 32 |
| Binary | 100000 | 1011010 | 1100111 | 1000101 | 1101 | 0 | 111100 | 10111111 | 110101 | 11010 |
Color Harmonies of #205A67
Complementary color
Monochromatic Colors of #205A67
Black with #205A67
Text Example
Text Example
White with #205A67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205A67; }
p { color: rgb(32,90,103); }
H1.HeaderClassName
{
color: #205A67;
}
.AnyTagClassName
{
color: #205A67;
}
</style>
background-color css
<style>
a { background-color: #205A67; }
a { background-color: rgb(32,90,103); }
div.DivClassName
{
background-color: #205A67;
}
.BgClassName
{
background-color: #205A67;
}
</style>
border-color css
<style>
span { border-color: #205A67; }
span { border-color: rgb(32,90,103); }
td.TdClassName
{
border-color: #205A67;
}
.TagClassName
{
border-color: #205A67;
}
</style>