Shades of Endeavour #246690
Tints of Endeavour #246690
RGB
CMYK
RGB Variations
Color information
#246690 (or 0x246690) is known color: Endeavour. HEX triplet: 24, 66 and 90. RGB value is (36,102,144). Sum of RGB (Red+Green+Blue) = 36+102+144=282 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.77% from 282); Green value is 102 (40.23% from 255 or 36.17% from 282); Blue value is 144 (56.64% from 255 or 51.06% from 282); Max value from RGB is 144 - color contains mainly: blue. Hex color #246690 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246690 is #DB996F. Grayscale: #565656. Windows color (decimal): -14391664 or 9463332. OLE color: 9463332.
HSL color Cylindrical-coordinate representation of color #246690: hue angle of 203.33º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #246690 is Cyan = 0.75, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 36 | 102 | 144 | - |
| CMYK | 0.75 | 0.29 | 0 | 0.44 |
| HSL | 203.33º | 0.6% | 0.35% | - |
| HSV(B) | 203.33º | 0.75% | 0.56% | - |
| XYZ | 10.51 | 11.89 | 28.13 | - |
| YUV | 87.05 | 160.13 | 91.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 102 | 144 | 0.75 | 0.29 | 0 | 0.44 | 203.33 | 0.6 | 0.35 |
| Hex | 24 | 66 | 90 | 4B | 1D | 0 | 2C | CB | 3C | 23 |
| Octal | 44 | 146 | 220 | 113 | 35 | 0 | 54 | 313 | 74 | 43 |
| Binary | 100100 | 1100110 | 10010000 | 1001011 | 11101 | 0 | 101100 | 11001011 | 111100 | 100011 |
Color Harmonies of #246690
Complementary color
Monochromatic Colors of #246690
Black with #246690
Text Example
Text Example
White with #246690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #246690; }
p { color: rgb(36,102,144); }
H1.HeaderClassName
{
color: #246690;
}
.AnyTagClassName
{
color: #246690;
}
</style>
background-color css
<style>
a { background-color: #246690; }
a { background-color: rgb(36,102,144); }
div.DivClassName
{
background-color: #246690;
}
.BgClassName
{
background-color: #246690;
}
</style>
border-color css
<style>
span { border-color: #246690; }
span { border-color: rgb(36,102,144); }
td.TdClassName
{
border-color: #246690;
}
.TagClassName
{
border-color: #246690;
}
</style>