Shades of Endeavour #2A5E8B
Tints of Endeavour #2A5E8B
RGB
CMYK
RGB Variations
Color information
#2A5E8B (or 0x2A5E8B) is known color: Endeavour. HEX triplet: 2A, 5E and 8B. RGB value is (42,94,139). Sum of RGB (Red+Green+Blue) = 42+94+139=275 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.27% from 275); Green value is 94 (37.11% from 255 or 34.18% from 275); Blue value is 139 (54.69% from 255 or 50.55% from 275); Max value from RGB is 139 - color contains mainly: blue. Hex color #2A5E8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A5E8B is #D5A174. Grayscale: #535353. Windows color (decimal): -14000501 or 9133610. OLE color: 9133610.
HSL color Cylindrical-coordinate representation of color #2A5E8B: hue angle of 207.84º 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 #2A5E8B is Cyan = 0.70, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 42 | 94 | 139 | - |
| CMYK | 0.70 | 0.32 | 0 | 0.45 |
| HSL | 207.84º | 0.54% | 0.35% | - |
| HSV(B) | 207.84º | 0.7% | 0.55% | - |
| XYZ | 9.62 | 10.36 | 25.92 | - |
| YUV | 83.58 | 159.27 | 98.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 94 | 139 | 0.70 | 0.32 | 0 | 0.45 | 207.84 | 0.54 | 0.35 |
| Hex | 2A | 5E | 8B | 46 | 20 | 0 | 2D | D0 | 36 | 23 |
| Octal | 52 | 136 | 213 | 106 | 40 | 0 | 55 | 320 | 66 | 43 |
| Binary | 101010 | 1011110 | 10001011 | 1000110 | 100000 | 0 | 101101 | 11010000 | 110110 | 100011 |
Color Harmonies of #2A5E8B
Complementary color
Monochromatic Colors of #2A5E8B
Black with #2A5E8B
Text Example
Text Example
White with #2A5E8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A5E8B; }
p { color: rgb(42,94,139); }
H1.HeaderClassName
{
color: #2A5E8B;
}
.AnyTagClassName
{
color: #2A5E8B;
}
</style>
background-color css
<style>
a { background-color: #2A5E8B; }
a { background-color: rgb(42,94,139); }
div.DivClassName
{
background-color: #2A5E8B;
}
.BgClassName
{
background-color: #2A5E8B;
}
</style>
border-color css
<style>
span { border-color: #2A5E8B; }
span { border-color: rgb(42,94,139); }
td.TdClassName
{
border-color: #2A5E8B;
}
.TagClassName
{
border-color: #2A5E8B;
}
</style>