Shades of Astral #247A95
Tints of Astral #247A95
RGB
CMYK
RGB Variations
Color information
#247A95 (or 0x247A95) is known color: Astral. HEX triplet: 24, 7A and 95. RGB value is (36,122,149). Sum of RGB (Red+Green+Blue) = 36+122+149=307 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.73% from 307); Green value is 122 (48.05% from 255 or 39.74% from 307); Blue value is 149 (58.59% from 255 or 48.53% from 307); Max value from RGB is 149 - color contains mainly: blue. Hex color #247A95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #247A95 is #DB856A. Grayscale: #636363. Windows color (decimal): -14386539 or 9796132. OLE color: 9796132.
HSL color Cylindrical-coordinate representation of color #247A95: hue angle of 194.34º 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 #247A95 is Cyan = 0.76, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 36 | 122 | 149 | - |
| CMYK | 0.76 | 0.18 | 0 | 0.42 |
| HSL | 194.34º | 0.61% | 0.36% | - |
| HSV(B) | 194.34º | 0.76% | 0.58% | - |
| XYZ | 13.11 | 16.46 | 30.92 | - |
| YUV | 99.36 | 156.01 | 82.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 122 | 149 | 0.76 | 0.18 | 0 | 0.42 | 194.34 | 0.61 | 0.36 |
| Hex | 24 | 7A | 95 | 4C | 12 | 0 | 2A | C2 | 3D | 24 |
| Octal | 44 | 172 | 225 | 114 | 22 | 0 | 52 | 302 | 75 | 44 |
| Binary | 100100 | 1111010 | 10010101 | 1001100 | 10010 | 0 | 101010 | 11000010 | 111101 | 100100 |
Color Harmonies of #247A95
Complementary color
Monochromatic Colors of #247A95
Black with #247A95
Text Example
Text Example
White with #247A95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #247A95; }
p { color: rgb(36,122,149); }
H1.HeaderClassName
{
color: #247A95;
}
.AnyTagClassName
{
color: #247A95;
}
</style>
background-color css
<style>
a { background-color: #247A95; }
a { background-color: rgb(36,122,149); }
div.DivClassName
{
background-color: #247A95;
}
.BgClassName
{
background-color: #247A95;
}
</style>
border-color css
<style>
span { border-color: #247A95; }
span { border-color: rgb(36,122,149); }
td.TdClassName
{
border-color: #247A95;
}
.TagClassName
{
border-color: #247A95;
}
</style>