Shades of Astral #247A90
Tints of Astral #247A90
RGB
CMYK
RGB Variations
Color information
#247A90 (or 0x247A90) is known color: Astral. HEX triplet: 24, 7A and 90. RGB value is (36,122,144). Sum of RGB (Red+Green+Blue) = 36+122+144=302 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.92% from 302); Green value is 122 (48.05% from 255 or 40.40% from 302); Blue value is 144 (56.64% from 255 or 47.68% from 302); Max value from RGB is 144 - color contains mainly: blue. Hex color #247A90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #247A90 is #DB856F. Grayscale: #626262. Windows color (decimal): -14386544 or 9468452. OLE color: 9468452.
HSL color Cylindrical-coordinate representation of color #247A90: hue angle of 192.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 #247A90 is Cyan = 0.75, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 36 | 122 | 144 | - |
| CMYK | 0.75 | 0.15 | 0 | 0.44 |
| HSL | 192.22º | 0.6% | 0.35% | - |
| HSV(B) | 192.22º | 0.75% | 0.56% | - |
| XYZ | 12.72 | 16.31 | 28.86 | - |
| YUV | 98.79 | 153.51 | 83.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 122 | 144 | 0.75 | 0.15 | 0 | 0.44 | 192.22 | 0.6 | 0.35 |
| Hex | 24 | 7A | 90 | 4B | F | 0 | 2C | C0 | 3C | 23 |
| Octal | 44 | 172 | 220 | 113 | 17 | 0 | 54 | 300 | 74 | 43 |
| Binary | 100100 | 1111010 | 10010000 | 1001011 | 1111 | 0 | 101100 | 11000000 | 111100 | 100011 |
Color Harmonies of #247A90
Complementary color
Monochromatic Colors of #247A90
Black with #247A90
Text Example
Text Example
White with #247A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #247A90; }
p { color: rgb(36,122,144); }
H1.HeaderClassName
{
color: #247A90;
}
.AnyTagClassName
{
color: #247A90;
}
</style>
background-color css
<style>
a { background-color: #247A90; }
a { background-color: rgb(36,122,144); }
div.DivClassName
{
background-color: #247A90;
}
.BgClassName
{
background-color: #247A90;
}
</style>
border-color css
<style>
span { border-color: #247A90; }
span { border-color: rgb(36,122,144); }
td.TdClassName
{
border-color: #247A90;
}
.TagClassName
{
border-color: #247A90;
}
</style>