Shades of Endeavour #2A509B
Tints of Endeavour #2A509B
RGB
CMYK
RGB Variations
Color information
#2A509B (or 0x2A509B) is known color: Endeavour. HEX triplet: 2A, 50 and 9B. RGB value is (42,80,155). Sum of RGB (Red+Green+Blue) = 42+80+155=277 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.16% from 277); Green value is 80 (31.64% from 255 or 28.88% from 277); Blue value is 155 (60.94% from 255 or 55.96% from 277); Max value from RGB is 155 - color contains mainly: blue. Hex color #2A509B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A509B is #D5AF64. Grayscale: #4C4C4C. Windows color (decimal): -14004069 or 10178602. OLE color: 10178602.
HSL color Cylindrical-coordinate representation of color #2A509B: hue angle of 219.82º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2A509B is Cyan = 0.73, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 42 | 80 | 155 | - |
| CMYK | 0.73 | 0.48 | 0 | 0.39 |
| HSL | 219.82º | 0.57% | 0.39% | - |
| HSV(B) | 219.82º | 0.73% | 0.61% | - |
| XYZ | 9.74 | 8.6 | 32.16 | - |
| YUV | 77.19 | 171.91 | 102.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 80 | 155 | 0.73 | 0.48 | 0 | 0.39 | 219.82 | 0.57 | 0.39 |
| Hex | 2A | 50 | 9B | 49 | 30 | 0 | 27 | DC | 39 | 27 |
| Octal | 52 | 120 | 233 | 111 | 60 | 0 | 47 | 334 | 71 | 47 |
| Binary | 101010 | 1010000 | 10011011 | 1001001 | 110000 | 0 | 100111 | 11011100 | 111001 | 100111 |
Color Harmonies of #2A509B
Complementary color
Monochromatic Colors of #2A509B
Black with #2A509B
Text Example
Text Example
White with #2A509B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A509B; }
p { color: rgb(42,80,155); }
H1.HeaderClassName
{
color: #2A509B;
}
.AnyTagClassName
{
color: #2A509B;
}
</style>
background-color css
<style>
a { background-color: #2A509B; }
a { background-color: rgb(42,80,155); }
div.DivClassName
{
background-color: #2A509B;
}
.BgClassName
{
background-color: #2A509B;
}
</style>
border-color css
<style>
span { border-color: #2A509B; }
span { border-color: rgb(42,80,155); }
td.TdClassName
{
border-color: #2A509B;
}
.TagClassName
{
border-color: #2A509B;
}
</style>