Shades of Endeavour #2E539C
Tints of Endeavour #2E539C
RGB
CMYK
RGB Variations
Color information
#2E539C (or 0x2E539C) is known color: Endeavour. HEX triplet: 2E, 53 and 9C. RGB value is (46,83,156). Sum of RGB (Red+Green+Blue) = 46+83+156=285 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.14% from 285); Green value is 83 (32.81% from 255 or 29.12% from 285); Blue value is 156 (61.33% from 255 or 54.74% from 285); Max value from RGB is 156 - color contains mainly: blue. Hex color #2E539C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E539C is #D1AC63. Grayscale: #4F4F4F. Windows color (decimal): -13741156 or 10244910. OLE color: 10244910.
HSL color Cylindrical-coordinate representation of color #2E539C: hue angle of 219.82º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2E539C is Cyan = 0.71, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 46 | 83 | 156 | - |
| CMYK | 0.71 | 0.47 | 0 | 0.39 |
| HSL | 219.82º | 0.54% | 0.4% | - |
| HSV(B) | 219.82º | 0.71% | 0.61% | - |
| XYZ | 10.22 | 9.17 | 32.68 | - |
| YUV | 80.26 | 170.74 | 103.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 83 | 156 | 0.71 | 0.47 | 0 | 0.39 | 219.82 | 0.54 | 0.4 |
| Hex | 2E | 53 | 9C | 47 | 2F | 0 | 27 | DC | 36 | 28 |
| Octal | 56 | 123 | 234 | 107 | 57 | 0 | 47 | 334 | 66 | 50 |
| Binary | 101110 | 1010011 | 10011100 | 1000111 | 101111 | 0 | 100111 | 11011100 | 110110 | 101000 |
Color Harmonies of #2E539C
Complementary color
Monochromatic Colors of #2E539C
Black with #2E539C
Text Example
Text Example
White with #2E539C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E539C; }
p { color: rgb(46,83,156); }
H1.HeaderClassName
{
color: #2E539C;
}
.AnyTagClassName
{
color: #2E539C;
}
</style>
background-color css
<style>
a { background-color: #2E539C; }
a { background-color: rgb(46,83,156); }
div.DivClassName
{
background-color: #2E539C;
}
.BgClassName
{
background-color: #2E539C;
}
</style>
border-color css
<style>
span { border-color: #2E539C; }
span { border-color: rgb(46,83,156); }
td.TdClassName
{
border-color: #2E539C;
}
.TagClassName
{
border-color: #2E539C;
}
</style>