Shades of Endeavour #246396
Tints of Endeavour #246396
RGB
CMYK
RGB Variations
Color information
#246396 (or 0x246396) is known color: Endeavour. HEX triplet: 24, 63 and 96. RGB value is (36,99,150). Sum of RGB (Red+Green+Blue) = 36+99+150=285 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.63% from 285); Green value is 99 (39.06% from 255 or 34.74% from 285); Blue value is 150 (58.98% from 255 or 52.63% from 285); Max value from RGB is 150 - color contains mainly: blue. Hex color #246396 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246396 is #DB9C69. Grayscale: #555555. Windows color (decimal): -14392426 or 9855780. OLE color: 9855780.
HSL color Cylindrical-coordinate representation of color #246396: hue angle of 206.84º 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 #246396 is Cyan = 0.76, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 36 | 99 | 150 | - |
| CMYK | 0.76 | 0.34 | 0 | 0.41 |
| HSL | 206.84º | 0.61% | 0.36% | - |
| HSV(B) | 206.84º | 0.76% | 0.59% | - |
| XYZ | 10.69 | 11.5 | 30.51 | - |
| YUV | 85.98 | 164.13 | 92.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 99 | 150 | 0.76 | 0.34 | 0 | 0.41 | 206.84 | 0.61 | 0.36 |
| Hex | 24 | 63 | 96 | 4C | 22 | 0 | 29 | CF | 3D | 24 |
| Octal | 44 | 143 | 226 | 114 | 42 | 0 | 51 | 317 | 75 | 44 |
| Binary | 100100 | 1100011 | 10010110 | 1001100 | 100010 | 0 | 101001 | 11001111 | 111101 | 100100 |
Color Harmonies of #246396
Complementary color
Monochromatic Colors of #246396
Black with #246396
Text Example
Text Example
White with #246396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #246396; }
p { color: rgb(36,99,150); }
H1.HeaderClassName
{
color: #246396;
}
.AnyTagClassName
{
color: #246396;
}
</style>
background-color css
<style>
a { background-color: #246396; }
a { background-color: rgb(36,99,150); }
div.DivClassName
{
background-color: #246396;
}
.BgClassName
{
background-color: #246396;
}
</style>
border-color css
<style>
span { border-color: #246396; }
span { border-color: rgb(36,99,150); }
td.TdClassName
{
border-color: #246396;
}
.TagClassName
{
border-color: #246396;
}
</style>