Shades of Endeavour #295498
Tints of Endeavour #295498
RGB
CMYK
RGB Variations
Color information
#295498 (or 0x295498) is known color: Endeavour. HEX triplet: 29, 54 and 98. RGB value is (41,84,152). Sum of RGB (Red+Green+Blue) = 41+84+152=277 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.80% from 277); Green value is 84 (33.20% from 255 or 30.32% from 277); Blue value is 152 (59.77% from 255 or 54.87% from 277); Max value from RGB is 152 - color contains mainly: blue. Hex color #295498 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295498 is #D6AB67. Grayscale: #4E4E4E. Windows color (decimal): -14068584 or 9983017. OLE color: 9983017.
HSL color Cylindrical-coordinate representation of color #295498: hue angle of 216.76º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #295498 is Cyan = 0.73, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 41 | 84 | 152 | - |
| CMYK | 0.73 | 0.45 | 0 | 0.40 |
| HSL | 216.76º | 0.58% | 0.38% | - |
| HSV(B) | 216.76º | 0.73% | 0.6% | - |
| XYZ | 9.75 | 9.08 | 30.94 | - |
| YUV | 78.9 | 169.25 | 100.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 84 | 152 | 0.73 | 0.45 | 0 | 0.40 | 216.76 | 0.58 | 0.38 |
| Hex | 29 | 54 | 98 | 49 | 2D | 0 | 28 | D9 | 3A | 26 |
| Octal | 51 | 124 | 230 | 111 | 55 | 0 | 50 | 331 | 72 | 46 |
| Binary | 101001 | 1010100 | 10011000 | 1001001 | 101101 | 0 | 101000 | 11011001 | 111010 | 100110 |
Color Harmonies of #295498
Complementary color
Monochromatic Colors of #295498
Black with #295498
Text Example
Text Example
White with #295498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295498; }
p { color: rgb(41,84,152); }
H1.HeaderClassName
{
color: #295498;
}
.AnyTagClassName
{
color: #295498;
}
</style>
background-color css
<style>
a { background-color: #295498; }
a { background-color: rgb(41,84,152); }
div.DivClassName
{
background-color: #295498;
}
.BgClassName
{
background-color: #295498;
}
</style>
border-color css
<style>
span { border-color: #295498; }
span { border-color: rgb(41,84,152); }
td.TdClassName
{
border-color: #295498;
}
.TagClassName
{
border-color: #295498;
}
</style>