Shades of Endeavour #296293
Tints of Endeavour #296293
RGB
CMYK
RGB Variations
Color information
#296293 (or 0x296293) is known color: Endeavour. HEX triplet: 29, 62 and 93. RGB value is (41,98,147). Sum of RGB (Red+Green+Blue) = 41+98+147=286 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.34% from 286); Green value is 98 (38.67% from 255 or 34.27% from 286); Blue value is 147 (57.81% from 255 or 51.40% from 286); Max value from RGB is 147 - color contains mainly: blue. Hex color #296293 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296293 is #D69D6C. Grayscale: #565656. Windows color (decimal): -14065005 or 9658921. OLE color: 9658921.
HSL color Cylindrical-coordinate representation of color #296293: hue angle of 207.74º degrees, saturation: 0.56, 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 #296293 is Cyan = 0.72, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 41 | 98 | 147 | - |
| CMYK | 0.72 | 0.33 | 0 | 0.42 |
| HSL | 207.74º | 0.56% | 0.37% | - |
| HSV(B) | 207.74º | 0.72% | 0.58% | - |
| XYZ | 10.55 | 11.31 | 29.23 | - |
| YUV | 86.54 | 162.12 | 95.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 98 | 147 | 0.72 | 0.33 | 0 | 0.42 | 207.74 | 0.56 | 0.37 |
| Hex | 29 | 62 | 93 | 48 | 21 | 0 | 2A | D0 | 38 | 25 |
| Octal | 51 | 142 | 223 | 110 | 41 | 0 | 52 | 320 | 70 | 45 |
| Binary | 101001 | 1100010 | 10010011 | 1001000 | 100001 | 0 | 101010 | 11010000 | 111000 | 100101 |
Color Harmonies of #296293
Complementary color
Monochromatic Colors of #296293
Black with #296293
Text Example
Text Example
White with #296293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #296293; }
p { color: rgb(41,98,147); }
H1.HeaderClassName
{
color: #296293;
}
.AnyTagClassName
{
color: #296293;
}
</style>
background-color css
<style>
a { background-color: #296293; }
a { background-color: rgb(41,98,147); }
div.DivClassName
{
background-color: #296293;
}
.BgClassName
{
background-color: #296293;
}
</style>
border-color css
<style>
span { border-color: #296293; }
span { border-color: rgb(41,98,147); }
td.TdClassName
{
border-color: #296293;
}
.TagClassName
{
border-color: #296293;
}
</style>