Shades of Endeavour #295392
Tints of Endeavour #295392
RGB
CMYK
RGB Variations
Color information
#295392 (or 0x295392) is known color: Endeavour. HEX triplet: 29, 53 and 92. RGB value is (41,83,146). Sum of RGB (Red+Green+Blue) = 41+83+146=270 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.19% from 270); Green value is 83 (32.81% from 255 or 30.74% from 270); Blue value is 146 (57.42% from 255 or 54.07% from 270); Max value from RGB is 146 - color contains mainly: blue. Hex color #295392 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295392 is #D6AC6D. Grayscale: #4D4D4D. Windows color (decimal): -14068846 or 9589545. OLE color: 9589545.
HSL color Cylindrical-coordinate representation of color #295392: hue angle of 216º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #295392 is Cyan = 0.72, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 41 | 83 | 146 | - |
| CMYK | 0.72 | 0.43 | 0 | 0.43 |
| HSL | 216º | 0.56% | 0.37% | - |
| HSV(B) | 216º | 0.72% | 0.57% | - |
| XYZ | 9.2 | 8.73 | 28.4 | - |
| YUV | 77.62 | 166.59 | 101.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 83 | 146 | 0.72 | 0.43 | 0 | 0.43 | 216 | 0.56 | 0.37 |
| Hex | 29 | 53 | 92 | 48 | 2B | 0 | 2B | D8 | 38 | 25 |
| Octal | 51 | 123 | 222 | 110 | 53 | 0 | 53 | 330 | 70 | 45 |
| Binary | 101001 | 1010011 | 10010010 | 1001000 | 101011 | 0 | 101011 | 11011000 | 111000 | 100101 |
Color Harmonies of #295392
Complementary color
Monochromatic Colors of #295392
Black with #295392
Text Example
Text Example
White with #295392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #295392; }
p { color: rgb(41,83,146); }
H1.HeaderClassName
{
color: #295392;
}
.AnyTagClassName
{
color: #295392;
}
</style>
background-color css
<style>
a { background-color: #295392; }
a { background-color: rgb(41,83,146); }
div.DivClassName
{
background-color: #295392;
}
.BgClassName
{
background-color: #295392;
}
</style>
border-color css
<style>
span { border-color: #295392; }
span { border-color: rgb(41,83,146); }
td.TdClassName
{
border-color: #295392;
}
.TagClassName
{
border-color: #295392;
}
</style>