Shades of Endeavour #296395
Tints of Endeavour #296395
RGB
CMYK
RGB Variations
Color information
#296395 (or 0x296395) is known color: Endeavour. HEX triplet: 29, 63 and 95. RGB value is (41,99,149). Sum of RGB (Red+Green+Blue) = 41+99+149=289 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.19% from 289); Green value is 99 (39.06% from 255 or 34.26% from 289); Blue value is 149 (58.59% from 255 or 51.56% from 289); Max value from RGB is 149 - color contains mainly: blue. Hex color #296395 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296395 is #D69C6A. Grayscale: #575757. Windows color (decimal): -14064747 or 9790249. OLE color: 9790249.
HSL color Cylindrical-coordinate representation of color #296395: hue angle of 207.78º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #296395 is Cyan = 0.72, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 41 | 99 | 149 | - |
| CMYK | 0.72 | 0.34 | 0 | 0.42 |
| HSL | 207.78º | 0.57% | 0.37% | - |
| HSV(B) | 207.78º | 0.72% | 0.58% | - |
| XYZ | 10.8 | 11.57 | 30.1 | - |
| YUV | 87.36 | 162.78 | 94.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 99 | 149 | 0.72 | 0.34 | 0 | 0.42 | 207.78 | 0.57 | 0.37 |
| Hex | 29 | 63 | 95 | 48 | 22 | 0 | 2A | D0 | 39 | 25 |
| Octal | 51 | 143 | 225 | 110 | 42 | 0 | 52 | 320 | 71 | 45 |
| Binary | 101001 | 1100011 | 10010101 | 1001000 | 100010 | 0 | 101010 | 11010000 | 111001 | 100101 |
Color Harmonies of #296395
Complementary color
Monochromatic Colors of #296395
Black with #296395
Text Example
Text Example
White with #296395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #296395; }
p { color: rgb(41,99,149); }
H1.HeaderClassName
{
color: #296395;
}
.AnyTagClassName
{
color: #296395;
}
</style>
background-color css
<style>
a { background-color: #296395; }
a { background-color: rgb(41,99,149); }
div.DivClassName
{
background-color: #296395;
}
.BgClassName
{
background-color: #296395;
}
</style>
border-color css
<style>
span { border-color: #296395; }
span { border-color: rgb(41,99,149); }
td.TdClassName
{
border-color: #296395;
}
.TagClassName
{
border-color: #296395;
}
</style>