Shades of Astral #247490
Tints of Astral #247490
RGB
CMYK
RGB Variations
Color information
#247490 (or 0x247490) is known color: Astral. HEX triplet: 24, 74 and 90. RGB value is (36,116,144). Sum of RGB (Red+Green+Blue) = 36+116+144=296 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12.16% from 296); Green value is 116 (45.70% from 255 or 39.19% from 296); Blue value is 144 (56.64% from 255 or 48.65% from 296); Max value from RGB is 144 - color contains mainly: blue. Hex color #247490 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #247490 is #DB8B6F. Grayscale: #5F5F5F. Windows color (decimal): -14388080 or 9466916. OLE color: 9466916.
HSL color Cylindrical-coordinate representation of color #247490: hue angle of 195.56º 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 #247490 is Cyan = 0.75, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 36 | 116 | 144 | - |
| CMYK | 0.75 | 0.19 | 0 | 0.44 |
| HSL | 195.56º | 0.6% | 0.35% | - |
| HSV(B) | 195.56º | 0.75% | 0.56% | - |
| XYZ | 12.01 | 14.88 | 28.62 | - |
| YUV | 95.27 | 155.5 | 85.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 116 | 144 | 0.75 | 0.19 | 0 | 0.44 | 195.56 | 0.6 | 0.35 |
| Hex | 24 | 74 | 90 | 4B | 13 | 0 | 2C | C4 | 3C | 23 |
| Octal | 44 | 164 | 220 | 113 | 23 | 0 | 54 | 304 | 74 | 43 |
| Binary | 100100 | 1110100 | 10010000 | 1001011 | 10011 | 0 | 101100 | 11000100 | 111100 | 100011 |
Color Harmonies of #247490
Complementary color
Monochromatic Colors of #247490
Black with #247490
Text Example
Text Example
White with #247490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #247490; }
p { color: rgb(36,116,144); }
H1.HeaderClassName
{
color: #247490;
}
.AnyTagClassName
{
color: #247490;
}
</style>
background-color css
<style>
a { background-color: #247490; }
a { background-color: rgb(36,116,144); }
div.DivClassName
{
background-color: #247490;
}
.BgClassName
{
background-color: #247490;
}
</style>
border-color css
<style>
span { border-color: #247490; }
span { border-color: rgb(36,116,144); }
td.TdClassName
{
border-color: #247490;
}
.TagClassName
{
border-color: #247490;
}
</style>