Shades of Astral #247290
Tints of Astral #247290
RGB
CMYK
RGB Variations
Color information
#247290 (or 0x247290) is known color: Astral. HEX triplet: 24, 72 and 90. RGB value is (36,114,144). Sum of RGB (Red+Green+Blue) = 36+114+144=294 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.24% from 294); Green value is 114 (44.92% from 255 or 38.78% from 294); Blue value is 144 (56.64% from 255 or 48.98% from 294); Max value from RGB is 144 - color contains mainly: blue. Hex color #247290 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #247290 is #DB8D6F. Grayscale: #5D5D5D. Windows color (decimal): -14388592 or 9466404. OLE color: 9466404.
HSL color Cylindrical-coordinate representation of color #247290: hue angle of 196.67º 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 #247290 is Cyan = 0.75, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 36 | 114 | 144 | - |
| CMYK | 0.75 | 0.21 | 0 | 0.44 |
| HSL | 196.67º | 0.6% | 0.35% | - |
| HSV(B) | 196.67º | 0.75% | 0.56% | - |
| XYZ | 11.78 | 14.42 | 28.55 | - |
| YUV | 94.1 | 156.16 | 86.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 114 | 144 | 0.75 | 0.21 | 0 | 0.44 | 196.67 | 0.6 | 0.35 |
| Hex | 24 | 72 | 90 | 4B | 15 | 0 | 2C | C5 | 3C | 23 |
| Octal | 44 | 162 | 220 | 113 | 25 | 0 | 54 | 305 | 74 | 43 |
| Binary | 100100 | 1110010 | 10010000 | 1001011 | 10101 | 0 | 101100 | 11000101 | 111100 | 100011 |
Color Harmonies of #247290
Complementary color
Monochromatic Colors of #247290
Black with #247290
Text Example
Text Example
White with #247290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #247290; }
p { color: rgb(36,114,144); }
H1.HeaderClassName
{
color: #247290;
}
.AnyTagClassName
{
color: #247290;
}
</style>
background-color css
<style>
a { background-color: #247290; }
a { background-color: rgb(36,114,144); }
div.DivClassName
{
background-color: #247290;
}
.BgClassName
{
background-color: #247290;
}
</style>
border-color css
<style>
span { border-color: #247290; }
span { border-color: rgb(36,114,144); }
td.TdClassName
{
border-color: #247290;
}
.TagClassName
{
border-color: #247290;
}
</style>