Shades of Endeavour #295898
Tints of Endeavour #295898
RGB
CMYK
RGB Variations
Color information
#295898 (or 0x295898) is known color: Endeavour. HEX triplet: 29, 58 and 98. RGB value is (41,88,152). Sum of RGB (Red+Green+Blue) = 41+88+152=281 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.59% from 281); Green value is 88 (34.77% from 255 or 31.32% from 281); Blue value is 152 (59.77% from 255 or 54.09% from 281); Max value from RGB is 152 - color contains mainly: blue. Hex color #295898 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295898 is #D6A767. Grayscale: #505050. Windows color (decimal): -14067560 or 9984041. OLE color: 9984041.
HSL color Cylindrical-coordinate representation of color #295898: hue angle of 214.59º 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 #295898 is Cyan = 0.73, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 41 | 88 | 152 | - |
| CMYK | 0.73 | 0.42 | 0 | 0.40 |
| HSL | 214.59º | 0.58% | 0.38% | - |
| HSV(B) | 214.59º | 0.73% | 0.6% | - |
| XYZ | 10.07 | 9.72 | 31.05 | - |
| YUV | 81.24 | 167.93 | 99.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 88 | 152 | 0.73 | 0.42 | 0 | 0.40 | 214.59 | 0.58 | 0.38 |
| Hex | 29 | 58 | 98 | 49 | 2A | 0 | 28 | D7 | 3A | 26 |
| Octal | 51 | 130 | 230 | 111 | 52 | 0 | 50 | 327 | 72 | 46 |
| Binary | 101001 | 1011000 | 10011000 | 1001001 | 101010 | 0 | 101000 | 11010111 | 111010 | 100110 |
Color Harmonies of #295898
Complementary color
Monochromatic Colors of #295898
Black with #295898
Text Example
Text Example
White with #295898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295898; }
p { color: rgb(41,88,152); }
H1.HeaderClassName
{
color: #295898;
}
.AnyTagClassName
{
color: #295898;
}
</style>
background-color css
<style>
a { background-color: #295898; }
a { background-color: rgb(41,88,152); }
div.DivClassName
{
background-color: #295898;
}
.BgClassName
{
background-color: #295898;
}
</style>
border-color css
<style>
span { border-color: #295898; }
span { border-color: rgb(41,88,152); }
td.TdClassName
{
border-color: #295898;
}
.TagClassName
{
border-color: #295898;
}
</style>