Shades of Allports #20627C
Tints of Allports #20627C
RGB
CMYK
RGB Variations
Color information
#20627C (or 0x20627C) is known color: Allports. HEX triplet: 20, 62 and 7C. RGB value is (32,98,124). Sum of RGB (Red+Green+Blue) = 32+98+124=254 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.60% from 254); Green value is 98 (38.67% from 255 or 38.58% from 254); Blue value is 124 (48.83% from 255 or 48.82% from 254); Max value from RGB is 124 - color contains mainly: blue. Hex color #20627C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20627C is #DF9D83. Grayscale: #515151. Windows color (decimal): -14654852 or 8151584. OLE color: 8151584.
HSL color Cylindrical-coordinate representation of color #20627C: hue angle of 196.96º 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 #20627C is Cyan = 0.74, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 32 | 98 | 124 | - |
| CMYK | 0.74 | 0.21 | 0 | 0.51 |
| HSL | 196.96º | 0.59% | 0.31% | - |
| HSV(B) | 196.96º | 0.74% | 0.49% | - |
| XYZ | 8.6 | 10.5 | 20.64 | - |
| YUV | 81.23 | 152.13 | 92.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 98 | 124 | 0.74 | 0.21 | 0 | 0.51 | 196.96 | 0.59 | 0.31 |
| Hex | 20 | 62 | 7C | 4A | 15 | 0 | 33 | C5 | 3B | 1F |
| Octal | 40 | 142 | 174 | 112 | 25 | 0 | 63 | 305 | 73 | 37 |
| Binary | 100000 | 1100010 | 1111100 | 1001010 | 10101 | 0 | 110011 | 11000101 | 111011 | 11111 |
Color Harmonies of #20627C
Complementary color
Monochromatic Colors of #20627C
Black with #20627C
Text Example
Text Example
White with #20627C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20627C; }
p { color: rgb(32,98,124); }
H1.HeaderClassName
{
color: #20627C;
}
.AnyTagClassName
{
color: #20627C;
}
</style>
background-color css
<style>
a { background-color: #20627C; }
a { background-color: rgb(32,98,124); }
div.DivClassName
{
background-color: #20627C;
}
.BgClassName
{
background-color: #20627C;
}
</style>
border-color css
<style>
span { border-color: #20627C; }
span { border-color: rgb(32,98,124); }
td.TdClassName
{
border-color: #20627C;
}
.TagClassName
{
border-color: #20627C;
}
</style>