Shades of Endeavour #2E5590
Tints of Endeavour #2E5590
RGB
CMYK
RGB Variations
Color information
#2E5590 (or 0x2E5590) is known color: Endeavour. HEX triplet: 2E, 55 and 90. RGB value is (46,85,144). Sum of RGB (Red+Green+Blue) = 46+85+144=275 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.73% from 275); Green value is 85 (33.59% from 255 or 30.91% from 275); Blue value is 144 (56.64% from 255 or 52.36% from 275); Max value from RGB is 144 - color contains mainly: blue. Hex color #2E5590 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E5590 is #D1AA6F. Grayscale: #4F4F4F. Windows color (decimal): -13740656 or 9458990. OLE color: 9458990.
HSL color Cylindrical-coordinate representation of color #2E5590: hue angle of 216.12º degrees, saturation: 0.52, 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 #2E5590 is Cyan = 0.68, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 46 | 85 | 144 | - |
| CMYK | 0.68 | 0.41 | 0 | 0.44 |
| HSL | 216.12º | 0.52% | 0.37% | - |
| HSV(B) | 216.12º | 0.68% | 0.56% | - |
| XYZ | 9.41 | 9.09 | 27.64 | - |
| YUV | 80.07 | 164.08 | 103.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 85 | 144 | 0.68 | 0.41 | 0 | 0.44 | 216.12 | 0.52 | 0.37 |
| Hex | 2E | 55 | 90 | 44 | 29 | 0 | 2C | D8 | 34 | 25 |
| Octal | 56 | 125 | 220 | 104 | 51 | 0 | 54 | 330 | 64 | 45 |
| Binary | 101110 | 1010101 | 10010000 | 1000100 | 101001 | 0 | 101100 | 11011000 | 110100 | 100101 |
Color Harmonies of #2E5590
Complementary color
Monochromatic Colors of #2E5590
Black with #2E5590
Text Example
Text Example
White with #2E5590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E5590; }
p { color: rgb(46,85,144); }
H1.HeaderClassName
{
color: #2E5590;
}
.AnyTagClassName
{
color: #2E5590;
}
</style>
background-color css
<style>
a { background-color: #2E5590; }
a { background-color: rgb(46,85,144); }
div.DivClassName
{
background-color: #2E5590;
}
.BgClassName
{
background-color: #2E5590;
}
</style>
border-color css
<style>
span { border-color: #2E5590; }
span { border-color: rgb(46,85,144); }
td.TdClassName
{
border-color: #2E5590;
}
.TagClassName
{
border-color: #2E5590;
}
</style>