Shades of Endeavour #2A5588
Tints of Endeavour #2A5588
RGB
CMYK
RGB Variations
Color information
#2A5588 (or 0x2A5588) is known color: Endeavour. HEX triplet: 2A, 55 and 88. RGB value is (42,85,136). Sum of RGB (Red+Green+Blue) = 42+85+136=263 (34% of max value = 765). Red value is 42 (16.80% from 255 or 15.97% from 263); Green value is 85 (33.59% from 255 or 32.32% from 263); Blue value is 136 (53.52% from 255 or 51.71% from 263); Max value from RGB is 136 - color contains mainly: blue. Hex color #2A5588 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A5588 is #D5AA77. Grayscale: #4D4D4D. Windows color (decimal): -14002808 or 8934698. OLE color: 8934698.
HSL color Cylindrical-coordinate representation of color #2A5588: hue angle of 212.55º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2A5588 is Cyan = 0.69, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 42 | 85 | 136 | - |
| CMYK | 0.69 | 0.38 | 0 | 0.47 |
| HSL | 212.55º | 0.53% | 0.35% | - |
| HSV(B) | 212.55º | 0.69% | 0.53% | - |
| XYZ | 8.65 | 8.77 | 24.53 | - |
| YUV | 77.96 | 160.75 | 102.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 85 | 136 | 0.69 | 0.38 | 0 | 0.47 | 212.55 | 0.53 | 0.35 |
| Hex | 2A | 55 | 88 | 45 | 26 | 0 | 2F | D5 | 35 | 23 |
| Octal | 52 | 125 | 210 | 105 | 46 | 0 | 57 | 325 | 65 | 43 |
| Binary | 101010 | 1010101 | 10001000 | 1000101 | 100110 | 0 | 101111 | 11010101 | 110101 | 100011 |
Color Harmonies of #2A5588
Complementary color
Monochromatic Colors of #2A5588
Black with #2A5588
Text Example
Text Example
White with #2A5588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A5588; }
p { color: rgb(42,85,136); }
H1.HeaderClassName
{
color: #2A5588;
}
.AnyTagClassName
{
color: #2A5588;
}
</style>
background-color css
<style>
a { background-color: #2A5588; }
a { background-color: rgb(42,85,136); }
div.DivClassName
{
background-color: #2A5588;
}
.BgClassName
{
background-color: #2A5588;
}
</style>
border-color css
<style>
span { border-color: #2A5588; }
span { border-color: rgb(42,85,136); }
td.TdClassName
{
border-color: #2A5588;
}
.TagClassName
{
border-color: #2A5588;
}
</style>