Shades of Endeavour #2E5989
Tints of Endeavour #2E5989
RGB
CMYK
RGB Variations
Color information
#2E5989 (or 0x2E5989) is known color: Endeavour. HEX triplet: 2E, 59 and 89. RGB value is (46,89,137). Sum of RGB (Red+Green+Blue) = 46+89+137=272 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.91% from 272); Green value is 89 (35.16% from 255 or 32.72% from 272); Blue value is 137 (53.91% from 255 or 50.37% from 272); Max value from RGB is 137 - color contains mainly: blue. Hex color #2E5989 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E5989 is #D1A676. Grayscale: #515151. Windows color (decimal): -13739639 or 9001262. OLE color: 9001262.
HSL color Cylindrical-coordinate representation of color #2E5989: hue angle of 211.65º degrees, saturation: 0.5, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2E5989 is Cyan = 0.66, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 46 | 89 | 137 | - |
| CMYK | 0.66 | 0.35 | 0 | 0.46 |
| HSL | 211.65º | 0.5% | 0.36% | - |
| HSV(B) | 211.65º | 0.66% | 0.54% | - |
| XYZ | 9.21 | 9.53 | 25.02 | - |
| YUV | 81.62 | 159.25 | 102.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 89 | 137 | 0.66 | 0.35 | 0 | 0.46 | 211.65 | 0.5 | 0.36 |
| Hex | 2E | 59 | 89 | 42 | 23 | 0 | 2E | D4 | 32 | 24 |
| Octal | 56 | 131 | 211 | 102 | 43 | 0 | 56 | 324 | 62 | 44 |
| Binary | 101110 | 1011001 | 10001001 | 1000010 | 100011 | 0 | 101110 | 11010100 | 110010 | 100100 |
Color Harmonies of #2E5989
Complementary color
Monochromatic Colors of #2E5989
Black with #2E5989
Text Example
Text Example
White with #2E5989
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E5989; }
p { color: rgb(46,89,137); }
H1.HeaderClassName
{
color: #2E5989;
}
.AnyTagClassName
{
color: #2E5989;
}
</style>
background-color css
<style>
a { background-color: #2E5989; }
a { background-color: rgb(46,89,137); }
div.DivClassName
{
background-color: #2E5989;
}
.BgClassName
{
background-color: #2E5989;
}
</style>
border-color css
<style>
span { border-color: #2E5989; }
span { border-color: rgb(46,89,137); }
td.TdClassName
{
border-color: #2E5989;
}
.TagClassName
{
border-color: #2E5989;
}
</style>