Shades of Endeavour #2A588C
Tints of Endeavour #2A588C
RGB
CMYK
RGB Variations
Color information
#2A588C (or 0x2A588C) is known color: Endeavour. HEX triplet: 2A, 58 and 8C. RGB value is (42,88,140). Sum of RGB (Red+Green+Blue) = 42+88+140=270 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.56% from 270); Green value is 88 (34.77% from 255 or 32.59% from 270); Blue value is 140 (55.08% from 255 or 51.85% from 270); Max value from RGB is 140 - color contains mainly: blue. Hex color #2A588C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A588C is #D5A773. Grayscale: #4F4F4F. Windows color (decimal): -14002036 or 9197610. OLE color: 9197610.
HSL color Cylindrical-coordinate representation of color #2A588C: hue angle of 211.84º degrees, saturation: 0.54, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2A588C is Cyan = 0.7, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 42 | 88 | 140 | - |
| CMYK | 0.7 | 0.37 | 0 | 0.45 |
| HSL | 211.84º | 0.54% | 0.36% | - |
| HSV(B) | 211.84º | 0.7% | 0.55% | - |
| XYZ | 9.18 | 9.37 | 26.13 | - |
| YUV | 80.17 | 161.76 | 100.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 88 | 140 | 0.7 | 0.37 | 0 | 0.45 | 211.84 | 0.54 | 0.36 |
| Hex | 2A | 58 | 8C | 46 | 25 | 0 | 2D | D4 | 36 | 24 |
| Octal | 52 | 130 | 214 | 106 | 45 | 0 | 55 | 324 | 66 | 44 |
| Binary | 101010 | 1011000 | 10001100 | 1000110 | 100101 | 0 | 101101 | 11010100 | 110110 | 100100 |
Color Harmonies of #2A588C
Complementary color
Monochromatic Colors of #2A588C
Black with #2A588C
Text Example
Text Example
White with #2A588C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A588C; }
p { color: rgb(42,88,140); }
H1.HeaderClassName
{
color: #2A588C;
}
.AnyTagClassName
{
color: #2A588C;
}
</style>
background-color css
<style>
a { background-color: #2A588C; }
a { background-color: rgb(42,88,140); }
div.DivClassName
{
background-color: #2A588C;
}
.BgClassName
{
background-color: #2A588C;
}
</style>
border-color css
<style>
span { border-color: #2A588C; }
span { border-color: rgb(42,88,140); }
td.TdClassName
{
border-color: #2A588C;
}
.TagClassName
{
border-color: #2A588C;
}
</style>