Shades of Endeavour #246890
Tints of Endeavour #246890
RGB
CMYK
RGB Variations
Color information
#246890 (or 0x246890) is known color: Endeavour. HEX triplet: 24, 68 and 90. RGB value is (36,104,144). Sum of RGB (Red+Green+Blue) = 36+104+144=284 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.68% from 284); Green value is 104 (41.02% from 255 or 36.62% from 284); Blue value is 144 (56.64% from 255 or 50.70% from 284); Max value from RGB is 144 - color contains mainly: blue. Hex color #246890 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246890 is #DB976F. Grayscale: #585858. Windows color (decimal): -14391152 or 9463844. OLE color: 9463844.
HSL color Cylindrical-coordinate representation of color #246890: hue angle of 202.22º 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 #246890 is Cyan = 0.75, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 36 | 104 | 144 | - |
| CMYK | 0.75 | 0.28 | 0 | 0.44 |
| HSL | 202.22º | 0.6% | 0.35% | - |
| HSV(B) | 202.22º | 0.75% | 0.56% | - |
| XYZ | 10.71 | 12.29 | 28.19 | - |
| YUV | 88.23 | 159.47 | 90.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 104 | 144 | 0.75 | 0.28 | 0 | 0.44 | 202.22 | 0.6 | 0.35 |
| Hex | 24 | 68 | 90 | 4B | 1C | 0 | 2C | CA | 3C | 23 |
| Octal | 44 | 150 | 220 | 113 | 34 | 0 | 54 | 312 | 74 | 43 |
| Binary | 100100 | 1101000 | 10010000 | 1001011 | 11100 | 0 | 101100 | 11001010 | 111100 | 100011 |
Color Harmonies of #246890
Complementary color
Monochromatic Colors of #246890
Black with #246890
Text Example
Text Example
White with #246890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #246890; }
p { color: rgb(36,104,144); }
H1.HeaderClassName
{
color: #246890;
}
.AnyTagClassName
{
color: #246890;
}
</style>
background-color css
<style>
a { background-color: #246890; }
a { background-color: rgb(36,104,144); }
div.DivClassName
{
background-color: #246890;
}
.BgClassName
{
background-color: #246890;
}
</style>
border-color css
<style>
span { border-color: #246890; }
span { border-color: rgb(36,104,144); }
td.TdClassName
{
border-color: #246890;
}
.TagClassName
{
border-color: #246890;
}
</style>