Shades of Astral #247093
Tints of Astral #247093
RGB
CMYK
RGB Variations
Color information
#247093 (or 0x247093) is known color: Astral. HEX triplet: 24, 70 and 93. RGB value is (36,112,147). Sum of RGB (Red+Green+Blue) = 36+112+147=295 (39% of max value = 765). Red value is 36 (14.45% from 255 or 12.20% from 295); Green value is 112 (44.14% from 255 or 37.97% from 295); Blue value is 147 (57.81% from 255 or 49.83% from 295); Max value from RGB is 147 - color contains mainly: blue. Hex color #247093 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #247093 is #DB8F6C. Grayscale: #5D5D5D. Windows color (decimal): -14389101 or 9662500. OLE color: 9662500.
HSL color Cylindrical-coordinate representation of color #247093: hue angle of 198.92º 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 #247093 is Cyan = 0.76, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 36 | 112 | 147 | - |
| CMYK | 0.76 | 0.24 | 0 | 0.42 |
| HSL | 198.92º | 0.61% | 0.36% | - |
| HSV(B) | 198.92º | 0.76% | 0.58% | - |
| XYZ | 11.79 | 14.07 | 29.7 | - |
| YUV | 93.27 | 158.32 | 87.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 112 | 147 | 0.76 | 0.24 | 0 | 0.42 | 198.92 | 0.61 | 0.36 |
| Hex | 24 | 70 | 93 | 4C | 18 | 0 | 2A | C7 | 3D | 24 |
| Octal | 44 | 160 | 223 | 114 | 30 | 0 | 52 | 307 | 75 | 44 |
| Binary | 100100 | 1110000 | 10010011 | 1001100 | 11000 | 0 | 101010 | 11000111 | 111101 | 100100 |
Color Harmonies of #247093
Complementary color
Monochromatic Colors of #247093
Black with #247093
Text Example
Text Example
White with #247093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #247093; }
p { color: rgb(36,112,147); }
H1.HeaderClassName
{
color: #247093;
}
.AnyTagClassName
{
color: #247093;
}
</style>
background-color css
<style>
a { background-color: #247093; }
a { background-color: rgb(36,112,147); }
div.DivClassName
{
background-color: #247093;
}
.BgClassName
{
background-color: #247093;
}
</style>
border-color css
<style>
span { border-color: #247093; }
span { border-color: rgb(36,112,147); }
td.TdClassName
{
border-color: #247093;
}
.TagClassName
{
border-color: #247093;
}
</style>