Shades of Endeavour #2A5E9A
Tints of Endeavour #2A5E9A
RGB
CMYK
RGB Variations
Color information
#2A5E9A (or 0x2A5E9A) is known color: Endeavour. HEX triplet: 2A, 5E and 9A. RGB value is (42,94,154). Sum of RGB (Red+Green+Blue) = 42+94+154=290 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.48% from 290); Green value is 94 (37.11% from 255 or 32.41% from 290); Blue value is 154 (60.55% from 255 or 53.10% from 290); Max value from RGB is 154 - color contains mainly: blue. Hex color #2A5E9A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A5E9A is #D5A165. Grayscale: #545454. Windows color (decimal): -14000486 or 10116650. OLE color: 10116650.
HSL color Cylindrical-coordinate representation of color #2A5E9A: hue angle of 212.14º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2A5E9A is Cyan = 0.73, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 42 | 94 | 154 | - |
| CMYK | 0.73 | 0.39 | 0 | 0.40 |
| HSL | 212.14º | 0.57% | 0.38% | - |
| HSV(B) | 212.14º | 0.73% | 0.6% | - |
| XYZ | 10.79 | 10.83 | 32.09 | - |
| YUV | 85.29 | 166.77 | 97.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 94 | 154 | 0.73 | 0.39 | 0 | 0.40 | 212.14 | 0.57 | 0.38 |
| Hex | 2A | 5E | 9A | 49 | 27 | 0 | 28 | D4 | 39 | 26 |
| Octal | 52 | 136 | 232 | 111 | 47 | 0 | 50 | 324 | 71 | 46 |
| Binary | 101010 | 1011110 | 10011010 | 1001001 | 100111 | 0 | 101000 | 11010100 | 111001 | 100110 |
Color Harmonies of #2A5E9A
Complementary color
Monochromatic Colors of #2A5E9A
Black with #2A5E9A
Text Example
Text Example
White with #2A5E9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A5E9A; }
p { color: rgb(42,94,154); }
H1.HeaderClassName
{
color: #2A5E9A;
}
.AnyTagClassName
{
color: #2A5E9A;
}
</style>
background-color css
<style>
a { background-color: #2A5E9A; }
a { background-color: rgb(42,94,154); }
div.DivClassName
{
background-color: #2A5E9A;
}
.BgClassName
{
background-color: #2A5E9A;
}
</style>
border-color css
<style>
span { border-color: #2A5E9A; }
span { border-color: rgb(42,94,154); }
td.TdClassName
{
border-color: #2A5E9A;
}
.TagClassName
{
border-color: #2A5E9A;
}
</style>