Shades of Endeavour #246495
Tints of Endeavour #246495
RGB
CMYK
RGB Variations
Color information
#246495 (or 0x246495) is known color: Endeavour. HEX triplet: 24, 64 and 95. RGB value is (36,100,149). Sum of RGB (Red+Green+Blue) = 36+100+149=285 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.63% from 285); Green value is 100 (39.45% from 255 or 35.09% from 285); Blue value is 149 (58.59% from 255 or 52.28% from 285); Max value from RGB is 149 - color contains mainly: blue. Hex color #246495 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246495 is #DB9B6A. Grayscale: #565656. Windows color (decimal): -14392171 or 9790500. OLE color: 9790500.
HSL color Cylindrical-coordinate representation of color #246495: hue angle of 206.02º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #246495 is Cyan = 0.76, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 36 | 100 | 149 | - |
| CMYK | 0.76 | 0.33 | 0 | 0.42 |
| HSL | 206.02º | 0.61% | 0.36% | - |
| HSV(B) | 206.02º | 0.76% | 0.58% | - |
| XYZ | 10.71 | 11.66 | 30.12 | - |
| YUV | 86.45 | 163.3 | 92.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 100 | 149 | 0.76 | 0.33 | 0 | 0.42 | 206.02 | 0.61 | 0.36 |
| Hex | 24 | 64 | 95 | 4C | 21 | 0 | 2A | CE | 3D | 24 |
| Octal | 44 | 144 | 225 | 114 | 41 | 0 | 52 | 316 | 75 | 44 |
| Binary | 100100 | 1100100 | 10010101 | 1001100 | 100001 | 0 | 101010 | 11001110 | 111101 | 100100 |
Color Harmonies of #246495
Complementary color
Monochromatic Colors of #246495
Black with #246495
Text Example
Text Example
White with #246495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #246495; }
p { color: rgb(36,100,149); }
H1.HeaderClassName
{
color: #246495;
}
.AnyTagClassName
{
color: #246495;
}
</style>
background-color css
<style>
a { background-color: #246495; }
a { background-color: rgb(36,100,149); }
div.DivClassName
{
background-color: #246495;
}
.BgClassName
{
background-color: #246495;
}
</style>
border-color css
<style>
span { border-color: #246495; }
span { border-color: rgb(36,100,149); }
td.TdClassName
{
border-color: #246495;
}
.TagClassName
{
border-color: #246495;
}
</style>