Shades of Astral #247392
Tints of Astral #247392
RGB
CMYK
RGB Variations
Color information
#247392 (or 0x247392) is known color: Astral. HEX triplet: 24, 73 and 92. RGB value is (36,115,146). Sum of RGB (Red+Green+Blue) = 36+115+146=297 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12.12% from 297); Green value is 115 (45.31% from 255 or 38.72% from 297); Blue value is 146 (57.42% from 255 or 49.16% from 297); Max value from RGB is 146 - color contains mainly: blue. Hex color #247392 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #247392 is #DB8C6D. Grayscale: #5E5E5E. Windows color (decimal): -14388334 or 9597732. OLE color: 9597732.
HSL color Cylindrical-coordinate representation of color #247392: hue angle of 196.91º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #247392 is Cyan = 0.75, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 36 | 115 | 146 | - |
| CMYK | 0.75 | 0.21 | 0 | 0.43 |
| HSL | 196.91º | 0.6% | 0.36% | - |
| HSV(B) | 196.91º | 0.75% | 0.57% | - |
| XYZ | 12.05 | 14.71 | 29.4 | - |
| YUV | 94.91 | 156.83 | 85.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 115 | 146 | 0.75 | 0.21 | 0 | 0.43 | 196.91 | 0.6 | 0.36 |
| Hex | 24 | 73 | 92 | 4B | 15 | 0 | 2B | C5 | 3C | 24 |
| Octal | 44 | 163 | 222 | 113 | 25 | 0 | 53 | 305 | 74 | 44 |
| Binary | 100100 | 1110011 | 10010010 | 1001011 | 10101 | 0 | 101011 | 11000101 | 111100 | 100100 |
Color Harmonies of #247392
Complementary color
Monochromatic Colors of #247392
Black with #247392
Text Example
Text Example
White with #247392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #247392; }
p { color: rgb(36,115,146); }
H1.HeaderClassName
{
color: #247392;
}
.AnyTagClassName
{
color: #247392;
}
</style>
background-color css
<style>
a { background-color: #247392; }
a { background-color: rgb(36,115,146); }
div.DivClassName
{
background-color: #247392;
}
.BgClassName
{
background-color: #247392;
}
</style>
border-color css
<style>
span { border-color: #247392; }
span { border-color: rgb(36,115,146); }
td.TdClassName
{
border-color: #247392;
}
.TagClassName
{
border-color: #247392;
}
</style>