Shades of Endeavour #2E589A
Tints of Endeavour #2E589A
RGB
CMYK
RGB Variations
Color information
#2E589A (or 0x2E589A) is known color: Endeavour. HEX triplet: 2E, 58 and 9A. RGB value is (46,88,154). Sum of RGB (Red+Green+Blue) = 46+88+154=288 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.97% from 288); Green value is 88 (34.77% from 255 or 30.56% from 288); Blue value is 154 (60.55% from 255 or 53.47% from 288); Max value from RGB is 154 - color contains mainly: blue. Hex color #2E589A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E589A is #D1A765. Grayscale: #525252. Windows color (decimal): -13739878 or 10115118. OLE color: 10115118.
HSL color Cylindrical-coordinate representation of color #2E589A: hue angle of 216.67º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2E589A is Cyan = 0.70, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 46 | 88 | 154 | - |
| CMYK | 0.70 | 0.43 | 0 | 0.40 |
| HSL | 216.67º | 0.54% | 0.39% | - |
| HSV(B) | 216.67º | 0.7% | 0.6% | - |
| XYZ | 10.45 | 9.89 | 31.93 | - |
| YUV | 82.97 | 168.09 | 101.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 88 | 154 | 0.70 | 0.43 | 0 | 0.40 | 216.67 | 0.54 | 0.39 |
| Hex | 2E | 58 | 9A | 46 | 2B | 0 | 28 | D9 | 36 | 27 |
| Octal | 56 | 130 | 232 | 106 | 53 | 0 | 50 | 331 | 66 | 47 |
| Binary | 101110 | 1011000 | 10011010 | 1000110 | 101011 | 0 | 101000 | 11011001 | 110110 | 100111 |
Color Harmonies of #2E589A
Complementary color
Monochromatic Colors of #2E589A
Black with #2E589A
Text Example
Text Example
White with #2E589A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E589A; }
p { color: rgb(46,88,154); }
H1.HeaderClassName
{
color: #2E589A;
}
.AnyTagClassName
{
color: #2E589A;
}
</style>
background-color css
<style>
a { background-color: #2E589A; }
a { background-color: rgb(46,88,154); }
div.DivClassName
{
background-color: #2E589A;
}
.BgClassName
{
background-color: #2E589A;
}
</style>
border-color css
<style>
span { border-color: #2E589A; }
span { border-color: rgb(46,88,154); }
td.TdClassName
{
border-color: #2E589A;
}
.TagClassName
{
border-color: #2E589A;
}
</style>