Shades of Astral #247690
Tints of Astral #247690
RGB
CMYK
RGB Variations
Color information
#247690 (or 0x247690) is known color: Astral. HEX triplet: 24, 76 and 90. RGB value is (36,118,144). Sum of RGB (Red+Green+Blue) = 36+118+144=298 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12.08% from 298); Green value is 118 (46.48% from 255 or 39.60% from 298); Blue value is 144 (56.64% from 255 or 48.32% from 298); Max value from RGB is 144 - color contains mainly: blue. Hex color #247690 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #247690 is #DB896F. Grayscale: #606060. Windows color (decimal): -14387568 or 9467428. OLE color: 9467428.
HSL color Cylindrical-coordinate representation of color #247690: hue angle of 194.44º 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 #247690 is Cyan = 0.75, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 36 | 118 | 144 | - |
| CMYK | 0.75 | 0.18 | 0 | 0.44 |
| HSL | 194.44º | 0.6% | 0.35% | - |
| HSV(B) | 194.44º | 0.75% | 0.56% | - |
| XYZ | 12.24 | 15.35 | 28.7 | - |
| YUV | 96.45 | 154.83 | 84.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 118 | 144 | 0.75 | 0.18 | 0 | 0.44 | 194.44 | 0.6 | 0.35 |
| Hex | 24 | 76 | 90 | 4B | 12 | 0 | 2C | C2 | 3C | 23 |
| Octal | 44 | 166 | 220 | 113 | 22 | 0 | 54 | 302 | 74 | 43 |
| Binary | 100100 | 1110110 | 10010000 | 1001011 | 10010 | 0 | 101100 | 11000010 | 111100 | 100011 |
Color Harmonies of #247690
Complementary color
Monochromatic Colors of #247690
Black with #247690
Text Example
Text Example
White with #247690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #247690; }
p { color: rgb(36,118,144); }
H1.HeaderClassName
{
color: #247690;
}
.AnyTagClassName
{
color: #247690;
}
</style>
background-color css
<style>
a { background-color: #247690; }
a { background-color: rgb(36,118,144); }
div.DivClassName
{
background-color: #247690;
}
.BgClassName
{
background-color: #247690;
}
</style>
border-color css
<style>
span { border-color: #247690; }
span { border-color: rgb(36,118,144); }
td.TdClassName
{
border-color: #247690;
}
.TagClassName
{
border-color: #247690;
}
</style>