Shades of Chathams Blue #205868
Tints of Chathams Blue #205868
RGB
CMYK
RGB Variations
Color information
#205868 (or 0x205868) is known color: Chathams Blue. HEX triplet: 20, 58 and 68. RGB value is (32,88,104). Sum of RGB (Red+Green+Blue) = 32+88+104=224 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.29% from 224); Green value is 88 (34.77% from 255 or 39.29% from 224); Blue value is 104 (41.02% from 255 or 46.43% from 224); Max value from RGB is 104 - color contains mainly: blue. Hex color #205868 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205868 is #DFA797. Grayscale: #484848. Windows color (decimal): -14657432 or 6838304. OLE color: 6838304.
HSL color Cylindrical-coordinate representation of color #205868: hue angle of 193.33º 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 #205868 is Cyan = 0.69, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 32 | 88 | 104 | - |
| CMYK | 0.69 | 0.15 | 0 | 0.59 |
| HSL | 193.33º | 0.53% | 0.27% | - |
| HSV(B) | 193.33º | 0.69% | 0.41% | - |
| XYZ | 6.58 | 8.29 | 14.35 | - |
| YUV | 73.08 | 145.45 | 98.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 88 | 104 | 0.69 | 0.15 | 0 | 0.59 | 193.33 | 0.53 | 0.27 |
| Hex | 20 | 58 | 68 | 45 | F | 0 | 3B | C1 | 35 | 1B |
| Octal | 40 | 130 | 150 | 105 | 17 | 0 | 73 | 301 | 65 | 33 |
| Binary | 100000 | 1011000 | 1101000 | 1000101 | 1111 | 0 | 111011 | 11000001 | 110101 | 11011 |
Color Harmonies of #205868
Complementary color
Monochromatic Colors of #205868
Black with #205868
Text Example
Text Example
White with #205868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205868; }
p { color: rgb(32,88,104); }
H1.HeaderClassName
{
color: #205868;
}
.AnyTagClassName
{
color: #205868;
}
</style>
background-color css
<style>
a { background-color: #205868; }
a { background-color: rgb(32,88,104); }
div.DivClassName
{
background-color: #205868;
}
.BgClassName
{
background-color: #205868;
}
</style>
border-color css
<style>
span { border-color: #205868; }
span { border-color: rgb(32,88,104); }
td.TdClassName
{
border-color: #205868;
}
.TagClassName
{
border-color: #205868;
}
</style>