Shades of Endeavour #2E538D
Tints of Endeavour #2E538D
RGB
CMYK
RGB Variations
Color information
#2E538D (or 0x2E538D) is known color: Endeavour. HEX triplet: 2E, 53 and 8D. RGB value is (46,83,141). Sum of RGB (Red+Green+Blue) = 46+83+141=270 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.04% from 270); Green value is 83 (32.81% from 255 or 30.74% from 270); Blue value is 141 (55.47% from 255 or 52.22% from 270); Max value from RGB is 141 - color contains mainly: blue. Hex color #2E538D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E538D is #D1AC72. Grayscale: #4E4E4E. Windows color (decimal): -13741171 or 9261870. OLE color: 9261870.
HSL color Cylindrical-coordinate representation of color #2E538D: hue angle of 216.63º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2E538D is Cyan = 0.67, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 46 | 83 | 141 | - |
| CMYK | 0.67 | 0.41 | 0 | 0.45 |
| HSL | 216.63º | 0.51% | 0.37% | - |
| HSV(B) | 216.63º | 0.67% | 0.55% | - |
| XYZ | 9.03 | 8.69 | 26.4 | - |
| YUV | 78.55 | 163.24 | 104.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 83 | 141 | 0.67 | 0.41 | 0 | 0.45 | 216.63 | 0.51 | 0.37 |
| Hex | 2E | 53 | 8D | 43 | 29 | 0 | 2D | D9 | 33 | 25 |
| Octal | 56 | 123 | 215 | 103 | 51 | 0 | 55 | 331 | 63 | 45 |
| Binary | 101110 | 1010011 | 10001101 | 1000011 | 101001 | 0 | 101101 | 11011001 | 110011 | 100101 |
Color Harmonies of #2E538D
Complementary color
Monochromatic Colors of #2E538D
Black with #2E538D
Text Example
Text Example
White with #2E538D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E538D; }
p { color: rgb(46,83,141); }
H1.HeaderClassName
{
color: #2E538D;
}
.AnyTagClassName
{
color: #2E538D;
}
</style>
background-color css
<style>
a { background-color: #2E538D; }
a { background-color: rgb(46,83,141); }
div.DivClassName
{
background-color: #2E538D;
}
.BgClassName
{
background-color: #2E538D;
}
</style>
border-color css
<style>
span { border-color: #2E538D; }
span { border-color: rgb(46,83,141); }
td.TdClassName
{
border-color: #2E538D;
}
.TagClassName
{
border-color: #2E538D;
}
</style>