Shades of Allports #20717C
Tints of Allports #20717C
RGB
CMYK
RGB Variations
Color information
#20717C (or 0x20717C) is known color: Allports. HEX triplet: 20, 71 and 7C. RGB value is (32,113,124). Sum of RGB (Red+Green+Blue) = 32+113+124=269 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.90% from 269); Green value is 113 (44.53% from 255 or 42.01% from 269); Blue value is 124 (48.83% from 255 or 46.10% from 269); Max value from RGB is 124 - color contains mainly: blue. Hex color #20717C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20717C is #DF8E83. Grayscale: #595959. Windows color (decimal): -14651012 or 8155424. OLE color: 8155424.
HSL color Cylindrical-coordinate representation of color #20717C: hue angle of 187.17º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #20717C is Cyan = 0.74, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 32 | 113 | 124 | - |
| CMYK | 0.74 | 0.09 | 0 | 0.51 |
| HSL | 187.17º | 0.59% | 0.31% | - |
| HSV(B) | 187.17º | 0.74% | 0.49% | - |
| XYZ | 10.14 | 13.57 | 21.15 | - |
| YUV | 90.04 | 147.16 | 86.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 113 | 124 | 0.74 | 0.09 | 0 | 0.51 | 187.17 | 0.59 | 0.31 |
| Hex | 20 | 71 | 7C | 4A | 9 | 0 | 33 | BB | 3B | 1F |
| Octal | 40 | 161 | 174 | 112 | 11 | 0 | 63 | 273 | 73 | 37 |
| Binary | 100000 | 1110001 | 1111100 | 1001010 | 1001 | 0 | 110011 | 10111011 | 111011 | 11111 |
Color Harmonies of #20717C
Complementary color
Monochromatic Colors of #20717C
Black with #20717C
Text Example
Text Example
White with #20717C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20717C; }
p { color: rgb(32,113,124); }
H1.HeaderClassName
{
color: #20717C;
}
.AnyTagClassName
{
color: #20717C;
}
</style>
background-color css
<style>
a { background-color: #20717C; }
a { background-color: rgb(32,113,124); }
div.DivClassName
{
background-color: #20717C;
}
.BgClassName
{
background-color: #20717C;
}
</style>
border-color css
<style>
span { border-color: #20717C; }
span { border-color: rgb(32,113,124); }
td.TdClassName
{
border-color: #20717C;
}
.TagClassName
{
border-color: #20717C;
}
</style>