Shades of Endeavour #20549A
Tints of Endeavour #20549A
RGB
CMYK
RGB Variations
Color information
#20549A (or 0x20549A) is known color: Endeavour. HEX triplet: 20, 54 and 9A. RGB value is (32,84,154). Sum of RGB (Red+Green+Blue) = 32+84+154=270 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.85% from 270); Green value is 84 (33.20% from 255 or 31.11% from 270); Blue value is 154 (60.55% from 255 or 57.04% from 270); Max value from RGB is 154 - color contains mainly: blue. Hex color #20549A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #20549A is #DFAB65. Grayscale: #4C4C4C. Windows color (decimal): -14658406 or 10114080. OLE color: 10114080.
HSL color Cylindrical-coordinate representation of color #20549A: hue angle of 214.43º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #20549A is Cyan = 0.79, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 32 | 84 | 154 | - |
| CMYK | 0.79 | 0.45 | 0 | 0.40 |
| HSL | 214.43º | 0.66% | 0.36% | - |
| HSV(B) | 214.43º | 0.79% | 0.6% | - |
| XYZ | 9.6 | 8.98 | 31.8 | - |
| YUV | 76.43 | 171.77 | 96.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 84 | 154 | 0.79 | 0.45 | 0 | 0.40 | 214.43 | 0.66 | 0.36 |
| Hex | 20 | 54 | 9A | 4F | 2D | 0 | 28 | D6 | 42 | 24 |
| Octal | 40 | 124 | 232 | 117 | 55 | 0 | 50 | 326 | 102 | 44 |
| Binary | 100000 | 1010100 | 10011010 | 1001111 | 101101 | 0 | 101000 | 11010110 | 1000010 | 100100 |
Color Harmonies of #20549A
Complementary color
Monochromatic Colors of #20549A
Black with #20549A
Text Example
Text Example
White with #20549A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20549A; }
p { color: rgb(32,84,154); }
H1.HeaderClassName
{
color: #20549A;
}
.AnyTagClassName
{
color: #20549A;
}
</style>
background-color css
<style>
a { background-color: #20549A; }
a { background-color: rgb(32,84,154); }
div.DivClassName
{
background-color: #20549A;
}
.BgClassName
{
background-color: #20549A;
}
</style>
border-color css
<style>
span { border-color: #20549A; }
span { border-color: rgb(32,84,154); }
td.TdClassName
{
border-color: #20549A;
}
.TagClassName
{
border-color: #20549A;
}
</style>