Shades of Astral #246C91
Tints of Astral #246C91
RGB
CMYK
RGB Variations
Color information
#246C91 (or 0x246C91) is known color: Astral. HEX triplet: 24, 6C and 91. RGB value is (36,108,145). Sum of RGB (Red+Green+Blue) = 36+108+145=289 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.46% from 289); Green value is 108 (42.58% from 255 or 37.37% from 289); Blue value is 145 (57.03% from 255 or 50.17% from 289); Max value from RGB is 145 - color contains mainly: blue. Hex color #246C91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246C91 is #DB936E. Grayscale: #5A5A5A. Windows color (decimal): -14390127 or 9530404. OLE color: 9530404.
HSL color Cylindrical-coordinate representation of color #246C91: hue angle of 200.37º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #246C91 is Cyan = 0.75, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 36 | 108 | 145 | - |
| CMYK | 0.75 | 0.26 | 0 | 0.43 |
| HSL | 200.37º | 0.6% | 0.35% | - |
| HSV(B) | 200.37º | 0.75% | 0.57% | - |
| XYZ | 11.2 | 13.14 | 28.73 | - |
| YUV | 90.69 | 158.65 | 88.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 108 | 145 | 0.75 | 0.26 | 0 | 0.43 | 200.37 | 0.6 | 0.35 |
| Hex | 24 | 6C | 91 | 4B | 1A | 0 | 2B | C8 | 3C | 23 |
| Octal | 44 | 154 | 221 | 113 | 32 | 0 | 53 | 310 | 74 | 43 |
| Binary | 100100 | 1101100 | 10010001 | 1001011 | 11010 | 0 | 101011 | 11001000 | 111100 | 100011 |
Color Harmonies of #246C91
Complementary color
Monochromatic Colors of #246C91
Black with #246C91
Text Example
Text Example
White with #246C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #246C91; }
p { color: rgb(36,108,145); }
H1.HeaderClassName
{
color: #246C91;
}
.AnyTagClassName
{
color: #246C91;
}
</style>
background-color css
<style>
a { background-color: #246C91; }
a { background-color: rgb(36,108,145); }
div.DivClassName
{
background-color: #246C91;
}
.BgClassName
{
background-color: #246C91;
}
</style>
border-color css
<style>
span { border-color: #246C91; }
span { border-color: rgb(36,108,145); }
td.TdClassName
{
border-color: #246C91;
}
.TagClassName
{
border-color: #246C91;
}
</style>