Shades of Endeavour #2E628E
Tints of Endeavour #2E628E
RGB
CMYK
RGB Variations
Color information
#2E628E (or 0x2E628E) is known color: Endeavour. HEX triplet: 2E, 62 and 8E. RGB value is (46,98,142). Sum of RGB (Red+Green+Blue) = 46+98+142=286 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.08% from 286); Green value is 98 (38.67% from 255 or 34.27% from 286); Blue value is 142 (55.86% from 255 or 49.65% from 286); Max value from RGB is 142 - color contains mainly: blue. Hex color #2E628E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E628E is #D19D71. Grayscale: #575757. Windows color (decimal): -13737330 or 9331246. OLE color: 9331246.
HSL color Cylindrical-coordinate representation of color #2E628E: hue angle of 207.5º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2E628E is Cyan = 0.68, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 46 | 98 | 142 | - |
| CMYK | 0.68 | 0.31 | 0 | 0.44 |
| HSL | 207.5º | 0.51% | 0.37% | - |
| HSV(B) | 207.5º | 0.68% | 0.56% | - |
| XYZ | 10.38 | 11.27 | 27.22 | - |
| YUV | 87.47 | 158.77 | 98.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 98 | 142 | 0.68 | 0.31 | 0 | 0.44 | 207.5 | 0.51 | 0.37 |
| Hex | 2E | 62 | 8E | 44 | 1F | 0 | 2C | D0 | 33 | 25 |
| Octal | 56 | 142 | 216 | 104 | 37 | 0 | 54 | 320 | 63 | 45 |
| Binary | 101110 | 1100010 | 10001110 | 1000100 | 11111 | 0 | 101100 | 11010000 | 110011 | 100101 |
Color Harmonies of #2E628E
Complementary color
Monochromatic Colors of #2E628E
Black with #2E628E
Text Example
Text Example
White with #2E628E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E628E; }
p { color: rgb(46,98,142); }
H1.HeaderClassName
{
color: #2E628E;
}
.AnyTagClassName
{
color: #2E628E;
}
</style>
background-color css
<style>
a { background-color: #2E628E; }
a { background-color: rgb(46,98,142); }
div.DivClassName
{
background-color: #2E628E;
}
.BgClassName
{
background-color: #2E628E;
}
</style>
border-color css
<style>
span { border-color: #2E628E; }
span { border-color: rgb(46,98,142); }
td.TdClassName
{
border-color: #2E628E;
}
.TagClassName
{
border-color: #2E628E;
}
</style>