Shades of Endeavour #2E5997
Tints of Endeavour #2E5997
RGB
CMYK
RGB Variations
Color information
#2E5997 (or 0x2E5997) is known color: Endeavour. HEX triplet: 2E, 59 and 97. RGB value is (46,89,151). Sum of RGB (Red+Green+Blue) = 46+89+151=286 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.08% from 286); Green value is 89 (35.16% from 255 or 31.12% from 286); Blue value is 151 (59.38% from 255 or 52.80% from 286); Max value from RGB is 151 - color contains mainly: blue. Hex color #2E5997 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E5997 is #D1A668. Grayscale: #525252. Windows color (decimal): -13739625 or 9918766. OLE color: 9918766.
HSL color Cylindrical-coordinate representation of color #2E5997: hue angle of 215.43º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2E5997 is Cyan = 0.70, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 46 | 89 | 151 | - |
| CMYK | 0.70 | 0.41 | 0 | 0.41 |
| HSL | 215.43º | 0.53% | 0.39% | - |
| HSV(B) | 215.43º | 0.7% | 0.59% | - |
| XYZ | 10.29 | 9.96 | 30.66 | - |
| YUV | 83.21 | 166.25 | 101.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 89 | 151 | 0.70 | 0.41 | 0 | 0.41 | 215.43 | 0.53 | 0.39 |
| Hex | 2E | 59 | 97 | 46 | 29 | 0 | 29 | D7 | 35 | 27 |
| Octal | 56 | 131 | 227 | 106 | 51 | 0 | 51 | 327 | 65 | 47 |
| Binary | 101110 | 1011001 | 10010111 | 1000110 | 101001 | 0 | 101001 | 11010111 | 110101 | 100111 |
Color Harmonies of #2E5997
Complementary color
Monochromatic Colors of #2E5997
Black with #2E5997
Text Example
Text Example
White with #2E5997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E5997; }
p { color: rgb(46,89,151); }
H1.HeaderClassName
{
color: #2E5997;
}
.AnyTagClassName
{
color: #2E5997;
}
</style>
background-color css
<style>
a { background-color: #2E5997; }
a { background-color: rgb(46,89,151); }
div.DivClassName
{
background-color: #2E5997;
}
.BgClassName
{
background-color: #2E5997;
}
</style>
border-color css
<style>
span { border-color: #2E5997; }
span { border-color: rgb(46,89,151); }
td.TdClassName
{
border-color: #2E5997;
}
.TagClassName
{
border-color: #2E5997;
}
</style>