Shades of Allports #20758D
Tints of Allports #20758D
RGB
CMYK
RGB Variations
Color information
#20758D (or 0x20758D) is known color: Allports. HEX triplet: 20, 75 and 8D. RGB value is (32,117,141). Sum of RGB (Red+Green+Blue) = 32+117+141=290 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.03% from 290); Green value is 117 (46.09% from 255 or 40.34% from 290); Blue value is 141 (55.47% from 255 or 48.62% from 290); Max value from RGB is 141 - color contains mainly: blue. Hex color #20758D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #20758D is #DF8A72. Grayscale: #5E5E5E. Windows color (decimal): -14649971 or 9270560. OLE color: 9270560.
HSL color Cylindrical-coordinate representation of color #20758D: hue angle of 193.21º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #20758D is Cyan = 0.77, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 32 | 117 | 141 | - |
| CMYK | 0.77 | 0.17 | 0 | 0.45 |
| HSL | 193.21º | 0.63% | 0.34% | - |
| HSV(B) | 193.21º | 0.77% | 0.55% | - |
| XYZ | 11.76 | 14.95 | 27.47 | - |
| YUV | 94.32 | 154.34 | 83.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 117 | 141 | 0.77 | 0.17 | 0 | 0.45 | 193.21 | 0.63 | 0.34 |
| Hex | 20 | 75 | 8D | 4D | 11 | 0 | 2D | C1 | 3F | 22 |
| Octal | 40 | 165 | 215 | 115 | 21 | 0 | 55 | 301 | 77 | 42 |
| Binary | 100000 | 1110101 | 10001101 | 1001101 | 10001 | 0 | 101101 | 11000001 | 111111 | 100010 |
Color Harmonies of #20758D
Complementary color
Monochromatic Colors of #20758D
Black with #20758D
Text Example
Text Example
White with #20758D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20758D; }
p { color: rgb(32,117,141); }
H1.HeaderClassName
{
color: #20758D;
}
.AnyTagClassName
{
color: #20758D;
}
</style>
background-color css
<style>
a { background-color: #20758D; }
a { background-color: rgb(32,117,141); }
div.DivClassName
{
background-color: #20758D;
}
.BgClassName
{
background-color: #20758D;
}
</style>
border-color css
<style>
span { border-color: #20758D; }
span { border-color: rgb(32,117,141); }
td.TdClassName
{
border-color: #20758D;
}
.TagClassName
{
border-color: #20758D;
}
</style>