Shades of Endeavour #246096
Tints of Endeavour #246096
RGB
CMYK
RGB Variations
Color information
#246096 (or 0x246096) is known color: Endeavour. HEX triplet: 24, 60 and 96. RGB value is (36,96,150). Sum of RGB (Red+Green+Blue) = 36+96+150=282 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.77% from 282); Green value is 96 (37.89% from 255 or 34.04% from 282); Blue value is 150 (58.98% from 255 or 53.19% from 282); Max value from RGB is 150 - color contains mainly: blue. Hex color #246096 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246096 is #DB9F69. Grayscale: #535353. Windows color (decimal): -14393194 or 9855012. OLE color: 9855012.
HSL color Cylindrical-coordinate representation of color #246096: hue angle of 208.42º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #246096 is Cyan = 0.76, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 36 | 96 | 150 | - |
| CMYK | 0.76 | 0.36 | 0 | 0.41 |
| HSL | 208.42º | 0.61% | 0.36% | - |
| HSV(B) | 208.42º | 0.76% | 0.59% | - |
| XYZ | 10.42 | 10.94 | 30.42 | - |
| YUV | 84.22 | 165.12 | 93.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 96 | 150 | 0.76 | 0.36 | 0 | 0.41 | 208.42 | 0.61 | 0.36 |
| Hex | 24 | 60 | 96 | 4C | 24 | 0 | 29 | D0 | 3D | 24 |
| Octal | 44 | 140 | 226 | 114 | 44 | 0 | 51 | 320 | 75 | 44 |
| Binary | 100100 | 1100000 | 10010110 | 1001100 | 100100 | 0 | 101001 | 11010000 | 111101 | 100100 |
Color Harmonies of #246096
Complementary color
Monochromatic Colors of #246096
Black with #246096
Text Example
Text Example
White with #246096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #246096; }
p { color: rgb(36,96,150); }
H1.HeaderClassName
{
color: #246096;
}
.AnyTagClassName
{
color: #246096;
}
</style>
background-color css
<style>
a { background-color: #246096; }
a { background-color: rgb(36,96,150); }
div.DivClassName
{
background-color: #246096;
}
.BgClassName
{
background-color: #246096;
}
</style>
border-color css
<style>
span { border-color: #246096; }
span { border-color: rgb(36,96,150); }
td.TdClassName
{
border-color: #246096;
}
.TagClassName
{
border-color: #246096;
}
</style>