Shades of Astral #247191
Tints of Astral #247191
RGB
CMYK
RGB Variations
Color information
#247191 (or 0x247191) is known color: Astral. HEX triplet: 24, 71 and 91. RGB value is (36,113,145). Sum of RGB (Red+Green+Blue) = 36+113+145=294 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.24% from 294); Green value is 113 (44.53% from 255 or 38.44% from 294); Blue value is 145 (57.03% from 255 or 49.32% from 294); Max value from RGB is 145 - color contains mainly: blue. Hex color #247191 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #247191 is #DB8E6E. Grayscale: #5D5D5D. Windows color (decimal): -14388847 or 9531684. OLE color: 9531684.
HSL color Cylindrical-coordinate representation of color #247191: hue angle of 197.61º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #247191 is Cyan = 0.75, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 36 | 113 | 145 | - |
| CMYK | 0.75 | 0.22 | 0 | 0.43 |
| HSL | 197.61º | 0.6% | 0.35% | - |
| HSV(B) | 197.61º | 0.75% | 0.57% | - |
| XYZ | 11.74 | 14.23 | 28.92 | - |
| YUV | 93.63 | 156.99 | 86.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 113 | 145 | 0.75 | 0.22 | 0 | 0.43 | 197.61 | 0.6 | 0.35 |
| Hex | 24 | 71 | 91 | 4B | 16 | 0 | 2B | C6 | 3C | 23 |
| Octal | 44 | 161 | 221 | 113 | 26 | 0 | 53 | 306 | 74 | 43 |
| Binary | 100100 | 1110001 | 10010001 | 1001011 | 10110 | 0 | 101011 | 11000110 | 111100 | 100011 |
Color Harmonies of #247191
Complementary color
Monochromatic Colors of #247191
Black with #247191
Text Example
Text Example
White with #247191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #247191; }
p { color: rgb(36,113,145); }
H1.HeaderClassName
{
color: #247191;
}
.AnyTagClassName
{
color: #247191;
}
</style>
background-color css
<style>
a { background-color: #247191; }
a { background-color: rgb(36,113,145); }
div.DivClassName
{
background-color: #247191;
}
.BgClassName
{
background-color: #247191;
}
</style>
border-color css
<style>
span { border-color: #247191; }
span { border-color: rgb(36,113,145); }
td.TdClassName
{
border-color: #247191;
}
.TagClassName
{
border-color: #247191;
}
</style>