Shades of Endeavour #246491
Tints of Endeavour #246491
RGB
CMYK
RGB Variations
Color information
#246491 (or 0x246491) is known color: Endeavour. HEX triplet: 24, 64 and 91. RGB value is (36,100,145). Sum of RGB (Red+Green+Blue) = 36+100+145=281 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.81% from 281); Green value is 100 (39.45% from 255 or 35.59% from 281); Blue value is 145 (57.03% from 255 or 51.60% from 281); Max value from RGB is 145 - color contains mainly: blue. Hex color #246491 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246491 is #DB9B6E. Grayscale: #555555. Windows color (decimal): -14392175 or 9528356. OLE color: 9528356.
HSL color Cylindrical-coordinate representation of color #246491: hue angle of 204.77º 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 #246491 is Cyan = 0.75, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 36 | 100 | 145 | - |
| CMYK | 0.75 | 0.31 | 0 | 0.43 |
| HSL | 204.77º | 0.6% | 0.35% | - |
| HSV(B) | 204.77º | 0.75% | 0.57% | - |
| XYZ | 10.4 | 11.53 | 28.47 | - |
| YUV | 85.99 | 161.3 | 92.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 100 | 145 | 0.75 | 0.31 | 0 | 0.43 | 204.77 | 0.6 | 0.35 |
| Hex | 24 | 64 | 91 | 4B | 1F | 0 | 2B | CD | 3C | 23 |
| Octal | 44 | 144 | 221 | 113 | 37 | 0 | 53 | 315 | 74 | 43 |
| Binary | 100100 | 1100100 | 10010001 | 1001011 | 11111 | 0 | 101011 | 11001101 | 111100 | 100011 |
Color Harmonies of #246491
Complementary color
Monochromatic Colors of #246491
Black with #246491
Text Example
Text Example
White with #246491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #246491; }
p { color: rgb(36,100,145); }
H1.HeaderClassName
{
color: #246491;
}
.AnyTagClassName
{
color: #246491;
}
</style>
background-color css
<style>
a { background-color: #246491; }
a { background-color: rgb(36,100,145); }
div.DivClassName
{
background-color: #246491;
}
.BgClassName
{
background-color: #246491;
}
</style>
border-color css
<style>
span { border-color: #246491; }
span { border-color: rgb(36,100,145); }
td.TdClassName
{
border-color: #246491;
}
.TagClassName
{
border-color: #246491;
}
</style>