Shades of Endeavour #2A549B
Tints of Endeavour #2A549B
RGB
CMYK
RGB Variations
Color information
#2A549B (or 0x2A549B) is known color: Endeavour. HEX triplet: 2A, 54 and 9B. RGB value is (42,84,155). Sum of RGB (Red+Green+Blue) = 42+84+155=281 (37% of max value = 765). Red value is 42 (16.80% from 255 or 14.95% from 281); Green value is 84 (33.20% from 255 or 29.89% from 281); Blue value is 155 (60.94% from 255 or 55.16% from 281); Max value from RGB is 155 - color contains mainly: blue. Hex color #2A549B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A549B is #D5AB64. Grayscale: #4F4F4F. Windows color (decimal): -14003045 or 10179626. OLE color: 10179626.
HSL color Cylindrical-coordinate representation of color #2A549B: hue angle of 217.7º 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 #2A549B is Cyan = 0.73, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 42 | 84 | 155 | - |
| CMYK | 0.73 | 0.46 | 0 | 0.39 |
| HSL | 217.7º | 0.57% | 0.39% | - |
| HSV(B) | 217.7º | 0.73% | 0.61% | - |
| XYZ | 10.04 | 9.2 | 32.26 | - |
| YUV | 79.54 | 170.59 | 101.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 84 | 155 | 0.73 | 0.46 | 0 | 0.39 | 217.7 | 0.57 | 0.39 |
| Hex | 2A | 54 | 9B | 49 | 2E | 0 | 27 | DA | 39 | 27 |
| Octal | 52 | 124 | 233 | 111 | 56 | 0 | 47 | 332 | 71 | 47 |
| Binary | 101010 | 1010100 | 10011011 | 1001001 | 101110 | 0 | 100111 | 11011010 | 111001 | 100111 |
Color Harmonies of #2A549B
Complementary color
Monochromatic Colors of #2A549B
Black with #2A549B
Text Example
Text Example
White with #2A549B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A549B; }
p { color: rgb(42,84,155); }
H1.HeaderClassName
{
color: #2A549B;
}
.AnyTagClassName
{
color: #2A549B;
}
</style>
background-color css
<style>
a { background-color: #2A549B; }
a { background-color: rgb(42,84,155); }
div.DivClassName
{
background-color: #2A549B;
}
.BgClassName
{
background-color: #2A549B;
}
</style>
border-color css
<style>
span { border-color: #2A549B; }
span { border-color: rgb(42,84,155); }
td.TdClassName
{
border-color: #2A549B;
}
.TagClassName
{
border-color: #2A549B;
}
</style>