Shades of Endeavour #2A658B
Tints of Endeavour #2A658B
RGB
CMYK
RGB Variations
Color information
#2A658B (or 0x2A658B) is known color: Endeavour. HEX triplet: 2A, 65 and 8B. RGB value is (42,101,139). Sum of RGB (Red+Green+Blue) = 42+101+139=282 (37% of max value = 765). Red value is 42 (16.80% from 255 or 14.89% from 282); Green value is 101 (39.84% from 255 or 35.82% from 282); Blue value is 139 (54.69% from 255 or 49.29% from 282); Max value from RGB is 139 - color contains mainly: blue. Hex color #2A658B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A658B is #D59A74. Grayscale: #575757. Windows color (decimal): -13998709 or 9135402. OLE color: 9135402.
HSL color Cylindrical-coordinate representation of color #2A658B: hue angle of 203.51º 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 #2A658B is Cyan = 0.70, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 42 | 101 | 139 | - |
| CMYK | 0.70 | 0.27 | 0 | 0.45 |
| HSL | 203.51º | 0.54% | 0.35% | - |
| HSV(B) | 203.51º | 0.7% | 0.55% | - |
| XYZ | 10.27 | 11.66 | 26.14 | - |
| YUV | 87.69 | 156.95 | 95.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 101 | 139 | 0.70 | 0.27 | 0 | 0.45 | 203.51 | 0.54 | 0.35 |
| Hex | 2A | 65 | 8B | 46 | 1B | 0 | 2D | CC | 36 | 23 |
| Octal | 52 | 145 | 213 | 106 | 33 | 0 | 55 | 314 | 66 | 43 |
| Binary | 101010 | 1100101 | 10001011 | 1000110 | 11011 | 0 | 101101 | 11001100 | 110110 | 100011 |
Color Harmonies of #2A658B
Complementary color
Monochromatic Colors of #2A658B
Black with #2A658B
Text Example
Text Example
White with #2A658B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A658B; }
p { color: rgb(42,101,139); }
H1.HeaderClassName
{
color: #2A658B;
}
.AnyTagClassName
{
color: #2A658B;
}
</style>
background-color css
<style>
a { background-color: #2A658B; }
a { background-color: rgb(42,101,139); }
div.DivClassName
{
background-color: #2A658B;
}
.BgClassName
{
background-color: #2A658B;
}
</style>
border-color css
<style>
span { border-color: #2A658B; }
span { border-color: rgb(42,101,139); }
td.TdClassName
{
border-color: #2A658B;
}
.TagClassName
{
border-color: #2A658B;
}
</style>