Shades of Endeavour #2E588F
Tints of Endeavour #2E588F
RGB
CMYK
RGB Variations
Color information
#2E588F (or 0x2E588F) is known color: Endeavour. HEX triplet: 2E, 58 and 8F. RGB value is (46,88,143). Sum of RGB (Red+Green+Blue) = 46+88+143=277 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.61% from 277); Green value is 88 (34.77% from 255 or 31.77% from 277); Blue value is 143 (56.25% from 255 or 51.62% from 277); Max value from RGB is 143 - color contains mainly: blue. Hex color #2E588F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E588F is #D1A770. Grayscale: #515151. Windows color (decimal): -13739889 or 9394222. OLE color: 9394222.
HSL color Cylindrical-coordinate representation of color #2E588F: hue angle of 214.02º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2E588F is Cyan = 0.68, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 46 | 88 | 143 | - |
| CMYK | 0.68 | 0.38 | 0 | 0.44 |
| HSL | 214.02º | 0.51% | 0.37% | - |
| HSV(B) | 214.02º | 0.68% | 0.56% | - |
| XYZ | 9.57 | 9.54 | 27.32 | - |
| YUV | 81.71 | 162.59 | 102.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 88 | 143 | 0.68 | 0.38 | 0 | 0.44 | 214.02 | 0.51 | 0.37 |
| Hex | 2E | 58 | 8F | 44 | 26 | 0 | 2C | D6 | 33 | 25 |
| Octal | 56 | 130 | 217 | 104 | 46 | 0 | 54 | 326 | 63 | 45 |
| Binary | 101110 | 1011000 | 10001111 | 1000100 | 100110 | 0 | 101100 | 11010110 | 110011 | 100101 |
Color Harmonies of #2E588F
Complementary color
Monochromatic Colors of #2E588F
Black with #2E588F
Text Example
Text Example
White with #2E588F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E588F; }
p { color: rgb(46,88,143); }
H1.HeaderClassName
{
color: #2E588F;
}
.AnyTagClassName
{
color: #2E588F;
}
</style>
background-color css
<style>
a { background-color: #2E588F; }
a { background-color: rgb(46,88,143); }
div.DivClassName
{
background-color: #2E588F;
}
.BgClassName
{
background-color: #2E588F;
}
</style>
border-color css
<style>
span { border-color: #2E588F; }
span { border-color: rgb(46,88,143); }
td.TdClassName
{
border-color: #2E588F;
}
.TagClassName
{
border-color: #2E588F;
}
</style>