Shades of Endeavour #2E6087
Tints of Endeavour #2E6087
RGB
CMYK
RGB Variations
Color information
#2E6087 (or 0x2E6087) is known color: Endeavour. HEX triplet: 2E, 60 and 87. RGB value is (46,96,135). Sum of RGB (Red+Green+Blue) = 46+96+135=277 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.61% from 277); Green value is 96 (37.89% from 255 or 34.66% from 277); Blue value is 135 (53.12% from 255 or 48.74% from 277); Max value from RGB is 135 - color contains mainly: blue. Hex color #2E6087 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E6087 is #D19F78. Grayscale: #555555. Windows color (decimal): -13737849 or 8871982. OLE color: 8871982.
HSL color Cylindrical-coordinate representation of color #2E6087: hue angle of 206.29º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2E6087 is Cyan = 0.66, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 46 | 96 | 135 | - |
| CMYK | 0.66 | 0.29 | 0 | 0.47 |
| HSL | 206.29º | 0.49% | 0.35% | - |
| HSV(B) | 206.29º | 0.66% | 0.53% | - |
| XYZ | 9.68 | 10.7 | 24.48 | - |
| YUV | 85.5 | 155.94 | 99.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 96 | 135 | 0.66 | 0.29 | 0 | 0.47 | 206.29 | 0.49 | 0.35 |
| Hex | 2E | 60 | 87 | 42 | 1D | 0 | 2F | CE | 31 | 23 |
| Octal | 56 | 140 | 207 | 102 | 35 | 0 | 57 | 316 | 61 | 43 |
| Binary | 101110 | 1100000 | 10000111 | 1000010 | 11101 | 0 | 101111 | 11001110 | 110001 | 100011 |
Color Harmonies of #2E6087
Complementary color
Monochromatic Colors of #2E6087
Black with #2E6087
Text Example
Text Example
White with #2E6087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E6087; }
p { color: rgb(46,96,135); }
H1.HeaderClassName
{
color: #2E6087;
}
.AnyTagClassName
{
color: #2E6087;
}
</style>
background-color css
<style>
a { background-color: #2E6087; }
a { background-color: rgb(46,96,135); }
div.DivClassName
{
background-color: #2E6087;
}
.BgClassName
{
background-color: #2E6087;
}
</style>
border-color css
<style>
span { border-color: #2E6087; }
span { border-color: rgb(46,96,135); }
td.TdClassName
{
border-color: #2E6087;
}
.TagClassName
{
border-color: #2E6087;
}
</style>