Shades of Allports #20717E
Tints of Allports #20717E
RGB
CMYK
RGB Variations
Color information
#20717E (or 0x20717E) is known color: Allports. HEX triplet: 20, 71 and 7E. RGB value is (32,113,126). Sum of RGB (Red+Green+Blue) = 32+113+126=271 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.81% from 271); Green value is 113 (44.53% from 255 or 41.70% from 271); Blue value is 126 (49.61% from 255 or 46.49% from 271); Max value from RGB is 126 - color contains mainly: blue. Hex color #20717E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20717E is #DF8E81. Grayscale: #5A5A5A. Windows color (decimal): -14651010 or 8286496. OLE color: 8286496.
HSL color Cylindrical-coordinate representation of color #20717E: hue angle of 188.3º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #20717E is Cyan = 0.75, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 32 | 113 | 126 | - |
| CMYK | 0.75 | 0.10 | 0 | 0.51 |
| HSL | 188.3º | 0.59% | 0.31% | - |
| HSV(B) | 188.3º | 0.75% | 0.49% | - |
| XYZ | 10.27 | 13.62 | 21.83 | - |
| YUV | 90.26 | 148.16 | 86.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 113 | 126 | 0.75 | 0.10 | 0 | 0.51 | 188.3 | 0.59 | 0.31 |
| Hex | 20 | 71 | 7E | 4B | A | 0 | 33 | BC | 3B | 1F |
| Octal | 40 | 161 | 176 | 113 | 12 | 0 | 63 | 274 | 73 | 37 |
| Binary | 100000 | 1110001 | 1111110 | 1001011 | 1010 | 0 | 110011 | 10111100 | 111011 | 11111 |
Color Harmonies of #20717E
Complementary color
Monochromatic Colors of #20717E
Black with #20717E
Text Example
Text Example
White with #20717E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20717E; }
p { color: rgb(32,113,126); }
H1.HeaderClassName
{
color: #20717E;
}
.AnyTagClassName
{
color: #20717E;
}
</style>
background-color css
<style>
a { background-color: #20717E; }
a { background-color: rgb(32,113,126); }
div.DivClassName
{
background-color: #20717E;
}
.BgClassName
{
background-color: #20717E;
}
</style>
border-color css
<style>
span { border-color: #20717E; }
span { border-color: rgb(32,113,126); }
td.TdClassName
{
border-color: #20717E;
}
.TagClassName
{
border-color: #20717E;
}
</style>