Shades of Astral #247990
Tints of Astral #247990
RGB
CMYK
RGB Variations
Color information
#247990 (or 0x247990) is known color: Astral. HEX triplet: 24, 79 and 90. RGB value is (36,121,144). Sum of RGB (Red+Green+Blue) = 36+121+144=301 (39% of max value = 765). Red value is 36 (14.45% from 255 or 11.96% from 301); Green value is 121 (47.66% from 255 or 40.20% from 301); Blue value is 144 (56.64% from 255 or 47.84% from 301); Max value from RGB is 144 - color contains mainly: blue. Hex color #247990 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #247990 is #DB866F. Grayscale: #626262. Windows color (decimal): -14386800 or 9468196. OLE color: 9468196.
HSL color Cylindrical-coordinate representation of color #247990: hue angle of 192.78º 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 #247990 is Cyan = 0.75, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 36 | 121 | 144 | - |
| CMYK | 0.75 | 0.16 | 0 | 0.44 |
| HSL | 192.78º | 0.6% | 0.35% | - |
| HSV(B) | 192.78º | 0.75% | 0.56% | - |
| XYZ | 12.6 | 16.06 | 28.82 | - |
| YUV | 98.21 | 153.84 | 83.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 121 | 144 | 0.75 | 0.16 | 0 | 0.44 | 192.78 | 0.6 | 0.35 |
| Hex | 24 | 79 | 90 | 4B | 10 | 0 | 2C | C1 | 3C | 23 |
| Octal | 44 | 171 | 220 | 113 | 20 | 0 | 54 | 301 | 74 | 43 |
| Binary | 100100 | 1111001 | 10010000 | 1001011 | 10000 | 0 | 101100 | 11000001 | 111100 | 100011 |
Color Harmonies of #247990
Complementary color
Monochromatic Colors of #247990
Black with #247990
Text Example
Text Example
White with #247990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #247990; }
p { color: rgb(36,121,144); }
H1.HeaderClassName
{
color: #247990;
}
.AnyTagClassName
{
color: #247990;
}
</style>
background-color css
<style>
a { background-color: #247990; }
a { background-color: rgb(36,121,144); }
div.DivClassName
{
background-color: #247990;
}
.BgClassName
{
background-color: #247990;
}
</style>
border-color css
<style>
span { border-color: #247990; }
span { border-color: rgb(36,121,144); }
td.TdClassName
{
border-color: #247990;
}
.TagClassName
{
border-color: #247990;
}
</style>