Shades of Allports #20627E
Tints of Allports #20627E
RGB
CMYK
RGB Variations
Color information
#20627E (or 0x20627E) is known color: Allports. HEX triplet: 20, 62 and 7E. RGB value is (32,98,126). Sum of RGB (Red+Green+Blue) = 32+98+126=256 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.5% from 256); Green value is 98 (38.67% from 255 or 38.28% from 256); Blue value is 126 (49.61% from 255 or 49.22% from 256); Max value from RGB is 126 - color contains mainly: blue. Hex color #20627E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20627E is #DF9D81. Grayscale: #515151. Windows color (decimal): -14654850 or 8282656. OLE color: 8282656.
HSL color Cylindrical-coordinate representation of color #20627E: hue angle of 197.87º 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 #20627E is Cyan = 0.75, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 32 | 98 | 126 | - |
| CMYK | 0.75 | 0.22 | 0 | 0.51 |
| HSL | 197.87º | 0.59% | 0.31% | - |
| HSV(B) | 197.87º | 0.75% | 0.49% | - |
| XYZ | 8.73 | 10.55 | 21.31 | - |
| YUV | 81.46 | 153.13 | 92.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 98 | 126 | 0.75 | 0.22 | 0 | 0.51 | 197.87 | 0.59 | 0.31 |
| Hex | 20 | 62 | 7E | 4B | 16 | 0 | 33 | C6 | 3B | 1F |
| Octal | 40 | 142 | 176 | 113 | 26 | 0 | 63 | 306 | 73 | 37 |
| Binary | 100000 | 1100010 | 1111110 | 1001011 | 10110 | 0 | 110011 | 11000110 | 111011 | 11111 |
Color Harmonies of #20627E
Complementary color
Monochromatic Colors of #20627E
Black with #20627E
Text Example
Text Example
White with #20627E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20627E; }
p { color: rgb(32,98,126); }
H1.HeaderClassName
{
color: #20627E;
}
.AnyTagClassName
{
color: #20627E;
}
</style>
background-color css
<style>
a { background-color: #20627E; }
a { background-color: rgb(32,98,126); }
div.DivClassName
{
background-color: #20627E;
}
.BgClassName
{
background-color: #20627E;
}
</style>
border-color css
<style>
span { border-color: #20627E; }
span { border-color: rgb(32,98,126); }
td.TdClassName
{
border-color: #20627E;
}
.TagClassName
{
border-color: #20627E;
}
</style>