Shades of Endeavour #2A5E89
Tints of Endeavour #2A5E89
RGB
CMYK
RGB Variations
Color information
#2A5E89 (or 0x2A5E89) is known color: Endeavour. HEX triplet: 2A, 5E and 89. RGB value is (42,94,137). Sum of RGB (Red+Green+Blue) = 42+94+137=273 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.38% from 273); Green value is 94 (37.11% from 255 or 34.43% from 273); Blue value is 137 (53.91% from 255 or 50.18% from 273); Max value from RGB is 137 - color contains mainly: blue. Hex color #2A5E89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A5E89 is #D5A176. Grayscale: #535353. Windows color (decimal): -14000503 or 9002538. OLE color: 9002538.
HSL color Cylindrical-coordinate representation of color #2A5E89: hue angle of 207.16º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2A5E89 is Cyan = 0.69, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 42 | 94 | 137 | - |
| CMYK | 0.69 | 0.31 | 0 | 0.46 |
| HSL | 207.16º | 0.53% | 0.35% | - |
| HSV(B) | 207.16º | 0.69% | 0.54% | - |
| XYZ | 9.47 | 10.3 | 25.16 | - |
| YUV | 83.35 | 158.27 | 98.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 94 | 137 | 0.69 | 0.31 | 0 | 0.46 | 207.16 | 0.53 | 0.35 |
| Hex | 2A | 5E | 89 | 45 | 1F | 0 | 2E | CF | 35 | 23 |
| Octal | 52 | 136 | 211 | 105 | 37 | 0 | 56 | 317 | 65 | 43 |
| Binary | 101010 | 1011110 | 10001001 | 1000101 | 11111 | 0 | 101110 | 11001111 | 110101 | 100011 |
Color Harmonies of #2A5E89
Complementary color
Monochromatic Colors of #2A5E89
Black with #2A5E89
Text Example
Text Example
White with #2A5E89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A5E89; }
p { color: rgb(42,94,137); }
H1.HeaderClassName
{
color: #2A5E89;
}
.AnyTagClassName
{
color: #2A5E89;
}
</style>
background-color css
<style>
a { background-color: #2A5E89; }
a { background-color: rgb(42,94,137); }
div.DivClassName
{
background-color: #2A5E89;
}
.BgClassName
{
background-color: #2A5E89;
}
</style>
border-color css
<style>
span { border-color: #2A5E89; }
span { border-color: rgb(42,94,137); }
td.TdClassName
{
border-color: #2A5E89;
}
.TagClassName
{
border-color: #2A5E89;
}
</style>