Shades of Chathams Blue #205568
Tints of Chathams Blue #205568
RGB
CMYK
RGB Variations
Color information
#205568 (or 0x205568) is known color: Chathams Blue. HEX triplet: 20, 55 and 68. RGB value is (32,85,104). Sum of RGB (Red+Green+Blue) = 32+85+104=221 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.48% from 221); Green value is 85 (33.59% from 255 or 38.46% from 221); Blue value is 104 (41.02% from 255 or 47.06% from 221); Max value from RGB is 104 - color contains mainly: blue. Hex color #205568 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205568 is #DFAA97. Grayscale: #474747. Windows color (decimal): -14658200 or 6837536. OLE color: 6837536.
HSL color Cylindrical-coordinate representation of color #205568: hue angle of 195.83º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #205568 is Cyan = 0.69, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 32 | 85 | 104 | - |
| CMYK | 0.69 | 0.18 | 0 | 0.59 |
| HSL | 195.83º | 0.53% | 0.27% | - |
| HSV(B) | 195.83º | 0.69% | 0.41% | - |
| XYZ | 6.34 | 7.8 | 14.27 | - |
| YUV | 71.32 | 146.44 | 99.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 85 | 104 | 0.69 | 0.18 | 0 | 0.59 | 195.83 | 0.53 | 0.27 |
| Hex | 20 | 55 | 68 | 45 | 12 | 0 | 3B | C4 | 35 | 1B |
| Octal | 40 | 125 | 150 | 105 | 22 | 0 | 73 | 304 | 65 | 33 |
| Binary | 100000 | 1010101 | 1101000 | 1000101 | 10010 | 0 | 111011 | 11000100 | 110101 | 11011 |
Color Harmonies of #205568
Complementary color
Monochromatic Colors of #205568
Black with #205568
Text Example
Text Example
White with #205568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205568; }
p { color: rgb(32,85,104); }
H1.HeaderClassName
{
color: #205568;
}
.AnyTagClassName
{
color: #205568;
}
</style>
background-color css
<style>
a { background-color: #205568; }
a { background-color: rgb(32,85,104); }
div.DivClassName
{
background-color: #205568;
}
.BgClassName
{
background-color: #205568;
}
</style>
border-color css
<style>
span { border-color: #205568; }
span { border-color: rgb(32,85,104); }
td.TdClassName
{
border-color: #205568;
}
.TagClassName
{
border-color: #205568;
}
</style>