Shades of Endeavour #295388
Tints of Endeavour #295388
RGB
CMYK
RGB Variations
Color information
#295388 (or 0x295388) is known color: Endeavour. HEX triplet: 29, 53 and 88. RGB value is (41,83,136). Sum of RGB (Red+Green+Blue) = 41+83+136=260 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.77% from 260); Green value is 83 (32.81% from 255 or 31.92% from 260); Blue value is 136 (53.52% from 255 or 52.31% from 260); Max value from RGB is 136 - color contains mainly: blue. Hex color #295388 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295388 is #D6AC77. Grayscale: #4C4C4C. Windows color (decimal): -14068856 or 8934185. OLE color: 8934185.
HSL color Cylindrical-coordinate representation of color #295388: hue angle of 213.47º 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 #295388 is Cyan = 0.70, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 41 | 83 | 136 | - |
| CMYK | 0.70 | 0.39 | 0 | 0.47 |
| HSL | 213.47º | 0.54% | 0.35% | - |
| HSV(B) | 213.47º | 0.7% | 0.53% | - |
| XYZ | 8.45 | 8.44 | 24.48 | - |
| YUV | 76.48 | 161.59 | 102.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 83 | 136 | 0.70 | 0.39 | 0 | 0.47 | 213.47 | 0.54 | 0.35 |
| Hex | 29 | 53 | 88 | 46 | 27 | 0 | 2F | D5 | 36 | 23 |
| Octal | 51 | 123 | 210 | 106 | 47 | 0 | 57 | 325 | 66 | 43 |
| Binary | 101001 | 1010011 | 10001000 | 1000110 | 100111 | 0 | 101111 | 11010101 | 110110 | 100011 |
Color Harmonies of #295388
Complementary color
Monochromatic Colors of #295388
Black with #295388
Text Example
Text Example
White with #295388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295388; }
p { color: rgb(41,83,136); }
H1.HeaderClassName
{
color: #295388;
}
.AnyTagClassName
{
color: #295388;
}
</style>
background-color css
<style>
a { background-color: #295388; }
a { background-color: rgb(41,83,136); }
div.DivClassName
{
background-color: #295388;
}
.BgClassName
{
background-color: #295388;
}
</style>
border-color css
<style>
span { border-color: #295388; }
span { border-color: rgb(41,83,136); }
td.TdClassName
{
border-color: #295388;
}
.TagClassName
{
border-color: #295388;
}
</style>