Shades of Endeavour #2E5991
Tints of Endeavour #2E5991
RGB
CMYK
RGB Variations
Color information
#2E5991 (or 0x2E5991) is known color: Endeavour. HEX triplet: 2E, 59 and 91. RGB value is (46,89,145). Sum of RGB (Red+Green+Blue) = 46+89+145=280 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.43% from 280); Green value is 89 (35.16% from 255 or 31.79% from 280); Blue value is 145 (57.03% from 255 or 51.79% from 280); Max value from RGB is 145 - color contains mainly: blue. Hex color #2E5991 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E5991 is #D1A66E. Grayscale: #525252. Windows color (decimal): -13739631 or 9525550. OLE color: 9525550.
HSL color Cylindrical-coordinate representation of color #2E5991: hue angle of 213.94º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2E5991 is Cyan = 0.68, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 46 | 89 | 145 | - |
| CMYK | 0.68 | 0.39 | 0 | 0.43 |
| HSL | 213.94º | 0.52% | 0.37% | - |
| HSV(B) | 213.94º | 0.68% | 0.57% | - |
| XYZ | 9.81 | 9.77 | 28.16 | - |
| YUV | 82.53 | 163.25 | 101.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 89 | 145 | 0.68 | 0.39 | 0 | 0.43 | 213.94 | 0.52 | 0.37 |
| Hex | 2E | 59 | 91 | 44 | 27 | 0 | 2B | D6 | 34 | 25 |
| Octal | 56 | 131 | 221 | 104 | 47 | 0 | 53 | 326 | 64 | 45 |
| Binary | 101110 | 1011001 | 10010001 | 1000100 | 100111 | 0 | 101011 | 11010110 | 110100 | 100101 |
Color Harmonies of #2E5991
Complementary color
Monochromatic Colors of #2E5991
Black with #2E5991
Text Example
Text Example
White with #2E5991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E5991; }
p { color: rgb(46,89,145); }
H1.HeaderClassName
{
color: #2E5991;
}
.AnyTagClassName
{
color: #2E5991;
}
</style>
background-color css
<style>
a { background-color: #2E5991; }
a { background-color: rgb(46,89,145); }
div.DivClassName
{
background-color: #2E5991;
}
.BgClassName
{
background-color: #2E5991;
}
</style>
border-color css
<style>
span { border-color: #2E5991; }
span { border-color: rgb(46,89,145); }
td.TdClassName
{
border-color: #2E5991;
}
.TagClassName
{
border-color: #2E5991;
}
</style>