Shades of Allports #20768A
Tints of Allports #20768A
RGB
CMYK
RGB Variations
Color information
#20768A (or 0x20768A) is known color: Allports. HEX triplet: 20, 76 and 8A. RGB value is (32,118,138). Sum of RGB (Red+Green+Blue) = 32+118+138=288 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.11% from 288); Green value is 118 (46.48% from 255 or 40.97% from 288); Blue value is 138 (54.30% from 255 or 47.92% from 288); Max value from RGB is 138 - color contains mainly: blue. Hex color #20768A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #20768A is #DF8975. Grayscale: #5E5E5E. Windows color (decimal): -14649718 or 9074208. OLE color: 9074208.
HSL color Cylindrical-coordinate representation of color #20768A: hue angle of 191.32º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #20768A is Cyan = 0.77, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 32 | 118 | 138 | - |
| CMYK | 0.77 | 0.14 | 0 | 0.46 |
| HSL | 191.32º | 0.62% | 0.33% | - |
| HSV(B) | 191.32º | 0.77% | 0.54% | - |
| XYZ | 11.66 | 15.1 | 26.34 | - |
| YUV | 94.57 | 152.51 | 83.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 118 | 138 | 0.77 | 0.14 | 0 | 0.46 | 191.32 | 0.62 | 0.33 |
| Hex | 20 | 76 | 8A | 4D | E | 0 | 2E | BF | 3E | 21 |
| Octal | 40 | 166 | 212 | 115 | 16 | 0 | 56 | 277 | 76 | 41 |
| Binary | 100000 | 1110110 | 10001010 | 1001101 | 1110 | 0 | 101110 | 10111111 | 111110 | 100001 |
Color Harmonies of #20768A
Complementary color
Monochromatic Colors of #20768A
Black with #20768A
Text Example
Text Example
White with #20768A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20768A; }
p { color: rgb(32,118,138); }
H1.HeaderClassName
{
color: #20768A;
}
.AnyTagClassName
{
color: #20768A;
}
</style>
background-color css
<style>
a { background-color: #20768A; }
a { background-color: rgb(32,118,138); }
div.DivClassName
{
background-color: #20768A;
}
.BgClassName
{
background-color: #20768A;
}
</style>
border-color css
<style>
span { border-color: #20768A; }
span { border-color: rgb(32,118,138); }
td.TdClassName
{
border-color: #20768A;
}
.TagClassName
{
border-color: #20768A;
}
</style>