Shades of Endeavour #2E5396
Tints of Endeavour #2E5396
RGB
CMYK
RGB Variations
Color information
#2E5396 (or 0x2E5396) is known color: Endeavour. HEX triplet: 2E, 53 and 96. RGB value is (46,83,150). Sum of RGB (Red+Green+Blue) = 46+83+150=279 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.49% from 279); Green value is 83 (32.81% from 255 or 29.75% from 279); Blue value is 150 (58.98% from 255 or 53.76% from 279); Max value from RGB is 150 - color contains mainly: blue. Hex color #2E5396 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E5396 is #D1AC69. Grayscale: #4F4F4F. Windows color (decimal): -13741162 or 9851694. OLE color: 9851694.
HSL color Cylindrical-coordinate representation of color #2E5396: hue angle of 218.65º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2E5396 is Cyan = 0.69, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 46 | 83 | 150 | - |
| CMYK | 0.69 | 0.45 | 0 | 0.41 |
| HSL | 218.65º | 0.53% | 0.38% | - |
| HSV(B) | 218.65º | 0.69% | 0.59% | - |
| XYZ | 9.72 | 8.97 | 30.07 | - |
| YUV | 79.58 | 167.74 | 104.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 83 | 150 | 0.69 | 0.45 | 0 | 0.41 | 218.65 | 0.53 | 0.38 |
| Hex | 2E | 53 | 96 | 45 | 2D | 0 | 29 | DB | 35 | 26 |
| Octal | 56 | 123 | 226 | 105 | 55 | 0 | 51 | 333 | 65 | 46 |
| Binary | 101110 | 1010011 | 10010110 | 1000101 | 101101 | 0 | 101001 | 11011011 | 110101 | 100110 |
Color Harmonies of #2E5396
Complementary color
Monochromatic Colors of #2E5396
Black with #2E5396
Text Example
Text Example
White with #2E5396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E5396; }
p { color: rgb(46,83,150); }
H1.HeaderClassName
{
color: #2E5396;
}
.AnyTagClassName
{
color: #2E5396;
}
</style>
background-color css
<style>
a { background-color: #2E5396; }
a { background-color: rgb(46,83,150); }
div.DivClassName
{
background-color: #2E5396;
}
.BgClassName
{
background-color: #2E5396;
}
</style>
border-color css
<style>
span { border-color: #2E5396; }
span { border-color: rgb(46,83,150); }
td.TdClassName
{
border-color: #2E5396;
}
.TagClassName
{
border-color: #2E5396;
}
</style>