Shades of Astral #247694
Tints of Astral #247694
RGB
CMYK
RGB Variations
Color information
#247694 (or 0x247694) is known color: Astral. HEX triplet: 24, 76 and 94. RGB value is (36,118,148). Sum of RGB (Red+Green+Blue) = 36+118+148=302 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.92% from 302); Green value is 118 (46.48% from 255 or 39.07% from 302); Blue value is 148 (58.20% from 255 or 49.01% from 302); Max value from RGB is 148 - color contains mainly: blue. Hex color #247694 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #247694 is #DB896B. Grayscale: #606060. Windows color (decimal): -14387564 or 9729572. OLE color: 9729572.
HSL color Cylindrical-coordinate representation of color #247694: hue angle of 196.07º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #247694 is Cyan = 0.76, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 36 | 118 | 148 | - |
| CMYK | 0.76 | 0.20 | 0 | 0.42 |
| HSL | 196.07º | 0.61% | 0.36% | - |
| HSV(B) | 196.07º | 0.76% | 0.58% | - |
| XYZ | 12.55 | 15.47 | 30.34 | - |
| YUV | 96.9 | 156.83 | 84.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 118 | 148 | 0.76 | 0.20 | 0 | 0.42 | 196.07 | 0.61 | 0.36 |
| Hex | 24 | 76 | 94 | 4C | 14 | 0 | 2A | C4 | 3D | 24 |
| Octal | 44 | 166 | 224 | 114 | 24 | 0 | 52 | 304 | 75 | 44 |
| Binary | 100100 | 1110110 | 10010100 | 1001100 | 10100 | 0 | 101010 | 11000100 | 111101 | 100100 |
Color Harmonies of #247694
Complementary color
Monochromatic Colors of #247694
Black with #247694
Text Example
Text Example
White with #247694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #247694; }
p { color: rgb(36,118,148); }
H1.HeaderClassName
{
color: #247694;
}
.AnyTagClassName
{
color: #247694;
}
</style>
background-color css
<style>
a { background-color: #247694; }
a { background-color: rgb(36,118,148); }
div.DivClassName
{
background-color: #247694;
}
.BgClassName
{
background-color: #247694;
}
</style>
border-color css
<style>
span { border-color: #247694; }
span { border-color: rgb(36,118,148); }
td.TdClassName
{
border-color: #247694;
}
.TagClassName
{
border-color: #247694;
}
</style>