Shades of Endeavour #20589F
Tints of Endeavour #20589F
RGB
CMYK
RGB Variations
Color information
#20589F (or 0x20589F) is known color: Endeavour. HEX triplet: 20, 58 and 9F. RGB value is (32,88,159). Sum of RGB (Red+Green+Blue) = 32+88+159=279 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.47% from 279); Green value is 88 (34.77% from 255 or 31.54% from 279); Blue value is 159 (62.5% from 255 or 56.99% from 279); Max value from RGB is 159 - color contains mainly: blue. Hex color #20589F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #20589F is #DFA760. Grayscale: #4F4F4F. Windows color (decimal): -14657377 or 10442784. OLE color: 10442784.
HSL color Cylindrical-coordinate representation of color #20589F: hue angle of 213.54º 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 #20589F is Cyan = 0.80, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 32 | 88 | 159 | - |
| CMYK | 0.80 | 0.45 | 0 | 0.38 |
| HSL | 213.54º | 0.66% | 0.37% | - |
| HSV(B) | 213.54º | 0.8% | 0.62% | - |
| XYZ | 10.34 | 9.79 | 34.15 | - |
| YUV | 79.35 | 172.95 | 94.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 88 | 159 | 0.80 | 0.45 | 0 | 0.38 | 213.54 | 0.66 | 0.37 |
| Hex | 20 | 58 | 9F | 50 | 2D | 0 | 26 | D6 | 42 | 25 |
| Octal | 40 | 130 | 237 | 120 | 55 | 0 | 46 | 326 | 102 | 45 |
| Binary | 100000 | 1011000 | 10011111 | 1010000 | 101101 | 0 | 100110 | 11010110 | 1000010 | 100101 |
Color Harmonies of #20589F
Complementary color
Monochromatic Colors of #20589F
Black with #20589F
Text Example
Text Example
White with #20589F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20589F; }
p { color: rgb(32,88,159); }
H1.HeaderClassName
{
color: #20589F;
}
.AnyTagClassName
{
color: #20589F;
}
</style>
background-color css
<style>
a { background-color: #20589F; }
a { background-color: rgb(32,88,159); }
div.DivClassName
{
background-color: #20589F;
}
.BgClassName
{
background-color: #20589F;
}
</style>
border-color css
<style>
span { border-color: #20589F; }
span { border-color: rgb(32,88,159); }
td.TdClassName
{
border-color: #20589F;
}
.TagClassName
{
border-color: #20589F;
}
</style>