Shades of Endeavour #2A579E
Tints of Endeavour #2A579E
RGB
CMYK
RGB Variations
Color information
#2A579E (or 0x2A579E) is known color: Endeavour. HEX triplet: 2A, 57 and 9E. RGB value is (42,87,158). Sum of RGB (Red+Green+Blue) = 42+87+158=287 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.63% from 287); Green value is 87 (34.38% from 255 or 30.31% from 287); Blue value is 158 (62.11% from 255 or 55.05% from 287); Max value from RGB is 158 - color contains mainly: blue. Hex color #2A579E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A579E is #D5A861. Grayscale: #515151. Windows color (decimal): -14002274 or 10377002. OLE color: 10377002.
HSL color Cylindrical-coordinate representation of color #2A579E: hue angle of 216.72º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2A579E is Cyan = 0.73, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 42 | 87 | 158 | - |
| CMYK | 0.73 | 0.45 | 0 | 0.38 |
| HSL | 216.72º | 0.58% | 0.39% | - |
| HSV(B) | 216.72º | 0.73% | 0.62% | - |
| XYZ | 10.53 | 9.78 | 33.68 | - |
| YUV | 81.64 | 171.09 | 99.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 87 | 158 | 0.73 | 0.45 | 0 | 0.38 | 216.72 | 0.58 | 0.39 |
| Hex | 2A | 57 | 9E | 49 | 2D | 0 | 26 | D9 | 3A | 27 |
| Octal | 52 | 127 | 236 | 111 | 55 | 0 | 46 | 331 | 72 | 47 |
| Binary | 101010 | 1010111 | 10011110 | 1001001 | 101101 | 0 | 100110 | 11011001 | 111010 | 100111 |
Color Harmonies of #2A579E
Complementary color
Monochromatic Colors of #2A579E
Black with #2A579E
Text Example
Text Example
White with #2A579E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A579E; }
p { color: rgb(42,87,158); }
H1.HeaderClassName
{
color: #2A579E;
}
.AnyTagClassName
{
color: #2A579E;
}
</style>
background-color css
<style>
a { background-color: #2A579E; }
a { background-color: rgb(42,87,158); }
div.DivClassName
{
background-color: #2A579E;
}
.BgClassName
{
background-color: #2A579E;
}
</style>
border-color css
<style>
span { border-color: #2A579E; }
span { border-color: rgb(42,87,158); }
td.TdClassName
{
border-color: #2A579E;
}
.TagClassName
{
border-color: #2A579E;
}
</style>