Shades of Endeavour #295B89
Tints of Endeavour #295B89
RGB
CMYK
RGB Variations
Color information
#295B89 (or 0x295B89) is known color: Endeavour. HEX triplet: 29, 5B and 89. RGB value is (41,91,137). Sum of RGB (Red+Green+Blue) = 41+91+137=269 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.24% from 269); Green value is 91 (35.94% from 255 or 33.83% from 269); Blue value is 137 (53.91% from 255 or 50.93% from 269); Max value from RGB is 137 - color contains mainly: blue. Hex color #295B89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295B89 is #D6A476. Grayscale: #515151. Windows color (decimal): -14066807 or 9001769. OLE color: 9001769.
HSL color Cylindrical-coordinate representation of color #295B89: hue angle of 208.75º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #295B89 is Cyan = 0.70, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 41 | 91 | 137 | - |
| CMYK | 0.70 | 0.34 | 0 | 0.46 |
| HSL | 208.75º | 0.54% | 0.35% | - |
| HSV(B) | 208.75º | 0.7% | 0.54% | - |
| XYZ | 9.17 | 9.76 | 25.07 | - |
| YUV | 81.29 | 159.44 | 99.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 91 | 137 | 0.70 | 0.34 | 0 | 0.46 | 208.75 | 0.54 | 0.35 |
| Hex | 29 | 5B | 89 | 46 | 22 | 0 | 2E | D1 | 36 | 23 |
| Octal | 51 | 133 | 211 | 106 | 42 | 0 | 56 | 321 | 66 | 43 |
| Binary | 101001 | 1011011 | 10001001 | 1000110 | 100010 | 0 | 101110 | 11010001 | 110110 | 100011 |
Color Harmonies of #295B89
Complementary color
Monochromatic Colors of #295B89
Black with #295B89
Text Example
Text Example
White with #295B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295B89; }
p { color: rgb(41,91,137); }
H1.HeaderClassName
{
color: #295B89;
}
.AnyTagClassName
{
color: #295B89;
}
</style>
background-color css
<style>
a { background-color: #295B89; }
a { background-color: rgb(41,91,137); }
div.DivClassName
{
background-color: #295B89;
}
.BgClassName
{
background-color: #295B89;
}
</style>
border-color css
<style>
span { border-color: #295B89; }
span { border-color: rgb(41,91,137); }
td.TdClassName
{
border-color: #295B89;
}
.TagClassName
{
border-color: #295B89;
}
</style>