Shades of Astral #246F91
Tints of Astral #246F91
RGB
CMYK
RGB Variations
Color information
#246F91 (or 0x246F91) is known color: Astral. HEX triplet: 24, 6F and 91. RGB value is (36,111,145). Sum of RGB (Red+Green+Blue) = 36+111+145=292 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.33% from 292); Green value is 111 (43.75% from 255 or 38.01% from 292); Blue value is 145 (57.03% from 255 or 49.66% from 292); Max value from RGB is 145 - color contains mainly: blue. Hex color #246F91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246F91 is #DB906E. Grayscale: #5C5C5C. Windows color (decimal): -14389359 or 9531172. OLE color: 9531172.
HSL color Cylindrical-coordinate representation of color #246F91: hue angle of 198.72º 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 #246F91 is Cyan = 0.75, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 36 | 111 | 145 | - |
| CMYK | 0.75 | 0.23 | 0 | 0.43 |
| HSL | 198.72º | 0.6% | 0.35% | - |
| HSV(B) | 198.72º | 0.75% | 0.57% | - |
| XYZ | 11.52 | 13.79 | 28.84 | - |
| YUV | 92.45 | 157.65 | 87.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 111 | 145 | 0.75 | 0.23 | 0 | 0.43 | 198.72 | 0.6 | 0.35 |
| Hex | 24 | 6F | 91 | 4B | 17 | 0 | 2B | C7 | 3C | 23 |
| Octal | 44 | 157 | 221 | 113 | 27 | 0 | 53 | 307 | 74 | 43 |
| Binary | 100100 | 1101111 | 10010001 | 1001011 | 10111 | 0 | 101011 | 11000111 | 111100 | 100011 |
Color Harmonies of #246F91
Complementary color
Monochromatic Colors of #246F91
Black with #246F91
Text Example
Text Example
White with #246F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #246F91; }
p { color: rgb(36,111,145); }
H1.HeaderClassName
{
color: #246F91;
}
.AnyTagClassName
{
color: #246F91;
}
</style>
background-color css
<style>
a { background-color: #246F91; }
a { background-color: rgb(36,111,145); }
div.DivClassName
{
background-color: #246F91;
}
.BgClassName
{
background-color: #246F91;
}
</style>
border-color css
<style>
span { border-color: #246F91; }
span { border-color: rgb(36,111,145); }
td.TdClassName
{
border-color: #246F91;
}
.TagClassName
{
border-color: #246F91;
}
</style>