Shades of Endeavour #2A55A0
Tints of Endeavour #2A55A0
RGB
CMYK
RGB Variations
Color information
#2A55A0 (or 0x2A55A0) is known color: Endeavour. HEX triplet: 2A, 55 and A0. RGB value is (42,85,160). Sum of RGB (Red+Green+Blue) = 42+85+160=287 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.63% from 287); Green value is 85 (33.59% from 255 or 29.62% from 287); Blue value is 160 (62.89% from 255 or 55.75% from 287); Max value from RGB is 160 - color contains mainly: blue. Hex color #2A55A0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A55A0 is #D5AA5F. Grayscale: #505050. Windows color (decimal): -14002784 or 10507562. OLE color: 10507562.
HSL color Cylindrical-coordinate representation of color #2A55A0: hue angle of 218.14º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2A55A0 is Cyan = 0.74, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 42 | 85 | 160 | - |
| CMYK | 0.74 | 0.47 | 0 | 0.37 |
| HSL | 218.14º | 0.58% | 0.4% | - |
| HSV(B) | 218.14º | 0.74% | 0.63% | - |
| XYZ | 10.55 | 9.53 | 34.54 | - |
| YUV | 80.69 | 172.75 | 100.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 85 | 160 | 0.74 | 0.47 | 0 | 0.37 | 218.14 | 0.58 | 0.4 |
| Hex | 2A | 55 | A0 | 4A | 2F | 0 | 25 | DA | 3A | 28 |
| Octal | 52 | 125 | 240 | 112 | 57 | 0 | 45 | 332 | 72 | 50 |
| Binary | 101010 | 1010101 | 10100000 | 1001010 | 101111 | 0 | 100101 | 11011010 | 111010 | 101000 |
Color Harmonies of #2A55A0
Complementary color
Monochromatic Colors of #2A55A0
Black with #2A55A0
Text Example
Text Example
White with #2A55A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A55A0; }
p { color: rgb(42,85,160); }
H1.HeaderClassName
{
color: #2A55A0;
}
.AnyTagClassName
{
color: #2A55A0;
}
</style>
background-color css
<style>
a { background-color: #2A55A0; }
a { background-color: rgb(42,85,160); }
div.DivClassName
{
background-color: #2A55A0;
}
.BgClassName
{
background-color: #2A55A0;
}
</style>
border-color css
<style>
span { border-color: #2A55A0; }
span { border-color: rgb(42,85,160); }
td.TdClassName
{
border-color: #2A55A0;
}
.TagClassName
{
border-color: #2A55A0;
}
</style>