Shades of Endeavour #2A509D
Tints of Endeavour #2A509D
RGB
CMYK
RGB Variations
Color information
#2A509D (or 0x2A509D) is known color: Endeavour. HEX triplet: 2A, 50 and 9D. RGB value is (42,80,157). Sum of RGB (Red+Green+Blue) = 42+80+157=279 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.05% from 279); Green value is 80 (31.64% from 255 or 28.67% from 279); Blue value is 157 (61.72% from 255 or 56.27% from 279); Max value from RGB is 157 - color contains mainly: blue. Hex color #2A509D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A509D is #D5AF62. Grayscale: #4D4D4D. Windows color (decimal): -14004067 or 10309674. OLE color: 10309674.
HSL color Cylindrical-coordinate representation of color #2A509D: hue angle of 220.17º 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 #2A509D is Cyan = 0.73, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 42 | 80 | 157 | - |
| CMYK | 0.73 | 0.49 | 0 | 0.38 |
| HSL | 220.17º | 0.58% | 0.39% | - |
| HSV(B) | 220.17º | 0.73% | 0.62% | - |
| XYZ | 9.91 | 8.66 | 33.05 | - |
| YUV | 77.42 | 172.91 | 102.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 80 | 157 | 0.73 | 0.49 | 0 | 0.38 | 220.17 | 0.58 | 0.39 |
| Hex | 2A | 50 | 9D | 49 | 31 | 0 | 26 | DC | 3A | 27 |
| Octal | 52 | 120 | 235 | 111 | 61 | 0 | 46 | 334 | 72 | 47 |
| Binary | 101010 | 1010000 | 10011101 | 1001001 | 110001 | 0 | 100110 | 11011100 | 111010 | 100111 |
Color Harmonies of #2A509D
Complementary color
Monochromatic Colors of #2A509D
Black with #2A509D
Text Example
Text Example
White with #2A509D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A509D; }
p { color: rgb(42,80,157); }
H1.HeaderClassName
{
color: #2A509D;
}
.AnyTagClassName
{
color: #2A509D;
}
</style>
background-color css
<style>
a { background-color: #2A509D; }
a { background-color: rgb(42,80,157); }
div.DivClassName
{
background-color: #2A509D;
}
.BgClassName
{
background-color: #2A509D;
}
</style>
border-color css
<style>
span { border-color: #2A509D; }
span { border-color: rgb(42,80,157); }
td.TdClassName
{
border-color: #2A509D;
}
.TagClassName
{
border-color: #2A509D;
}
</style>