Shades of Allports #20636C
Tints of Allports #20636C
RGB
CMYK
RGB Variations
Color information
#20636C (or 0x20636C) is known color: Allports. HEX triplet: 20, 63 and 6C. RGB value is (32,99,108). Sum of RGB (Red+Green+Blue) = 32+99+108=239 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.39% from 239); Green value is 99 (39.06% from 255 or 41.42% from 239); Blue value is 108 (42.58% from 255 or 45.19% from 239); Max value from RGB is 108 - color contains mainly: blue. Hex color #20636C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20636C is #DF9C93. Grayscale: #4F4F4F. Windows color (decimal): -14654612 or 7103264. OLE color: 7103264.
HSL color Cylindrical-coordinate representation of color #20636C: hue angle of 187.11º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #20636C is Cyan = 0.70, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 32 | 99 | 108 | - |
| CMYK | 0.70 | 0.08 | 0 | 0.58 |
| HSL | 187.11º | 0.54% | 0.27% | - |
| HSV(B) | 187.11º | 0.7% | 0.42% | - |
| XYZ | 7.76 | 10.31 | 15.77 | - |
| YUV | 79.99 | 143.8 | 93.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 99 | 108 | 0.70 | 0.08 | 0 | 0.58 | 187.11 | 0.54 | 0.27 |
| Hex | 20 | 63 | 6C | 46 | 8 | 0 | 3A | BB | 36 | 1B |
| Octal | 40 | 143 | 154 | 106 | 10 | 0 | 72 | 273 | 66 | 33 |
| Binary | 100000 | 1100011 | 1101100 | 1000110 | 1000 | 0 | 111010 | 10111011 | 110110 | 11011 |
Color Harmonies of #20636C
Complementary color
Monochromatic Colors of #20636C
Black with #20636C
Text Example
Text Example
White with #20636C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20636C; }
p { color: rgb(32,99,108); }
H1.HeaderClassName
{
color: #20636C;
}
.AnyTagClassName
{
color: #20636C;
}
</style>
background-color css
<style>
a { background-color: #20636C; }
a { background-color: rgb(32,99,108); }
div.DivClassName
{
background-color: #20636C;
}
.BgClassName
{
background-color: #20636C;
}
</style>
border-color css
<style>
span { border-color: #20636C; }
span { border-color: rgb(32,99,108); }
td.TdClassName
{
border-color: #20636C;
}
.TagClassName
{
border-color: #20636C;
}
</style>