Shades of Astral #246D91
Tints of Astral #246D91
RGB
CMYK
RGB Variations
Color information
#246D91 (or 0x246D91) is known color: Astral. HEX triplet: 24, 6D and 91. RGB value is (36,109,145). Sum of RGB (Red+Green+Blue) = 36+109+145=290 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.41% from 290); Green value is 109 (42.97% from 255 or 37.59% from 290); Blue value is 145 (57.03% from 255 or 50% from 290); Max value from RGB is 145 - color contains mainly: blue. Hex color #246D91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246D91 is #DB926E. Grayscale: #5B5B5B. Windows color (decimal): -14389871 or 9530660. OLE color: 9530660.
HSL color Cylindrical-coordinate representation of color #246D91: hue angle of 199.82º 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 #246D91 is Cyan = 0.75, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 36 | 109 | 145 | - |
| CMYK | 0.75 | 0.25 | 0 | 0.43 |
| HSL | 199.82º | 0.6% | 0.35% | - |
| HSV(B) | 199.82º | 0.75% | 0.57% | - |
| XYZ | 11.31 | 13.36 | 28.77 | - |
| YUV | 91.28 | 158.32 | 88.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 109 | 145 | 0.75 | 0.25 | 0 | 0.43 | 199.82 | 0.6 | 0.35 |
| Hex | 24 | 6D | 91 | 4B | 19 | 0 | 2B | C8 | 3C | 23 |
| Octal | 44 | 155 | 221 | 113 | 31 | 0 | 53 | 310 | 74 | 43 |
| Binary | 100100 | 1101101 | 10010001 | 1001011 | 11001 | 0 | 101011 | 11001000 | 111100 | 100011 |
Color Harmonies of #246D91
Complementary color
Monochromatic Colors of #246D91
Black with #246D91
Text Example
Text Example
White with #246D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #246D91; }
p { color: rgb(36,109,145); }
H1.HeaderClassName
{
color: #246D91;
}
.AnyTagClassName
{
color: #246D91;
}
</style>
background-color css
<style>
a { background-color: #246D91; }
a { background-color: rgb(36,109,145); }
div.DivClassName
{
background-color: #246D91;
}
.BgClassName
{
background-color: #246D91;
}
</style>
border-color css
<style>
span { border-color: #246D91; }
span { border-color: rgb(36,109,145); }
td.TdClassName
{
border-color: #246D91;
}
.TagClassName
{
border-color: #246D91;
}
</style>