Shades of Allports #20647C
Tints of Allports #20647C
RGB
CMYK
RGB Variations
Color information
#20647C (or 0x20647C) is known color: Allports. HEX triplet: 20, 64 and 7C. RGB value is (32,100,124). Sum of RGB (Red+Green+Blue) = 32+100+124=256 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.5% from 256); Green value is 100 (39.45% from 255 or 39.06% from 256); Blue value is 124 (48.83% from 255 or 48.44% from 256); Max value from RGB is 124 - color contains mainly: blue. Hex color #20647C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20647C is #DF9B83. Grayscale: #525252. Windows color (decimal): -14654340 or 8152096. OLE color: 8152096.
HSL color Cylindrical-coordinate representation of color #20647C: hue angle of 195.65º 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 #20647C is Cyan = 0.74, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 32 | 100 | 124 | - |
| CMYK | 0.74 | 0.19 | 0 | 0.51 |
| HSL | 195.65º | 0.59% | 0.31% | - |
| HSV(B) | 195.65º | 0.74% | 0.49% | - |
| XYZ | 8.79 | 10.88 | 20.7 | - |
| YUV | 82.4 | 151.47 | 92.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 100 | 124 | 0.74 | 0.19 | 0 | 0.51 | 195.65 | 0.59 | 0.31 |
| Hex | 20 | 64 | 7C | 4A | 13 | 0 | 33 | C4 | 3B | 1F |
| Octal | 40 | 144 | 174 | 112 | 23 | 0 | 63 | 304 | 73 | 37 |
| Binary | 100000 | 1100100 | 1111100 | 1001010 | 10011 | 0 | 110011 | 11000100 | 111011 | 11111 |
Color Harmonies of #20647C
Complementary color
Monochromatic Colors of #20647C
Black with #20647C
Text Example
Text Example
White with #20647C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20647C; }
p { color: rgb(32,100,124); }
H1.HeaderClassName
{
color: #20647C;
}
.AnyTagClassName
{
color: #20647C;
}
</style>
background-color css
<style>
a { background-color: #20647C; }
a { background-color: rgb(32,100,124); }
div.DivClassName
{
background-color: #20647C;
}
.BgClassName
{
background-color: #20647C;
}
</style>
border-color css
<style>
span { border-color: #20647C; }
span { border-color: rgb(32,100,124); }
td.TdClassName
{
border-color: #20647C;
}
.TagClassName
{
border-color: #20647C;
}
</style>