Shades of Endeavour #2A518B
Tints of Endeavour #2A518B
RGB
CMYK
RGB Variations
Color information
#2A518B (or 0x2A518B) is known color: Endeavour. HEX triplet: 2A, 51 and 8B. RGB value is (42,81,139). Sum of RGB (Red+Green+Blue) = 42+81+139=262 (34% of max value = 765). Red value is 42 (16.80% from 255 or 16.03% from 262); Green value is 81 (32.03% from 255 or 30.92% from 262); Blue value is 139 (54.69% from 255 or 53.05% from 262); Max value from RGB is 139 - color contains mainly: blue. Hex color #2A518B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A518B is #D5AE74. Grayscale: #4B4B4B. Windows color (decimal): -14003829 or 9130282. OLE color: 9130282.
HSL color Cylindrical-coordinate representation of color #2A518B: hue angle of 215.88º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2A518B is Cyan = 0.70, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 42 | 81 | 139 | - |
| CMYK | 0.70 | 0.42 | 0 | 0.45 |
| HSL | 215.88º | 0.54% | 0.35% | - |
| HSV(B) | 215.88º | 0.7% | 0.55% | - |
| XYZ | 8.56 | 8.24 | 25.57 | - |
| YUV | 75.95 | 163.58 | 103.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 81 | 139 | 0.70 | 0.42 | 0 | 0.45 | 215.88 | 0.54 | 0.35 |
| Hex | 2A | 51 | 8B | 46 | 2A | 0 | 2D | D8 | 36 | 23 |
| Octal | 52 | 121 | 213 | 106 | 52 | 0 | 55 | 330 | 66 | 43 |
| Binary | 101010 | 1010001 | 10001011 | 1000110 | 101010 | 0 | 101101 | 11011000 | 110110 | 100011 |
Color Harmonies of #2A518B
Complementary color
Monochromatic Colors of #2A518B
Black with #2A518B
Text Example
Text Example
White with #2A518B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A518B; }
p { color: rgb(42,81,139); }
H1.HeaderClassName
{
color: #2A518B;
}
.AnyTagClassName
{
color: #2A518B;
}
</style>
background-color css
<style>
a { background-color: #2A518B; }
a { background-color: rgb(42,81,139); }
div.DivClassName
{
background-color: #2A518B;
}
.BgClassName
{
background-color: #2A518B;
}
</style>
border-color css
<style>
span { border-color: #2A518B; }
span { border-color: rgb(42,81,139); }
td.TdClassName
{
border-color: #2A518B;
}
.TagClassName
{
border-color: #2A518B;
}
</style>