Shades of Astral #246A8F
Tints of Astral #246A8F
RGB
CMYK
RGB Variations
Color information
#246A8F (or 0x246A8F) is known color: Astral. HEX triplet: 24, 6A and 8F. RGB value is (36,106,143). Sum of RGB (Red+Green+Blue) = 36+106+143=285 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.63% from 285); Green value is 106 (41.80% from 255 or 37.19% from 285); Blue value is 143 (56.25% from 255 or 50.18% from 285); Max value from RGB is 143 - color contains mainly: blue. Hex color #246A8F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246A8F is #DB9570. Grayscale: #595959. Windows color (decimal): -14390641 or 9398820. OLE color: 9398820.
HSL color Cylindrical-coordinate representation of color #246A8F: hue angle of 200.75º 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 #246A8F is Cyan = 0.75, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 36 | 106 | 143 | - |
| CMYK | 0.75 | 0.26 | 0 | 0.44 |
| HSL | 200.75º | 0.6% | 0.35% | - |
| HSV(B) | 200.75º | 0.75% | 0.56% | - |
| XYZ | 10.84 | 12.67 | 27.86 | - |
| YUV | 89.29 | 158.31 | 89.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 106 | 143 | 0.75 | 0.26 | 0 | 0.44 | 200.75 | 0.6 | 0.35 |
| Hex | 24 | 6A | 8F | 4B | 1A | 0 | 2C | C9 | 3C | 23 |
| Octal | 44 | 152 | 217 | 113 | 32 | 0 | 54 | 311 | 74 | 43 |
| Binary | 100100 | 1101010 | 10001111 | 1001011 | 11010 | 0 | 101100 | 11001001 | 111100 | 100011 |
Color Harmonies of #246A8F
Complementary color
Monochromatic Colors of #246A8F
Black with #246A8F
Text Example
Text Example
White with #246A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #246A8F; }
p { color: rgb(36,106,143); }
H1.HeaderClassName
{
color: #246A8F;
}
.AnyTagClassName
{
color: #246A8F;
}
</style>
background-color css
<style>
a { background-color: #246A8F; }
a { background-color: rgb(36,106,143); }
div.DivClassName
{
background-color: #246A8F;
}
.BgClassName
{
background-color: #246A8F;
}
</style>
border-color css
<style>
span { border-color: #246A8F; }
span { border-color: rgb(36,106,143); }
td.TdClassName
{
border-color: #246A8F;
}
.TagClassName
{
border-color: #246A8F;
}
</style>