Shades of Astral #247B92
Tints of Astral #247B92
RGB
CMYK
RGB Variations
Color information
#247B92 (or 0x247B92) is known color: Astral. HEX triplet: 24, 7B and 92. RGB value is (36,123,146). Sum of RGB (Red+Green+Blue) = 36+123+146=305 (40% of max value = 765). Red value is 36 (14.45% from 255 or 11.80% from 305); Green value is 123 (48.44% from 255 or 40.33% from 305); Blue value is 146 (57.42% from 255 or 47.87% from 305); Max value from RGB is 146 - color contains mainly: blue. Hex color #247B92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #247B92 is #DB846D. Grayscale: #636363. Windows color (decimal): -14386286 or 9599780. OLE color: 9599780.
HSL color Cylindrical-coordinate representation of color #247B92: hue angle of 192.55º 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 #247B92 is Cyan = 0.75, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 36 | 123 | 146 | - |
| CMYK | 0.75 | 0.16 | 0 | 0.43 |
| HSL | 192.55º | 0.6% | 0.36% | - |
| HSV(B) | 192.55º | 0.75% | 0.57% | - |
| XYZ | 13 | 16.62 | 29.72 | - |
| YUV | 99.61 | 154.18 | 82.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 123 | 146 | 0.75 | 0.16 | 0 | 0.43 | 192.55 | 0.6 | 0.36 |
| Hex | 24 | 7B | 92 | 4B | 10 | 0 | 2B | C1 | 3C | 24 |
| Octal | 44 | 173 | 222 | 113 | 20 | 0 | 53 | 301 | 74 | 44 |
| Binary | 100100 | 1111011 | 10010010 | 1001011 | 10000 | 0 | 101011 | 11000001 | 111100 | 100100 |
Color Harmonies of #247B92
Complementary color
Monochromatic Colors of #247B92
Black with #247B92
Text Example
Text Example
White with #247B92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #247B92; }
p { color: rgb(36,123,146); }
H1.HeaderClassName
{
color: #247B92;
}
.AnyTagClassName
{
color: #247B92;
}
</style>
background-color css
<style>
a { background-color: #247B92; }
a { background-color: rgb(36,123,146); }
div.DivClassName
{
background-color: #247B92;
}
.BgClassName
{
background-color: #247B92;
}
</style>
border-color css
<style>
span { border-color: #247B92; }
span { border-color: rgb(36,123,146); }
td.TdClassName
{
border-color: #247B92;
}
.TagClassName
{
border-color: #247B92;
}
</style>