Shades of Astral #246E8F
Tints of Astral #246E8F
RGB
CMYK
RGB Variations
Color information
#246E8F (or 0x246E8F) is known color: Astral. HEX triplet: 24, 6E and 8F. RGB value is (36,110,143). Sum of RGB (Red+Green+Blue) = 36+110+143=289 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.46% from 289); Green value is 110 (43.36% from 255 or 38.06% from 289); Blue value is 143 (56.25% from 255 or 49.48% from 289); Max value from RGB is 143 - color contains mainly: blue. Hex color #246E8F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246E8F is #DB9170. Grayscale: #5B5B5B. Windows color (decimal): -14389617 or 9399844. OLE color: 9399844.
HSL color Cylindrical-coordinate representation of color #246E8F: hue angle of 198.5º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #246E8F is Cyan = 0.75, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 36 | 110 | 143 | - |
| CMYK | 0.75 | 0.23 | 0 | 0.44 |
| HSL | 198.5º | 0.6% | 0.35% | - |
| HSV(B) | 198.5º | 0.75% | 0.56% | - |
| XYZ | 11.26 | 13.51 | 28 | - |
| YUV | 91.64 | 156.98 | 88.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 110 | 143 | 0.75 | 0.23 | 0 | 0.44 | 198.5 | 0.6 | 0.35 |
| Hex | 24 | 6E | 8F | 4B | 17 | 0 | 2C | C7 | 3C | 23 |
| Octal | 44 | 156 | 217 | 113 | 27 | 0 | 54 | 307 | 74 | 43 |
| Binary | 100100 | 1101110 | 10001111 | 1001011 | 10111 | 0 | 101100 | 11000111 | 111100 | 100011 |
Color Harmonies of #246E8F
Complementary color
Monochromatic Colors of #246E8F
Black with #246E8F
Text Example
Text Example
White with #246E8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #246E8F; }
p { color: rgb(36,110,143); }
H1.HeaderClassName
{
color: #246E8F;
}
.AnyTagClassName
{
color: #246E8F;
}
</style>
background-color css
<style>
a { background-color: #246E8F; }
a { background-color: rgb(36,110,143); }
div.DivClassName
{
background-color: #246E8F;
}
.BgClassName
{
background-color: #246E8F;
}
</style>
border-color css
<style>
span { border-color: #246E8F; }
span { border-color: rgb(36,110,143); }
td.TdClassName
{
border-color: #246E8F;
}
.TagClassName
{
border-color: #246E8F;
}
</style>