Shades of Allports #20737C
Tints of Allports #20737C
RGB
CMYK
RGB Variations
Color information
#20737C (or 0x20737C) is known color: Allports. HEX triplet: 20, 73 and 7C. RGB value is (32,115,124). Sum of RGB (Red+Green+Blue) = 32+115+124=271 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.81% from 271); Green value is 115 (45.31% from 255 or 42.44% from 271); Blue value is 124 (48.83% from 255 or 45.76% from 271); Max value from RGB is 124 - color contains mainly: blue. Hex color #20737C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20737C is #DF8C83. Grayscale: #5B5B5B. Windows color (decimal): -14650500 or 8155936. OLE color: 8155936.
HSL color Cylindrical-coordinate representation of color #20737C: hue angle of 185.87º 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 #20737C is Cyan = 0.74, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 32 | 115 | 124 | - |
| CMYK | 0.74 | 0.07 | 0 | 0.51 |
| HSL | 185.87º | 0.59% | 0.31% | - |
| HSV(B) | 185.87º | 0.74% | 0.49% | - |
| XYZ | 10.36 | 14.02 | 21.23 | - |
| YUV | 91.21 | 146.5 | 85.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 115 | 124 | 0.74 | 0.07 | 0 | 0.51 | 185.87 | 0.59 | 0.31 |
| Hex | 20 | 73 | 7C | 4A | 7 | 0 | 33 | BA | 3B | 1F |
| Octal | 40 | 163 | 174 | 112 | 7 | 0 | 63 | 272 | 73 | 37 |
| Binary | 100000 | 1110011 | 1111100 | 1001010 | 111 | 0 | 110011 | 10111010 | 111011 | 11111 |
Color Harmonies of #20737C
Complementary color
Monochromatic Colors of #20737C
Black with #20737C
Text Example
Text Example
White with #20737C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20737C; }
p { color: rgb(32,115,124); }
H1.HeaderClassName
{
color: #20737C;
}
.AnyTagClassName
{
color: #20737C;
}
</style>
background-color css
<style>
a { background-color: #20737C; }
a { background-color: rgb(32,115,124); }
div.DivClassName
{
background-color: #20737C;
}
.BgClassName
{
background-color: #20737C;
}
</style>
border-color css
<style>
span { border-color: #20737C; }
span { border-color: rgb(32,115,124); }
td.TdClassName
{
border-color: #20737C;
}
.TagClassName
{
border-color: #20737C;
}
</style>