Shades of Endeavour #295288
Tints of Endeavour #295288
RGB
CMYK
RGB Variations
Color information
#295288 (or 0x295288) is known color: Endeavour. HEX triplet: 29, 52 and 88. RGB value is (41,82,136). Sum of RGB (Red+Green+Blue) = 41+82+136=259 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.83% from 259); Green value is 82 (32.42% from 255 or 31.66% from 259); Blue value is 136 (53.52% from 255 or 52.51% from 259); Max value from RGB is 136 - color contains mainly: blue. Hex color #295288 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295288 is #D6AD77. Grayscale: #4B4B4B. Windows color (decimal): -14069112 or 8933929. OLE color: 8933929.
HSL color Cylindrical-coordinate representation of color #295288: hue angle of 214.11º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #295288 is Cyan = 0.70, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 41 | 82 | 136 | - |
| CMYK | 0.70 | 0.40 | 0 | 0.47 |
| HSL | 214.11º | 0.54% | 0.35% | - |
| HSV(B) | 214.11º | 0.7% | 0.53% | - |
| XYZ | 8.38 | 8.28 | 24.45 | - |
| YUV | 75.9 | 161.92 | 103.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 82 | 136 | 0.70 | 0.40 | 0 | 0.47 | 214.11 | 0.54 | 0.35 |
| Hex | 29 | 52 | 88 | 46 | 28 | 0 | 2F | D6 | 36 | 23 |
| Octal | 51 | 122 | 210 | 106 | 50 | 0 | 57 | 326 | 66 | 43 |
| Binary | 101001 | 1010010 | 10001000 | 1000110 | 101000 | 0 | 101111 | 11010110 | 110110 | 100011 |
Color Harmonies of #295288
Complementary color
Monochromatic Colors of #295288
Black with #295288
Text Example
Text Example
White with #295288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295288; }
p { color: rgb(41,82,136); }
H1.HeaderClassName
{
color: #295288;
}
.AnyTagClassName
{
color: #295288;
}
</style>
background-color css
<style>
a { background-color: #295288; }
a { background-color: rgb(41,82,136); }
div.DivClassName
{
background-color: #295288;
}
.BgClassName
{
background-color: #295288;
}
</style>
border-color css
<style>
span { border-color: #295288; }
span { border-color: rgb(41,82,136); }
td.TdClassName
{
border-color: #295288;
}
.TagClassName
{
border-color: #295288;
}
</style>