Shades of Chathams Blue #20526A
Tints of Chathams Blue #20526A
RGB
CMYK
RGB Variations
Color information
#20526A (or 0x20526A) is known color: Chathams Blue. HEX triplet: 20, 52 and 6A. RGB value is (32,82,106). Sum of RGB (Red+Green+Blue) = 32+82+106=220 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.55% from 220); Green value is 82 (32.42% from 255 or 37.27% from 220); Blue value is 106 (41.80% from 255 or 48.18% from 220); Max value from RGB is 106 - color contains mainly: blue. Hex color #20526A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20526A is #DFAD95. Grayscale: #454545. Windows color (decimal): -14658966 or 6967840. OLE color: 6967840.
HSL color Cylindrical-coordinate representation of color #20526A: hue angle of 199.46º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #20526A is Cyan = 0.70, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 32 | 82 | 106 | - |
| CMYK | 0.70 | 0.23 | 0 | 0.58 |
| HSL | 199.46º | 0.54% | 0.27% | - |
| HSV(B) | 199.46º | 0.7% | 0.42% | - |
| XYZ | 6.21 | 7.38 | 14.73 | - |
| YUV | 69.79 | 148.44 | 101.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 82 | 106 | 0.70 | 0.23 | 0 | 0.58 | 199.46 | 0.54 | 0.27 |
| Hex | 20 | 52 | 6A | 46 | 17 | 0 | 3A | C7 | 36 | 1B |
| Octal | 40 | 122 | 152 | 106 | 27 | 0 | 72 | 307 | 66 | 33 |
| Binary | 100000 | 1010010 | 1101010 | 1000110 | 10111 | 0 | 111010 | 11000111 | 110110 | 11011 |
Color Harmonies of #20526A
Complementary color
Monochromatic Colors of #20526A
Black with #20526A
Text Example
Text Example
White with #20526A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20526A; }
p { color: rgb(32,82,106); }
H1.HeaderClassName
{
color: #20526A;
}
.AnyTagClassName
{
color: #20526A;
}
</style>
background-color css
<style>
a { background-color: #20526A; }
a { background-color: rgb(32,82,106); }
div.DivClassName
{
background-color: #20526A;
}
.BgClassName
{
background-color: #20526A;
}
</style>
border-color css
<style>
span { border-color: #20526A; }
span { border-color: rgb(32,82,106); }
td.TdClassName
{
border-color: #20526A;
}
.TagClassName
{
border-color: #20526A;
}
</style>