Shades of Endeavour #2A519C
Tints of Endeavour #2A519C
RGB
CMYK
RGB Variations
Color information
#2A519C (or 0x2A519C) is known color: Endeavour. HEX triplet: 2A, 51 and 9C. RGB value is (42,81,156). Sum of RGB (Red+Green+Blue) = 42+81+156=279 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.05% from 279); Green value is 81 (32.03% from 255 or 29.03% from 279); Blue value is 156 (61.33% from 255 or 55.91% from 279); Max value from RGB is 156 - color contains mainly: blue. Hex color #2A519C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A519C is #D5AE63. Grayscale: #4D4D4D. Windows color (decimal): -14003812 or 10244394. OLE color: 10244394.
HSL color Cylindrical-coordinate representation of color #2A519C: hue angle of 219.47º degrees, saturation: 0.58, 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 #2A519C is Cyan = 0.73, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 42 | 81 | 156 | - |
| CMYK | 0.73 | 0.48 | 0 | 0.39 |
| HSL | 219.47º | 0.58% | 0.39% | - |
| HSV(B) | 219.47º | 0.73% | 0.61% | - |
| XYZ | 9.9 | 8.78 | 32.63 | - |
| YUV | 77.89 | 172.08 | 102.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 81 | 156 | 0.73 | 0.48 | 0 | 0.39 | 219.47 | 0.58 | 0.39 |
| Hex | 2A | 51 | 9C | 49 | 30 | 0 | 27 | DB | 3A | 27 |
| Octal | 52 | 121 | 234 | 111 | 60 | 0 | 47 | 333 | 72 | 47 |
| Binary | 101010 | 1010001 | 10011100 | 1001001 | 110000 | 0 | 100111 | 11011011 | 111010 | 100111 |
Color Harmonies of #2A519C
Complementary color
Monochromatic Colors of #2A519C
Black with #2A519C
Text Example
Text Example
White with #2A519C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A519C; }
p { color: rgb(42,81,156); }
H1.HeaderClassName
{
color: #2A519C;
}
.AnyTagClassName
{
color: #2A519C;
}
</style>
background-color css
<style>
a { background-color: #2A519C; }
a { background-color: rgb(42,81,156); }
div.DivClassName
{
background-color: #2A519C;
}
.BgClassName
{
background-color: #2A519C;
}
</style>
border-color css
<style>
span { border-color: #2A519C; }
span { border-color: rgb(42,81,156); }
td.TdClassName
{
border-color: #2A519C;
}
.TagClassName
{
border-color: #2A519C;
}
</style>