Shades of Endeavour #20579E
Tints of Endeavour #20579E
RGB
CMYK
RGB Variations
Color information
#20579E (or 0x20579E) is known color: Endeavour. HEX triplet: 20, 57 and 9E. RGB value is (32,87,158). Sum of RGB (Red+Green+Blue) = 32+87+158=277 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.55% from 277); Green value is 87 (34.38% from 255 or 31.41% from 277); Blue value is 158 (62.11% from 255 or 57.04% from 277); Max value from RGB is 158 - color contains mainly: blue. Hex color #20579E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #20579E is #DFA861. Grayscale: #4E4E4E. Windows color (decimal): -14657634 or 10376992. OLE color: 10376992.
HSL color Cylindrical-coordinate representation of color #20579E: hue angle of 213.81º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #20579E is Cyan = 0.80, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 32 | 87 | 158 | - |
| CMYK | 0.80 | 0.45 | 0 | 0.38 |
| HSL | 213.81º | 0.66% | 0.37% | - |
| HSV(B) | 213.81º | 0.8% | 0.62% | - |
| XYZ | 10.18 | 9.59 | 33.66 | - |
| YUV | 78.65 | 172.78 | 94.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 87 | 158 | 0.80 | 0.45 | 0 | 0.38 | 213.81 | 0.66 | 0.37 |
| Hex | 20 | 57 | 9E | 50 | 2D | 0 | 26 | D6 | 42 | 25 |
| Octal | 40 | 127 | 236 | 120 | 55 | 0 | 46 | 326 | 102 | 45 |
| Binary | 100000 | 1010111 | 10011110 | 1010000 | 101101 | 0 | 100110 | 11010110 | 1000010 | 100101 |
Color Harmonies of #20579E
Complementary color
Monochromatic Colors of #20579E
Black with #20579E
Text Example
Text Example
White with #20579E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20579E; }
p { color: rgb(32,87,158); }
H1.HeaderClassName
{
color: #20579E;
}
.AnyTagClassName
{
color: #20579E;
}
</style>
background-color css
<style>
a { background-color: #20579E; }
a { background-color: rgb(32,87,158); }
div.DivClassName
{
background-color: #20579E;
}
.BgClassName
{
background-color: #20579E;
}
</style>
border-color css
<style>
span { border-color: #20579E; }
span { border-color: rgb(32,87,158); }
td.TdClassName
{
border-color: #20579E;
}
.TagClassName
{
border-color: #20579E;
}
</style>