Shades of Endeavour #246694
Tints of Endeavour #246694
RGB
CMYK
RGB Variations
Color information
#246694 (or 0x246694) is known color: Endeavour. HEX triplet: 24, 66 and 94. RGB value is (36,102,148). Sum of RGB (Red+Green+Blue) = 36+102+148=286 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.59% from 286); Green value is 102 (40.23% from 255 or 35.66% from 286); Blue value is 148 (58.20% from 255 or 51.75% from 286); Max value from RGB is 148 - color contains mainly: blue. Hex color #246694 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246694 is #DB996B. Grayscale: #575757. Windows color (decimal): -14391660 or 9725476. OLE color: 9725476.
HSL color Cylindrical-coordinate representation of color #246694: hue angle of 204.64º 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 #246694 is Cyan = 0.76, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 36 | 102 | 148 | - |
| CMYK | 0.76 | 0.31 | 0 | 0.42 |
| HSL | 204.64º | 0.61% | 0.36% | - |
| HSV(B) | 204.64º | 0.76% | 0.58% | - |
| XYZ | 10.82 | 12.02 | 29.77 | - |
| YUV | 87.51 | 162.13 | 91.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 102 | 148 | 0.76 | 0.31 | 0 | 0.42 | 204.64 | 0.61 | 0.36 |
| Hex | 24 | 66 | 94 | 4C | 1F | 0 | 2A | CD | 3D | 24 |
| Octal | 44 | 146 | 224 | 114 | 37 | 0 | 52 | 315 | 75 | 44 |
| Binary | 100100 | 1100110 | 10010100 | 1001100 | 11111 | 0 | 101010 | 11001101 | 111101 | 100100 |
Color Harmonies of #246694
Complementary color
Monochromatic Colors of #246694
Black with #246694
Text Example
Text Example
White with #246694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #246694; }
p { color: rgb(36,102,148); }
H1.HeaderClassName
{
color: #246694;
}
.AnyTagClassName
{
color: #246694;
}
</style>
background-color css
<style>
a { background-color: #246694; }
a { background-color: rgb(36,102,148); }
div.DivClassName
{
background-color: #246694;
}
.BgClassName
{
background-color: #246694;
}
</style>
border-color css
<style>
span { border-color: #246694; }
span { border-color: rgb(36,102,148); }
td.TdClassName
{
border-color: #246694;
}
.TagClassName
{
border-color: #246694;
}
</style>