Shades of Endeavour #2E549F
Tints of Endeavour #2E549F
RGB
CMYK
RGB Variations
Color information
#2E549F (or 0x2E549F) is known color: Endeavour. HEX triplet: 2E, 54 and 9F. RGB value is (46,84,159). Sum of RGB (Red+Green+Blue) = 46+84+159=289 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.92% from 289); Green value is 84 (33.20% from 255 or 29.07% from 289); Blue value is 159 (62.5% from 255 or 55.02% from 289); Max value from RGB is 159 - color contains mainly: blue. Hex color #2E549F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E549F is #D1AB60. Grayscale: #505050. Windows color (decimal): -13740897 or 10441774. OLE color: 10441774.
HSL color Cylindrical-coordinate representation of color #2E549F: hue angle of 219.82º degrees, saturation: 0.55, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2E549F is Cyan = 0.71, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 46 | 84 | 159 | - |
| CMYK | 0.71 | 0.47 | 0 | 0.38 |
| HSL | 219.82º | 0.55% | 0.4% | - |
| HSV(B) | 219.82º | 0.71% | 0.62% | - |
| XYZ | 10.56 | 9.42 | 34.06 | - |
| YUV | 81.19 | 171.91 | 102.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 84 | 159 | 0.71 | 0.47 | 0 | 0.38 | 219.82 | 0.55 | 0.4 |
| Hex | 2E | 54 | 9F | 47 | 2F | 0 | 26 | DC | 37 | 28 |
| Octal | 56 | 124 | 237 | 107 | 57 | 0 | 46 | 334 | 67 | 50 |
| Binary | 101110 | 1010100 | 10011111 | 1000111 | 101111 | 0 | 100110 | 11011100 | 110111 | 101000 |
Color Harmonies of #2E549F
Complementary color
Monochromatic Colors of #2E549F
Black with #2E549F
Text Example
Text Example
White with #2E549F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E549F; }
p { color: rgb(46,84,159); }
H1.HeaderClassName
{
color: #2E549F;
}
.AnyTagClassName
{
color: #2E549F;
}
</style>
background-color css
<style>
a { background-color: #2E549F; }
a { background-color: rgb(46,84,159); }
div.DivClassName
{
background-color: #2E549F;
}
.BgClassName
{
background-color: #2E549F;
}
</style>
border-color css
<style>
span { border-color: #2E549F; }
span { border-color: rgb(46,84,159); }
td.TdClassName
{
border-color: #2E549F;
}
.TagClassName
{
border-color: #2E549F;
}
</style>