Shades of Endeavour #2E539A
Tints of Endeavour #2E539A
RGB
CMYK
RGB Variations
Color information
#2E539A (or 0x2E539A) is known color: Endeavour. HEX triplet: 2E, 53 and 9A. RGB value is (46,83,154). Sum of RGB (Red+Green+Blue) = 46+83+154=283 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.25% from 283); Green value is 83 (32.81% from 255 or 29.33% from 283); Blue value is 154 (60.55% from 255 or 54.42% from 283); Max value from RGB is 154 - color contains mainly: blue. Hex color #2E539A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E539A is #D1AC65. Grayscale: #4F4F4F. Windows color (decimal): -13741158 or 10113838. OLE color: 10113838.
HSL color Cylindrical-coordinate representation of color #2E539A: hue angle of 219.44º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2E539A is Cyan = 0.70, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 46 | 83 | 154 | - |
| CMYK | 0.70 | 0.46 | 0 | 0.40 |
| HSL | 219.44º | 0.54% | 0.39% | - |
| HSV(B) | 219.44º | 0.7% | 0.6% | - |
| XYZ | 10.05 | 9.1 | 31.8 | - |
| YUV | 80.03 | 169.74 | 103.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 83 | 154 | 0.70 | 0.46 | 0 | 0.40 | 219.44 | 0.54 | 0.39 |
| Hex | 2E | 53 | 9A | 46 | 2E | 0 | 28 | DB | 36 | 27 |
| Octal | 56 | 123 | 232 | 106 | 56 | 0 | 50 | 333 | 66 | 47 |
| Binary | 101110 | 1010011 | 10011010 | 1000110 | 101110 | 0 | 101000 | 11011011 | 110110 | 100111 |
Color Harmonies of #2E539A
Complementary color
Monochromatic Colors of #2E539A
Black with #2E539A
Text Example
Text Example
White with #2E539A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E539A; }
p { color: rgb(46,83,154); }
H1.HeaderClassName
{
color: #2E539A;
}
.AnyTagClassName
{
color: #2E539A;
}
</style>
background-color css
<style>
a { background-color: #2E539A; }
a { background-color: rgb(46,83,154); }
div.DivClassName
{
background-color: #2E539A;
}
.BgClassName
{
background-color: #2E539A;
}
</style>
border-color css
<style>
span { border-color: #2E539A; }
span { border-color: rgb(46,83,154); }
td.TdClassName
{
border-color: #2E539A;
}
.TagClassName
{
border-color: #2E539A;
}
</style>