Shades of Endeavour #2E648D
Tints of Endeavour #2E648D
RGB
CMYK
RGB Variations
Color information
#2E648D (or 0x2E648D) is known color: Endeavour. HEX triplet: 2E, 64 and 8D. RGB value is (46,100,141). Sum of RGB (Red+Green+Blue) = 46+100+141=287 (38% of max value = 765). Red value is 46 (18.36% from 255 or 16.03% from 287); Green value is 100 (39.45% from 255 or 34.84% from 287); Blue value is 141 (55.47% from 255 or 49.13% from 287); Max value from RGB is 141 - color contains mainly: blue. Hex color #2E648D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2E648D is #D19B72. Grayscale: #585858. Windows color (decimal): -13736819 or 9266222. OLE color: 9266222.
HSL color Cylindrical-coordinate representation of color #2E648D: hue angle of 205.89º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2E648D is Cyan = 0.67, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 46 | 100 | 141 | - |
| CMYK | 0.67 | 0.29 | 0 | 0.45 |
| HSL | 205.89º | 0.51% | 0.37% | - |
| HSV(B) | 205.89º | 0.67% | 0.55% | - |
| XYZ | 10.49 | 11.62 | 26.89 | - |
| YUV | 88.53 | 157.61 | 97.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 100 | 141 | 0.67 | 0.29 | 0 | 0.45 | 205.89 | 0.51 | 0.37 |
| Hex | 2E | 64 | 8D | 43 | 1D | 0 | 2D | CE | 33 | 25 |
| Octal | 56 | 144 | 215 | 103 | 35 | 0 | 55 | 316 | 63 | 45 |
| Binary | 101110 | 1100100 | 10001101 | 1000011 | 11101 | 0 | 101101 | 11001110 | 110011 | 100101 |
Color Harmonies of #2E648D
Complementary color
Monochromatic Colors of #2E648D
Black with #2E648D
Text Example
Text Example
White with #2E648D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E648D; }
p { color: rgb(46,100,141); }
H1.HeaderClassName
{
color: #2E648D;
}
.AnyTagClassName
{
color: #2E648D;
}
</style>
background-color css
<style>
a { background-color: #2E648D; }
a { background-color: rgb(46,100,141); }
div.DivClassName
{
background-color: #2E648D;
}
.BgClassName
{
background-color: #2E648D;
}
</style>
border-color css
<style>
span { border-color: #2E648D; }
span { border-color: rgb(46,100,141); }
td.TdClassName
{
border-color: #2E648D;
}
.TagClassName
{
border-color: #2E648D;
}
</style>