Shades of Endeavour #295AA2
Tints of Endeavour #295AA2
RGB
CMYK
RGB Variations
Color information
#295AA2 (or 0x295AA2) is known color: Endeavour. HEX triplet: 29, 5A and A2. RGB value is (41,90,162). Sum of RGB (Red+Green+Blue) = 41+90+162=293 (38% of max value = 765). Red value is 41 (16.41% from 255 or 13.99% from 293); Green value is 90 (35.55% from 255 or 30.72% from 293); Blue value is 162 (63.67% from 255 or 55.29% from 293); Max value from RGB is 162 - color contains mainly: blue. Hex color #295AA2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295AA2 is #D6A55D. Grayscale: #535353. Windows color (decimal): -14067038 or 10639913. OLE color: 10639913.
HSL color Cylindrical-coordinate representation of color #295AA2: hue angle of 215.7º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #295AA2 is Cyan = 0.75, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 41 | 90 | 162 | - |
| CMYK | 0.75 | 0.44 | 0 | 0.36 |
| HSL | 215.7º | 0.6% | 0.4% | - |
| HSV(B) | 215.7º | 0.75% | 0.64% | - |
| XYZ | 11.09 | 10.39 | 35.6 | - |
| YUV | 83.56 | 172.27 | 97.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 90 | 162 | 0.75 | 0.44 | 0 | 0.36 | 215.7 | 0.6 | 0.4 |
| Hex | 29 | 5A | A2 | 4B | 2C | 0 | 24 | D8 | 3C | 28 |
| Octal | 51 | 132 | 242 | 113 | 54 | 0 | 44 | 330 | 74 | 50 |
| Binary | 101001 | 1011010 | 10100010 | 1001011 | 101100 | 0 | 100100 | 11011000 | 111100 | 101000 |
Color Harmonies of #295AA2
Complementary color
Monochromatic Colors of #295AA2
Black with #295AA2
Text Example
Text Example
White with #295AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295AA2; }
p { color: rgb(41,90,162); }
H1.HeaderClassName
{
color: #295AA2;
}
.AnyTagClassName
{
color: #295AA2;
}
</style>
background-color css
<style>
a { background-color: #295AA2; }
a { background-color: rgb(41,90,162); }
div.DivClassName
{
background-color: #295AA2;
}
.BgClassName
{
background-color: #295AA2;
}
</style>
border-color css
<style>
span { border-color: #295AA2; }
span { border-color: rgb(41,90,162); }
td.TdClassName
{
border-color: #295AA2;
}
.TagClassName
{
border-color: #295AA2;
}
</style>