Shades of Chathams Blue #205968
Tints of Chathams Blue #205968
RGB
CMYK
RGB Variations
Color information
#205968 (or 0x205968) is known color: Chathams Blue. HEX triplet: 20, 59 and 68. RGB value is (32,89,104). Sum of RGB (Red+Green+Blue) = 32+89+104=225 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.22% from 225); Green value is 89 (35.16% from 255 or 39.56% from 225); Blue value is 104 (41.02% from 255 or 46.22% from 225); Max value from RGB is 104 - color contains mainly: blue. Hex color #205968 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #205968 is #DFA697. Grayscale: #494949. Windows color (decimal): -14657176 or 6838560. OLE color: 6838560.
HSL color Cylindrical-coordinate representation of color #205968: hue angle of 192.5º 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 #205968 is Cyan = 0.69, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 32 | 89 | 104 | - |
| CMYK | 0.69 | 0.14 | 0 | 0.59 |
| HSL | 192.5º | 0.53% | 0.27% | - |
| HSV(B) | 192.5º | 0.69% | 0.41% | - |
| XYZ | 6.67 | 8.45 | 14.38 | - |
| YUV | 73.67 | 145.12 | 98.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 89 | 104 | 0.69 | 0.14 | 0 | 0.59 | 192.5 | 0.53 | 0.27 |
| Hex | 20 | 59 | 68 | 45 | E | 0 | 3B | C0 | 35 | 1B |
| Octal | 40 | 131 | 150 | 105 | 16 | 0 | 73 | 300 | 65 | 33 |
| Binary | 100000 | 1011001 | 1101000 | 1000101 | 1110 | 0 | 111011 | 11000000 | 110101 | 11011 |
Color Harmonies of #205968
Complementary color
Monochromatic Colors of #205968
Black with #205968
Text Example
Text Example
White with #205968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #205968; }
p { color: rgb(32,89,104); }
H1.HeaderClassName
{
color: #205968;
}
.AnyTagClassName
{
color: #205968;
}
</style>
background-color css
<style>
a { background-color: #205968; }
a { background-color: rgb(32,89,104); }
div.DivClassName
{
background-color: #205968;
}
.BgClassName
{
background-color: #205968;
}
</style>
border-color css
<style>
span { border-color: #205968; }
span { border-color: rgb(32,89,104); }
td.TdClassName
{
border-color: #205968;
}
.TagClassName
{
border-color: #205968;
}
</style>