Shades of Endeavour #2A529B
Tints of Endeavour #2A529B
RGB
CMYK
RGB Variations
Color information
#2A529B (or 0x2A529B) is known color: Endeavour. HEX triplet: 2A, 52 and 9B. RGB value is (42,82,155). Sum of RGB (Red+Green+Blue) = 42+82+155=279 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.05% from 279); Green value is 82 (32.42% from 255 or 29.39% from 279); Blue value is 155 (60.94% from 255 or 55.56% from 279); Max value from RGB is 155 - color contains mainly: blue. Hex color #2A529B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A529B is #D5AD64. Grayscale: #4E4E4E. Windows color (decimal): -14003557 or 10179114. OLE color: 10179114.
HSL color Cylindrical-coordinate representation of color #2A529B: hue angle of 218.76º 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 #2A529B is Cyan = 0.73, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 42 | 82 | 155 | - |
| CMYK | 0.73 | 0.47 | 0 | 0.39 |
| HSL | 218.76º | 0.57% | 0.39% | - |
| HSV(B) | 218.76º | 0.73% | 0.61% | - |
| XYZ | 9.89 | 8.89 | 32.21 | - |
| YUV | 78.36 | 171.25 | 102.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 82 | 155 | 0.73 | 0.47 | 0 | 0.39 | 218.76 | 0.57 | 0.39 |
| Hex | 2A | 52 | 9B | 49 | 2F | 0 | 27 | DB | 39 | 27 |
| Octal | 52 | 122 | 233 | 111 | 57 | 0 | 47 | 333 | 71 | 47 |
| Binary | 101010 | 1010010 | 10011011 | 1001001 | 101111 | 0 | 100111 | 11011011 | 111001 | 100111 |
Color Harmonies of #2A529B
Complementary color
Monochromatic Colors of #2A529B
Black with #2A529B
Text Example
Text Example
White with #2A529B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A529B; }
p { color: rgb(42,82,155); }
H1.HeaderClassName
{
color: #2A529B;
}
.AnyTagClassName
{
color: #2A529B;
}
</style>
background-color css
<style>
a { background-color: #2A529B; }
a { background-color: rgb(42,82,155); }
div.DivClassName
{
background-color: #2A529B;
}
.BgClassName
{
background-color: #2A529B;
}
</style>
border-color css
<style>
span { border-color: #2A529B; }
span { border-color: rgb(42,82,155); }
td.TdClassName
{
border-color: #2A529B;
}
.TagClassName
{
border-color: #2A529B;
}
</style>