Shades of Endeavour #295298
Tints of Endeavour #295298
RGB
CMYK
RGB Variations
Color information
#295298 (or 0x295298) is known color: Endeavour. HEX triplet: 29, 52 and 98. RGB value is (41,82,152). Sum of RGB (Red+Green+Blue) = 41+82+152=275 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.91% from 275); Green value is 82 (32.42% from 255 or 29.82% from 275); Blue value is 152 (59.77% from 255 or 55.27% from 275); Max value from RGB is 152 - color contains mainly: blue. Hex color #295298 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295298 is #D6AD67. Grayscale: #4D4D4D. Windows color (decimal): -14069096 or 9982505. OLE color: 9982505.
HSL color Cylindrical-coordinate representation of color #295298: hue angle of 217.84º 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 #295298 is Cyan = 0.73, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 41 | 82 | 152 | - |
| CMYK | 0.73 | 0.46 | 0 | 0.40 |
| HSL | 217.84º | 0.58% | 0.38% | - |
| HSV(B) | 217.84º | 0.73% | 0.6% | - |
| XYZ | 9.6 | 8.77 | 30.89 | - |
| YUV | 77.72 | 169.92 | 101.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 82 | 152 | 0.73 | 0.46 | 0 | 0.40 | 217.84 | 0.58 | 0.38 |
| Hex | 29 | 52 | 98 | 49 | 2E | 0 | 28 | DA | 3A | 26 |
| Octal | 51 | 122 | 230 | 111 | 56 | 0 | 50 | 332 | 72 | 46 |
| Binary | 101001 | 1010010 | 10011000 | 1001001 | 101110 | 0 | 101000 | 11011010 | 111010 | 100110 |
Color Harmonies of #295298
Complementary color
Monochromatic Colors of #295298
Black with #295298
Text Example
Text Example
White with #295298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295298; }
p { color: rgb(41,82,152); }
H1.HeaderClassName
{
color: #295298;
}
.AnyTagClassName
{
color: #295298;
}
</style>
background-color css
<style>
a { background-color: #295298; }
a { background-color: rgb(41,82,152); }
div.DivClassName
{
background-color: #295298;
}
.BgClassName
{
background-color: #295298;
}
</style>
border-color css
<style>
span { border-color: #295298; }
span { border-color: rgb(41,82,152); }
td.TdClassName
{
border-color: #295298;
}
.TagClassName
{
border-color: #295298;
}
</style>