Shades of Allports #20637C
Tints of Allports #20637C
RGB
CMYK
RGB Variations
Color information
#20637C (or 0x20637C) is known color: Allports. HEX triplet: 20, 63 and 7C. RGB value is (32,99,124). Sum of RGB (Red+Green+Blue) = 32+99+124=255 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.55% from 255); Green value is 99 (39.06% from 255 or 38.82% from 255); Blue value is 124 (48.83% from 255 or 48.63% from 255); Max value from RGB is 124 - color contains mainly: blue. Hex color #20637C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20637C is #DF9C83. Grayscale: #515151. Windows color (decimal): -14654596 or 8151840. OLE color: 8151840.
HSL color Cylindrical-coordinate representation of color #20637C: hue angle of 196.3º 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 #20637C is Cyan = 0.74, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 32 | 99 | 124 | - |
| CMYK | 0.74 | 0.20 | 0 | 0.51 |
| HSL | 196.3º | 0.59% | 0.31% | - |
| HSV(B) | 196.3º | 0.74% | 0.49% | - |
| XYZ | 8.7 | 10.69 | 20.67 | - |
| YUV | 81.82 | 151.8 | 92.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 99 | 124 | 0.74 | 0.20 | 0 | 0.51 | 196.3 | 0.59 | 0.31 |
| Hex | 20 | 63 | 7C | 4A | 14 | 0 | 33 | C4 | 3B | 1F |
| Octal | 40 | 143 | 174 | 112 | 24 | 0 | 63 | 304 | 73 | 37 |
| Binary | 100000 | 1100011 | 1111100 | 1001010 | 10100 | 0 | 110011 | 11000100 | 111011 | 11111 |
Color Harmonies of #20637C
Complementary color
Monochromatic Colors of #20637C
Black with #20637C
Text Example
Text Example
White with #20637C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20637C; }
p { color: rgb(32,99,124); }
H1.HeaderClassName
{
color: #20637C;
}
.AnyTagClassName
{
color: #20637C;
}
</style>
background-color css
<style>
a { background-color: #20637C; }
a { background-color: rgb(32,99,124); }
div.DivClassName
{
background-color: #20637C;
}
.BgClassName
{
background-color: #20637C;
}
</style>
border-color css
<style>
span { border-color: #20637C; }
span { border-color: rgb(32,99,124); }
td.TdClassName
{
border-color: #20637C;
}
.TagClassName
{
border-color: #20637C;
}
</style>