Shades of Endeavour #246296
Tints of Endeavour #246296
RGB
CMYK
RGB Variations
Color information
#246296 (or 0x246296) is known color: Endeavour. HEX triplet: 24, 62 and 96. RGB value is (36,98,150). Sum of RGB (Red+Green+Blue) = 36+98+150=284 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.68% from 284); Green value is 98 (38.67% from 255 or 34.51% from 284); Blue value is 150 (58.98% from 255 or 52.82% from 284); Max value from RGB is 150 - color contains mainly: blue. Hex color #246296 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246296 is #DB9D69. Grayscale: #555555. Windows color (decimal): -14392682 or 9855524. OLE color: 9855524.
HSL color Cylindrical-coordinate representation of color #246296: hue angle of 207.37º 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 #246296 is Cyan = 0.76, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 36 | 98 | 150 | - |
| CMYK | 0.76 | 0.35 | 0 | 0.41 |
| HSL | 207.37º | 0.61% | 0.36% | - |
| HSV(B) | 207.37º | 0.76% | 0.59% | - |
| XYZ | 10.6 | 11.31 | 30.48 | - |
| YUV | 85.39 | 164.46 | 92.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 98 | 150 | 0.76 | 0.35 | 0 | 0.41 | 207.37 | 0.61 | 0.36 |
| Hex | 24 | 62 | 96 | 4C | 23 | 0 | 29 | CF | 3D | 24 |
| Octal | 44 | 142 | 226 | 114 | 43 | 0 | 51 | 317 | 75 | 44 |
| Binary | 100100 | 1100010 | 10010110 | 1001100 | 100011 | 0 | 101001 | 11001111 | 111101 | 100100 |
Color Harmonies of #246296
Complementary color
Monochromatic Colors of #246296
Black with #246296
Text Example
Text Example
White with #246296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #246296; }
p { color: rgb(36,98,150); }
H1.HeaderClassName
{
color: #246296;
}
.AnyTagClassName
{
color: #246296;
}
</style>
background-color css
<style>
a { background-color: #246296; }
a { background-color: rgb(36,98,150); }
div.DivClassName
{
background-color: #246296;
}
.BgClassName
{
background-color: #246296;
}
</style>
border-color css
<style>
span { border-color: #246296; }
span { border-color: rgb(36,98,150); }
td.TdClassName
{
border-color: #246296;
}
.TagClassName
{
border-color: #246296;
}
</style>