Shades of Endeavour #2E5395
Tints of Endeavour #2E5395
RGB
CMYK
RGB Variations
Color information
#2E5395 (or 0x2E5395) is known color: Endeavour. HEX triplet: 2E, 53 and 95. RGB value is (46,83,149). Sum of RGB (Red+Green+Blue) = 46+83+149=278 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.55% from 278); Green value is 83 (32.81% from 255 or 29.86% from 278); Blue value is 149 (58.59% from 255 or 53.60% from 278); Max value from RGB is 149 - color contains mainly: blue. Hex color #2E5395 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E5395 is #D1AC6A. Grayscale: #4F4F4F. Windows color (decimal): -13741163 or 9786158. OLE color: 9786158.
HSL color Cylindrical-coordinate representation of color #2E5395: hue angle of 218.45º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2E5395 is Cyan = 0.69, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 46 | 83 | 149 | - |
| CMYK | 0.69 | 0.44 | 0 | 0.42 |
| HSL | 218.45º | 0.53% | 0.38% | - |
| HSV(B) | 218.45º | 0.69% | 0.58% | - |
| XYZ | 9.64 | 8.94 | 29.65 | - |
| YUV | 79.46 | 167.24 | 104.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 83 | 149 | 0.69 | 0.44 | 0 | 0.42 | 218.45 | 0.53 | 0.38 |
| Hex | 2E | 53 | 95 | 45 | 2C | 0 | 2A | DA | 35 | 26 |
| Octal | 56 | 123 | 225 | 105 | 54 | 0 | 52 | 332 | 65 | 46 |
| Binary | 101110 | 1010011 | 10010101 | 1000101 | 101100 | 0 | 101010 | 11011010 | 110101 | 100110 |
Color Harmonies of #2E5395
Complementary color
Monochromatic Colors of #2E5395
Black with #2E5395
Text Example
Text Example
White with #2E5395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E5395; }
p { color: rgb(46,83,149); }
H1.HeaderClassName
{
color: #2E5395;
}
.AnyTagClassName
{
color: #2E5395;
}
</style>
background-color css
<style>
a { background-color: #2E5395; }
a { background-color: rgb(46,83,149); }
div.DivClassName
{
background-color: #2E5395;
}
.BgClassName
{
background-color: #2E5395;
}
</style>
border-color css
<style>
span { border-color: #2E5395; }
span { border-color: rgb(46,83,149); }
td.TdClassName
{
border-color: #2E5395;
}
.TagClassName
{
border-color: #2E5395;
}
</style>