Shades of Allports #20656E
Tints of Allports #20656E
RGB
CMYK
RGB Variations
Color information
#20656E (or 0x20656E) is known color: Allports. HEX triplet: 20, 65 and 6E. RGB value is (32,101,110). Sum of RGB (Red+Green+Blue) = 32+101+110=243 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.17% from 243); Green value is 101 (39.84% from 255 or 41.56% from 243); Blue value is 110 (43.36% from 255 or 45.27% from 243); Max value from RGB is 110 - color contains mainly: blue. Hex color #20656E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20656E is #DF9A91. Grayscale: #515151. Windows color (decimal): -14654098 or 7234848. OLE color: 7234848.
HSL color Cylindrical-coordinate representation of color #20656E: hue angle of 186.92º 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 #20656E is Cyan = 0.71, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 32 | 101 | 110 | - |
| CMYK | 0.71 | 0.08 | 0 | 0.57 |
| HSL | 186.92º | 0.55% | 0.28% | - |
| HSV(B) | 186.92º | 0.71% | 0.43% | - |
| XYZ | 8.06 | 10.74 | 16.4 | - |
| YUV | 81.4 | 144.14 | 92.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 101 | 110 | 0.71 | 0.08 | 0 | 0.57 | 186.92 | 0.55 | 0.28 |
| Hex | 20 | 65 | 6E | 47 | 8 | 0 | 39 | BB | 37 | 1C |
| Octal | 40 | 145 | 156 | 107 | 10 | 0 | 71 | 273 | 67 | 34 |
| Binary | 100000 | 1100101 | 1101110 | 1000111 | 1000 | 0 | 111001 | 10111011 | 110111 | 11100 |
Color Harmonies of #20656E
Complementary color
Monochromatic Colors of #20656E
Black with #20656E
Text Example
Text Example
White with #20656E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20656E; }
p { color: rgb(32,101,110); }
H1.HeaderClassName
{
color: #20656E;
}
.AnyTagClassName
{
color: #20656E;
}
</style>
background-color css
<style>
a { background-color: #20656E; }
a { background-color: rgb(32,101,110); }
div.DivClassName
{
background-color: #20656E;
}
.BgClassName
{
background-color: #20656E;
}
</style>
border-color css
<style>
span { border-color: #20656E; }
span { border-color: rgb(32,101,110); }
td.TdClassName
{
border-color: #20656E;
}
.TagClassName
{
border-color: #20656E;
}
</style>