Shades of Endeavour #2A529D
Tints of Endeavour #2A529D
RGB
CMYK
RGB Variations
Color information
#2A529D (or 0x2A529D) is known color: Endeavour. HEX triplet: 2A, 52 and 9D. RGB value is (42,82,157). Sum of RGB (Red+Green+Blue) = 42+82+157=281 (37% of max value = 765). Red value is 42 (16.80% from 255 or 14.95% from 281); Green value is 82 (32.42% from 255 or 29.18% from 281); Blue value is 157 (61.72% from 255 or 55.87% from 281); Max value from RGB is 157 - color contains mainly: blue. Hex color #2A529D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A529D is #D5AD62. Grayscale: #4E4E4E. Windows color (decimal): -14003555 or 10310186. OLE color: 10310186.
HSL color Cylindrical-coordinate representation of color #2A529D: hue angle of 219.13º 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 #2A529D is Cyan = 0.73, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 42 | 82 | 157 | - |
| CMYK | 0.73 | 0.48 | 0 | 0.38 |
| HSL | 219.13º | 0.58% | 0.39% | - |
| HSV(B) | 219.13º | 0.73% | 0.62% | - |
| XYZ | 10.06 | 8.96 | 33.1 | - |
| YUV | 78.59 | 172.25 | 101.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 82 | 157 | 0.73 | 0.48 | 0 | 0.38 | 219.13 | 0.58 | 0.39 |
| Hex | 2A | 52 | 9D | 49 | 30 | 0 | 26 | DB | 3A | 27 |
| Octal | 52 | 122 | 235 | 111 | 60 | 0 | 46 | 333 | 72 | 47 |
| Binary | 101010 | 1010010 | 10011101 | 1001001 | 110000 | 0 | 100110 | 11011011 | 111010 | 100111 |
Color Harmonies of #2A529D
Complementary color
Monochromatic Colors of #2A529D
Black with #2A529D
Text Example
Text Example
White with #2A529D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A529D; }
p { color: rgb(42,82,157); }
H1.HeaderClassName
{
color: #2A529D;
}
.AnyTagClassName
{
color: #2A529D;
}
</style>
background-color css
<style>
a { background-color: #2A529D; }
a { background-color: rgb(42,82,157); }
div.DivClassName
{
background-color: #2A529D;
}
.BgClassName
{
background-color: #2A529D;
}
</style>
border-color css
<style>
span { border-color: #2A529D; }
span { border-color: rgb(42,82,157); }
td.TdClassName
{
border-color: #2A529D;
}
.TagClassName
{
border-color: #2A529D;
}
</style>