Shades of Endeavour #295D8D
Tints of Endeavour #295D8D
RGB
CMYK
RGB Variations
Color information
#295D8D (or 0x295D8D) is known color: Endeavour. HEX triplet: 29, 5D and 8D. RGB value is (41,93,141). Sum of RGB (Red+Green+Blue) = 41+93+141=275 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.91% from 275); Green value is 93 (36.72% from 255 or 33.82% from 275); Blue value is 141 (55.47% from 255 or 51.27% from 275); Max value from RGB is 141 - color contains mainly: blue. Hex color #295D8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295D8D is #D6A272. Grayscale: #525252. Windows color (decimal): -14066291 or 9264425. OLE color: 9264425.
HSL color Cylindrical-coordinate representation of color #295D8D: hue angle of 208.8º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #295D8D is Cyan = 0.71, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 41 | 93 | 141 | - |
| CMYK | 0.71 | 0.34 | 0 | 0.45 |
| HSL | 208.8º | 0.55% | 0.36% | - |
| HSV(B) | 208.8º | 0.71% | 0.55% | - |
| XYZ | 9.64 | 10.22 | 26.66 | - |
| YUV | 82.92 | 160.77 | 98.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 93 | 141 | 0.71 | 0.34 | 0 | 0.45 | 208.8 | 0.55 | 0.36 |
| Hex | 29 | 5D | 8D | 47 | 22 | 0 | 2D | D1 | 37 | 24 |
| Octal | 51 | 135 | 215 | 107 | 42 | 0 | 55 | 321 | 67 | 44 |
| Binary | 101001 | 1011101 | 10001101 | 1000111 | 100010 | 0 | 101101 | 11010001 | 110111 | 100100 |
Color Harmonies of #295D8D
Complementary color
Monochromatic Colors of #295D8D
Black with #295D8D
Text Example
Text Example
White with #295D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295D8D; }
p { color: rgb(41,93,141); }
H1.HeaderClassName
{
color: #295D8D;
}
.AnyTagClassName
{
color: #295D8D;
}
</style>
background-color css
<style>
a { background-color: #295D8D; }
a { background-color: rgb(41,93,141); }
div.DivClassName
{
background-color: #295D8D;
}
.BgClassName
{
background-color: #295D8D;
}
</style>
border-color css
<style>
span { border-color: #295D8D; }
span { border-color: rgb(41,93,141); }
td.TdClassName
{
border-color: #295D8D;
}
.TagClassName
{
border-color: #295D8D;
}
</style>