Shades of Endeavour #2E6394
Tints of Endeavour #2E6394
RGB
CMYK
RGB Variations
Color information
#2E6394 (or 0x2E6394) is known color: Endeavour. HEX triplet: 2E, 63 and 94. RGB value is (46,99,148). Sum of RGB (Red+Green+Blue) = 46+99+148=293 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.70% from 293); Green value is 99 (39.06% from 255 or 33.79% from 293); Blue value is 148 (58.20% from 255 or 50.51% from 293); Max value from RGB is 148 - color contains mainly: blue. Hex color #2E6394 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E6394 is #D19C6B. Grayscale: #585858. Windows color (decimal): -13737068 or 9724718. OLE color: 9724718.
HSL color Cylindrical-coordinate representation of color #2E6394: hue angle of 208.82º 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 #2E6394 is Cyan = 0.69, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 46 | 99 | 148 | - |
| CMYK | 0.69 | 0.33 | 0 | 0.42 |
| HSL | 208.82º | 0.53% | 0.38% | - |
| HSV(B) | 208.82º | 0.69% | 0.58% | - |
| XYZ | 10.93 | 11.64 | 29.69 | - |
| YUV | 88.74 | 161.44 | 97.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 99 | 148 | 0.69 | 0.33 | 0 | 0.42 | 208.82 | 0.53 | 0.38 |
| Hex | 2E | 63 | 94 | 45 | 21 | 0 | 2A | D1 | 35 | 26 |
| Octal | 56 | 143 | 224 | 105 | 41 | 0 | 52 | 321 | 65 | 46 |
| Binary | 101110 | 1100011 | 10010100 | 1000101 | 100001 | 0 | 101010 | 11010001 | 110101 | 100110 |
Color Harmonies of #2E6394
Complementary color
Monochromatic Colors of #2E6394
Black with #2E6394
Text Example
Text Example
White with #2E6394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E6394; }
p { color: rgb(46,99,148); }
H1.HeaderClassName
{
color: #2E6394;
}
.AnyTagClassName
{
color: #2E6394;
}
</style>
background-color css
<style>
a { background-color: #2E6394; }
a { background-color: rgb(46,99,148); }
div.DivClassName
{
background-color: #2E6394;
}
.BgClassName
{
background-color: #2E6394;
}
</style>
border-color css
<style>
span { border-color: #2E6394; }
span { border-color: rgb(46,99,148); }
td.TdClassName
{
border-color: #2E6394;
}
.TagClassName
{
border-color: #2E6394;
}
</style>