Shades of Astral #246E90
Tints of Astral #246E90
RGB
CMYK
RGB Variations
Color information
#246E90 (or 0x246E90) is known color: Astral. HEX triplet: 24, 6E and 90. RGB value is (36,110,144). Sum of RGB (Red+Green+Blue) = 36+110+144=290 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.41% from 290); Green value is 110 (43.36% from 255 or 37.93% from 290); Blue value is 144 (56.64% from 255 or 49.66% from 290); Max value from RGB is 144 - color contains mainly: blue. Hex color #246E90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246E90 is #DB916F. Grayscale: #5B5B5B. Windows color (decimal): -14389616 or 9465380. OLE color: 9465380.
HSL color Cylindrical-coordinate representation of color #246E90: hue angle of 198.89º 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 #246E90 is Cyan = 0.75, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 36 | 110 | 144 | - |
| CMYK | 0.75 | 0.24 | 0 | 0.44 |
| HSL | 198.89º | 0.6% | 0.35% | - |
| HSV(B) | 198.89º | 0.75% | 0.56% | - |
| XYZ | 11.34 | 13.54 | 28.4 | - |
| YUV | 91.75 | 157.48 | 88.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 110 | 144 | 0.75 | 0.24 | 0 | 0.44 | 198.89 | 0.6 | 0.35 |
| Hex | 24 | 6E | 90 | 4B | 18 | 0 | 2C | C7 | 3C | 23 |
| Octal | 44 | 156 | 220 | 113 | 30 | 0 | 54 | 307 | 74 | 43 |
| Binary | 100100 | 1101110 | 10010000 | 1001011 | 11000 | 0 | 101100 | 11000111 | 111100 | 100011 |
Color Harmonies of #246E90
Complementary color
Monochromatic Colors of #246E90
Black with #246E90
Text Example
Text Example
White with #246E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #246E90; }
p { color: rgb(36,110,144); }
H1.HeaderClassName
{
color: #246E90;
}
.AnyTagClassName
{
color: #246E90;
}
</style>
background-color css
<style>
a { background-color: #246E90; }
a { background-color: rgb(36,110,144); }
div.DivClassName
{
background-color: #246E90;
}
.BgClassName
{
background-color: #246E90;
}
</style>
border-color css
<style>
span { border-color: #246E90; }
span { border-color: rgb(36,110,144); }
td.TdClassName
{
border-color: #246E90;
}
.TagClassName
{
border-color: #246E90;
}
</style>