Shades of Astral #246F8E
Tints of Astral #246F8E
RGB
CMYK
RGB Variations
Color information
#246F8E (or 0x246F8E) is known color: Astral. HEX triplet: 24, 6F and 8E. RGB value is (36,111,142). Sum of RGB (Red+Green+Blue) = 36+111+142=289 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.46% from 289); Green value is 111 (43.75% from 255 or 38.41% from 289); Blue value is 142 (55.86% from 255 or 49.13% from 289); Max value from RGB is 142 - color contains mainly: blue. Hex color #246F8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246F8E is #DB9071. Grayscale: #5B5B5B. Windows color (decimal): -14389362 or 9334564. OLE color: 9334564.
HSL color Cylindrical-coordinate representation of color #246F8E: hue angle of 197.55º 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 #246F8E is Cyan = 0.75, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 36 | 111 | 142 | - |
| CMYK | 0.75 | 0.22 | 0 | 0.44 |
| HSL | 197.55º | 0.6% | 0.35% | - |
| HSV(B) | 197.55º | 0.75% | 0.56% | - |
| XYZ | 11.29 | 13.7 | 27.64 | - |
| YUV | 92.11 | 156.15 | 87.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 111 | 142 | 0.75 | 0.22 | 0 | 0.44 | 197.55 | 0.6 | 0.35 |
| Hex | 24 | 6F | 8E | 4B | 16 | 0 | 2C | C6 | 3C | 23 |
| Octal | 44 | 157 | 216 | 113 | 26 | 0 | 54 | 306 | 74 | 43 |
| Binary | 100100 | 1101111 | 10001110 | 1001011 | 10110 | 0 | 101100 | 11000110 | 111100 | 100011 |
Color Harmonies of #246F8E
Complementary color
Monochromatic Colors of #246F8E
Black with #246F8E
Text Example
Text Example
White with #246F8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #246F8E; }
p { color: rgb(36,111,142); }
H1.HeaderClassName
{
color: #246F8E;
}
.AnyTagClassName
{
color: #246F8E;
}
</style>
background-color css
<style>
a { background-color: #246F8E; }
a { background-color: rgb(36,111,142); }
div.DivClassName
{
background-color: #246F8E;
}
.BgClassName
{
background-color: #246F8E;
}
</style>
border-color css
<style>
span { border-color: #246F8E; }
span { border-color: rgb(36,111,142); }
td.TdClassName
{
border-color: #246F8E;
}
.TagClassName
{
border-color: #246F8E;
}
</style>