Shades of Endeavour #20508D
Tints of Endeavour #20508D
RGB
CMYK
RGB Variations
Color information
#20508D (or 0x20508D) is known color: Endeavour. HEX triplet: 20, 50 and 8D. RGB value is (32,80,141). Sum of RGB (Red+Green+Blue) = 32+80+141=253 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.65% from 253); Green value is 80 (31.64% from 255 or 31.62% from 253); Blue value is 141 (55.47% from 255 or 55.73% from 253); Max value from RGB is 141 - color contains mainly: blue. Hex color #20508D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #20508D is #DFAF72. Grayscale: #484848. Windows color (decimal): -14659443 or 9261088. OLE color: 9261088.
HSL color Cylindrical-coordinate representation of color #20508D: hue angle of 213.58º 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 #20508D is Cyan = 0.77, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 32 | 80 | 141 | - |
| CMYK | 0.77 | 0.43 | 0 | 0.45 |
| HSL | 213.58º | 0.63% | 0.34% | - |
| HSV(B) | 213.58º | 0.77% | 0.55% | - |
| XYZ | 8.27 | 7.97 | 26.3 | - |
| YUV | 72.6 | 166.6 | 99.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 80 | 141 | 0.77 | 0.43 | 0 | 0.45 | 213.58 | 0.63 | 0.34 |
| Hex | 20 | 50 | 8D | 4D | 2B | 0 | 2D | D6 | 3F | 22 |
| Octal | 40 | 120 | 215 | 115 | 53 | 0 | 55 | 326 | 77 | 42 |
| Binary | 100000 | 1010000 | 10001101 | 1001101 | 101011 | 0 | 101101 | 11010110 | 111111 | 100010 |
Color Harmonies of #20508D
Complementary color
Monochromatic Colors of #20508D
Black with #20508D
Text Example
Text Example
White with #20508D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20508D; }
p { color: rgb(32,80,141); }
H1.HeaderClassName
{
color: #20508D;
}
.AnyTagClassName
{
color: #20508D;
}
</style>
background-color css
<style>
a { background-color: #20508D; }
a { background-color: rgb(32,80,141); }
div.DivClassName
{
background-color: #20508D;
}
.BgClassName
{
background-color: #20508D;
}
</style>
border-color css
<style>
span { border-color: #20508D; }
span { border-color: rgb(32,80,141); }
td.TdClassName
{
border-color: #20508D;
}
.TagClassName
{
border-color: #20508D;
}
</style>