Shades of Endeavour #2E6088
Tints of Endeavour #2E6088
RGB
CMYK
RGB Variations
Color information
#2E6088 (or 0x2E6088) is known color: Endeavour. HEX triplet: 2E, 60 and 88. RGB value is (46,96,136). Sum of RGB (Red+Green+Blue) = 46+96+136=278 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.55% from 278); Green value is 96 (37.89% from 255 or 34.53% from 278); Blue value is 136 (53.52% from 255 or 48.92% from 278); Max value from RGB is 136 - color contains mainly: blue. Hex color #2E6088 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E6088 is #D19F77. Grayscale: #555555. Windows color (decimal): -13737848 or 8937518. OLE color: 8937518.
HSL color Cylindrical-coordinate representation of color #2E6088: hue angle of 206.67º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2E6088 is Cyan = 0.66, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 46 | 96 | 136 | - |
| CMYK | 0.66 | 0.29 | 0 | 0.47 |
| HSL | 206.67º | 0.49% | 0.36% | - |
| HSV(B) | 206.67º | 0.66% | 0.53% | - |
| XYZ | 9.75 | 10.72 | 24.85 | - |
| YUV | 85.61 | 156.44 | 99.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 96 | 136 | 0.66 | 0.29 | 0 | 0.47 | 206.67 | 0.49 | 0.36 |
| Hex | 2E | 60 | 88 | 42 | 1D | 0 | 2F | CF | 31 | 24 |
| Octal | 56 | 140 | 210 | 102 | 35 | 0 | 57 | 317 | 61 | 44 |
| Binary | 101110 | 1100000 | 10001000 | 1000010 | 11101 | 0 | 101111 | 11001111 | 110001 | 100100 |
Color Harmonies of #2E6088
Complementary color
Monochromatic Colors of #2E6088
Black with #2E6088
Text Example
Text Example
White with #2E6088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E6088; }
p { color: rgb(46,96,136); }
H1.HeaderClassName
{
color: #2E6088;
}
.AnyTagClassName
{
color: #2E6088;
}
</style>
background-color css
<style>
a { background-color: #2E6088; }
a { background-color: rgb(46,96,136); }
div.DivClassName
{
background-color: #2E6088;
}
.BgClassName
{
background-color: #2E6088;
}
</style>
border-color css
<style>
span { border-color: #2E6088; }
span { border-color: rgb(46,96,136); }
td.TdClassName
{
border-color: #2E6088;
}
.TagClassName
{
border-color: #2E6088;
}
</style>