Shades of Endeavour #296093
Tints of Endeavour #296093
RGB
CMYK
RGB Variations
Color information
#296093 (or 0x296093) is known color: Endeavour. HEX triplet: 29, 60 and 93. RGB value is (41,96,147). Sum of RGB (Red+Green+Blue) = 41+96+147=284 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.44% from 284); Green value is 96 (37.89% from 255 or 33.80% from 284); Blue value is 147 (57.81% from 255 or 51.76% from 284); Max value from RGB is 147 - color contains mainly: blue. Hex color #296093 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #296093 is #D69F6C. Grayscale: #555555. Windows color (decimal): -14065517 or 9658409. OLE color: 9658409.
HSL color Cylindrical-coordinate representation of color #296093: hue angle of 208.87º 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 #296093 is Cyan = 0.72, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 41 | 96 | 147 | - |
| CMYK | 0.72 | 0.35 | 0 | 0.42 |
| HSL | 208.87º | 0.56% | 0.37% | - |
| HSV(B) | 208.87º | 0.72% | 0.58% | - |
| XYZ | 10.36 | 10.94 | 29.17 | - |
| YUV | 85.37 | 162.78 | 96.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 96 | 147 | 0.72 | 0.35 | 0 | 0.42 | 208.87 | 0.56 | 0.37 |
| Hex | 29 | 60 | 93 | 48 | 23 | 0 | 2A | D1 | 38 | 25 |
| Octal | 51 | 140 | 223 | 110 | 43 | 0 | 52 | 321 | 70 | 45 |
| Binary | 101001 | 1100000 | 10010011 | 1001000 | 100011 | 0 | 101010 | 11010001 | 111000 | 100101 |
Color Harmonies of #296093
Complementary color
Monochromatic Colors of #296093
Black with #296093
Text Example
Text Example
White with #296093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #296093; }
p { color: rgb(41,96,147); }
H1.HeaderClassName
{
color: #296093;
}
.AnyTagClassName
{
color: #296093;
}
</style>
background-color css
<style>
a { background-color: #296093; }
a { background-color: rgb(41,96,147); }
div.DivClassName
{
background-color: #296093;
}
.BgClassName
{
background-color: #296093;
}
</style>
border-color css
<style>
span { border-color: #296093; }
span { border-color: rgb(41,96,147); }
td.TdClassName
{
border-color: #296093;
}
.TagClassName
{
border-color: #296093;
}
</style>