Shades of Endeavour #246294
Tints of Endeavour #246294
RGB
CMYK
RGB Variations
Color information
#246294 (or 0x246294) is known color: Endeavour. HEX triplet: 24, 62 and 94. RGB value is (36,98,148). Sum of RGB (Red+Green+Blue) = 36+98+148=282 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.77% from 282); Green value is 98 (38.67% from 255 or 34.75% from 282); Blue value is 148 (58.20% from 255 or 52.48% from 282); Max value from RGB is 148 - color contains mainly: blue. Hex color #246294 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246294 is #DB9D6B. Grayscale: #545454. Windows color (decimal): -14392684 or 9724452. OLE color: 9724452.
HSL color Cylindrical-coordinate representation of color #246294: hue angle of 206.79º 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 #246294 is Cyan = 0.76, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 36 | 98 | 148 | - |
| CMYK | 0.76 | 0.34 | 0 | 0.42 |
| HSL | 206.79º | 0.61% | 0.36% | - |
| HSV(B) | 206.79º | 0.76% | 0.58% | - |
| XYZ | 10.44 | 11.25 | 29.64 | - |
| YUV | 85.16 | 163.46 | 92.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 98 | 148 | 0.76 | 0.34 | 0 | 0.42 | 206.79 | 0.61 | 0.36 |
| Hex | 24 | 62 | 94 | 4C | 22 | 0 | 2A | CF | 3D | 24 |
| Octal | 44 | 142 | 224 | 114 | 42 | 0 | 52 | 317 | 75 | 44 |
| Binary | 100100 | 1100010 | 10010100 | 1001100 | 100010 | 0 | 101010 | 11001111 | 111101 | 100100 |
Color Harmonies of #246294
Complementary color
Monochromatic Colors of #246294
Black with #246294
Text Example
Text Example
White with #246294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #246294; }
p { color: rgb(36,98,148); }
H1.HeaderClassName
{
color: #246294;
}
.AnyTagClassName
{
color: #246294;
}
</style>
background-color css
<style>
a { background-color: #246294; }
a { background-color: rgb(36,98,148); }
div.DivClassName
{
background-color: #246294;
}
.BgClassName
{
background-color: #246294;
}
</style>
border-color css
<style>
span { border-color: #246294; }
span { border-color: rgb(36,98,148); }
td.TdClassName
{
border-color: #246294;
}
.TagClassName
{
border-color: #246294;
}
</style>