Shades of Endeavour #246391
Tints of Endeavour #246391
RGB
CMYK
RGB Variations
Color information
#246391 (or 0x246391) is known color: Endeavour. HEX triplet: 24, 63 and 91. RGB value is (36,99,145). Sum of RGB (Red+Green+Blue) = 36+99+145=280 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.86% from 280); Green value is 99 (39.06% from 255 or 35.36% from 280); Blue value is 145 (57.03% from 255 or 51.79% from 280); Max value from RGB is 145 - color contains mainly: blue. Hex color #246391 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246391 is #DB9C6E. Grayscale: #555555. Windows color (decimal): -14392431 or 9528100. OLE color: 9528100.
HSL color Cylindrical-coordinate representation of color #246391: hue angle of 205.32º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #246391 is Cyan = 0.75, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 36 | 99 | 145 | - |
| CMYK | 0.75 | 0.32 | 0 | 0.43 |
| HSL | 205.32º | 0.6% | 0.35% | - |
| HSV(B) | 205.32º | 0.75% | 0.57% | - |
| XYZ | 10.3 | 11.34 | 28.43 | - |
| YUV | 85.41 | 161.63 | 92.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 99 | 145 | 0.75 | 0.32 | 0 | 0.43 | 205.32 | 0.6 | 0.35 |
| Hex | 24 | 63 | 91 | 4B | 20 | 0 | 2B | CD | 3C | 23 |
| Octal | 44 | 143 | 221 | 113 | 40 | 0 | 53 | 315 | 74 | 43 |
| Binary | 100100 | 1100011 | 10010001 | 1001011 | 100000 | 0 | 101011 | 11001101 | 111100 | 100011 |
Color Harmonies of #246391
Complementary color
Monochromatic Colors of #246391
Black with #246391
Text Example
Text Example
White with #246391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #246391; }
p { color: rgb(36,99,145); }
H1.HeaderClassName
{
color: #246391;
}
.AnyTagClassName
{
color: #246391;
}
</style>
background-color css
<style>
a { background-color: #246391; }
a { background-color: rgb(36,99,145); }
div.DivClassName
{
background-color: #246391;
}
.BgClassName
{
background-color: #246391;
}
</style>
border-color css
<style>
span { border-color: #246391; }
span { border-color: rgb(36,99,145); }
td.TdClassName
{
border-color: #246391;
}
.TagClassName
{
border-color: #246391;
}
</style>