Shades of Endeavour #246399
Tints of Endeavour #246399
RGB
CMYK
RGB Variations
Color information
#246399 (or 0x246399) is known color: Endeavour. HEX triplet: 24, 63 and 99. RGB value is (36,99,153). Sum of RGB (Red+Green+Blue) = 36+99+153=288 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.5% from 288); Green value is 99 (39.06% from 255 or 34.38% from 288); Blue value is 153 (60.16% from 255 or 53.12% from 288); Max value from RGB is 153 - color contains mainly: blue. Hex color #246399 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246399 is #DB9C66. Grayscale: #565656. Windows color (decimal): -14392423 or 10052388. OLE color: 10052388.
HSL color Cylindrical-coordinate representation of color #246399: hue angle of 207.69º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #246399 is Cyan = 0.76, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 36 | 99 | 153 | - |
| CMYK | 0.76 | 0.35 | 0 | 0.4 |
| HSL | 207.69º | 0.62% | 0.37% | - |
| HSV(B) | 207.69º | 0.76% | 0.6% | - |
| XYZ | 10.94 | 11.6 | 31.8 | - |
| YUV | 86.32 | 165.63 | 92.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 99 | 153 | 0.76 | 0.35 | 0 | 0.4 | 207.69 | 0.62 | 0.37 |
| Hex | 24 | 63 | 99 | 4C | 23 | 0 | 28 | D0 | 3E | 25 |
| Octal | 44 | 143 | 231 | 114 | 43 | 0 | 50 | 320 | 76 | 45 |
| Binary | 100100 | 1100011 | 10011001 | 1001100 | 100011 | 0 | 101000 | 11010000 | 111110 | 100101 |
Color Harmonies of #246399
Complementary color
Monochromatic Colors of #246399
Black with #246399
Text Example
Text Example
White with #246399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #246399; }
p { color: rgb(36,99,153); }
H1.HeaderClassName
{
color: #246399;
}
.AnyTagClassName
{
color: #246399;
}
</style>
background-color css
<style>
a { background-color: #246399; }
a { background-color: rgb(36,99,153); }
div.DivClassName
{
background-color: #246399;
}
.BgClassName
{
background-color: #246399;
}
</style>
border-color css
<style>
span { border-color: #246399; }
span { border-color: rgb(36,99,153); }
td.TdClassName
{
border-color: #246399;
}
.TagClassName
{
border-color: #246399;
}
</style>