Shades of Endeavour #2A529C
Tints of Endeavour #2A529C
RGB
CMYK
RGB Variations
Color information
#2A529C (or 0x2A529C) is known color: Endeavour. HEX triplet: 2A, 52 and 9C. RGB value is (42,82,156). Sum of RGB (Red+Green+Blue) = 42+82+156=280 (37% of max value = 765). Red value is 42 (16.80% from 255 or 15% from 280); Green value is 82 (32.42% from 255 or 29.29% from 280); Blue value is 156 (61.33% from 255 or 55.71% from 280); Max value from RGB is 156 - color contains mainly: blue. Hex color #2A529C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2A529C is #D5AD63. Grayscale: #4E4E4E. Windows color (decimal): -14003556 or 10244650. OLE color: 10244650.
HSL color Cylindrical-coordinate representation of color #2A529C: hue angle of 218.95º 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 #2A529C is Cyan = 0.73, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 42 | 82 | 156 | - |
| CMYK | 0.73 | 0.47 | 0 | 0.39 |
| HSL | 218.95º | 0.58% | 0.39% | - |
| HSV(B) | 218.95º | 0.73% | 0.61% | - |
| XYZ | 9.97 | 8.93 | 32.65 | - |
| YUV | 78.48 | 171.75 | 101.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 82 | 156 | 0.73 | 0.47 | 0 | 0.39 | 218.95 | 0.58 | 0.39 |
| Hex | 2A | 52 | 9C | 49 | 2F | 0 | 27 | DB | 3A | 27 |
| Octal | 52 | 122 | 234 | 111 | 57 | 0 | 47 | 333 | 72 | 47 |
| Binary | 101010 | 1010010 | 10011100 | 1001001 | 101111 | 0 | 100111 | 11011011 | 111010 | 100111 |
Color Harmonies of #2A529C
Complementary color
Monochromatic Colors of #2A529C
Black with #2A529C
Text Example
Text Example
White with #2A529C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A529C; }
p { color: rgb(42,82,156); }
H1.HeaderClassName
{
color: #2A529C;
}
.AnyTagClassName
{
color: #2A529C;
}
</style>
background-color css
<style>
a { background-color: #2A529C; }
a { background-color: rgb(42,82,156); }
div.DivClassName
{
background-color: #2A529C;
}
.BgClassName
{
background-color: #2A529C;
}
</style>
border-color css
<style>
span { border-color: #2A529C; }
span { border-color: rgb(42,82,156); }
td.TdClassName
{
border-color: #2A529C;
}
.TagClassName
{
border-color: #2A529C;
}
</style>