Shades of Chathams Blue #20506D
Tints of Chathams Blue #20506D
RGB
CMYK
RGB Variations
Color information
#20506D (or 0x20506D) is known color: Chathams Blue. HEX triplet: 20, 50 and 6D. RGB value is (32,80,109). Sum of RGB (Red+Green+Blue) = 32+80+109=221 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.48% from 221); Green value is 80 (31.64% from 255 or 36.20% from 221); Blue value is 109 (42.97% from 255 or 49.32% from 221); Max value from RGB is 109 - color contains mainly: blue. Hex color #20506D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20506D is #DFAF92. Grayscale: #444444. Windows color (decimal): -14659475 or 7163936. OLE color: 7163936.
HSL color Cylindrical-coordinate representation of color #20506D: hue angle of 202.6º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #20506D is Cyan = 0.71, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 32 | 80 | 109 | - |
| CMYK | 0.71 | 0.27 | 0 | 0.57 |
| HSL | 202.6º | 0.55% | 0.28% | - |
| HSV(B) | 202.6º | 0.71% | 0.43% | - |
| XYZ | 6.22 | 7.15 | 15.52 | - |
| YUV | 68.95 | 150.6 | 101.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 80 | 109 | 0.71 | 0.27 | 0 | 0.57 | 202.6 | 0.55 | 0.28 |
| Hex | 20 | 50 | 6D | 47 | 1B | 0 | 39 | CB | 37 | 1C |
| Octal | 40 | 120 | 155 | 107 | 33 | 0 | 71 | 313 | 67 | 34 |
| Binary | 100000 | 1010000 | 1101101 | 1000111 | 11011 | 0 | 111001 | 11001011 | 110111 | 11100 |
Color Harmonies of #20506D
Complementary color
Monochromatic Colors of #20506D
Black with #20506D
Text Example
Text Example
White with #20506D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20506D; }
p { color: rgb(32,80,109); }
H1.HeaderClassName
{
color: #20506D;
}
.AnyTagClassName
{
color: #20506D;
}
</style>
background-color css
<style>
a { background-color: #20506D; }
a { background-color: rgb(32,80,109); }
div.DivClassName
{
background-color: #20506D;
}
.BgClassName
{
background-color: #20506D;
}
</style>
border-color css
<style>
span { border-color: #20506D; }
span { border-color: rgb(32,80,109); }
td.TdClassName
{
border-color: #20506D;
}
.TagClassName
{
border-color: #20506D;
}
</style>