Shades of Astral #246B90
Tints of Astral #246B90
RGB
CMYK
RGB Variations
Color information
#246B90 (or 0x246B90) is known color: Astral. HEX triplet: 24, 6B and 90. RGB value is (36,107,144). Sum of RGB (Red+Green+Blue) = 36+107+144=287 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.54% from 287); Green value is 107 (42.19% from 255 or 37.28% from 287); Blue value is 144 (56.64% from 255 or 50.17% from 287); Max value from RGB is 144 - color contains mainly: blue. Hex color #246B90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246B90 is #DB946F. Grayscale: #595959. Windows color (decimal): -14390384 or 9464612. OLE color: 9464612.
HSL color Cylindrical-coordinate representation of color #246B90: hue angle of 200.56º 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 #246B90 is Cyan = 0.75, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 36 | 107 | 144 | - |
| CMYK | 0.75 | 0.26 | 0 | 0.44 |
| HSL | 200.56º | 0.6% | 0.35% | - |
| HSV(B) | 200.56º | 0.75% | 0.56% | - |
| XYZ | 11.02 | 12.9 | 28.3 | - |
| YUV | 89.99 | 158.48 | 89.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 107 | 144 | 0.75 | 0.26 | 0 | 0.44 | 200.56 | 0.6 | 0.35 |
| Hex | 24 | 6B | 90 | 4B | 1A | 0 | 2C | C9 | 3C | 23 |
| Octal | 44 | 153 | 220 | 113 | 32 | 0 | 54 | 311 | 74 | 43 |
| Binary | 100100 | 1101011 | 10010000 | 1001011 | 11010 | 0 | 101100 | 11001001 | 111100 | 100011 |
Color Harmonies of #246B90
Complementary color
Monochromatic Colors of #246B90
Black with #246B90
Text Example
Text Example
White with #246B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #246B90; }
p { color: rgb(36,107,144); }
H1.HeaderClassName
{
color: #246B90;
}
.AnyTagClassName
{
color: #246B90;
}
</style>
background-color css
<style>
a { background-color: #246B90; }
a { background-color: rgb(36,107,144); }
div.DivClassName
{
background-color: #246B90;
}
.BgClassName
{
background-color: #246B90;
}
</style>
border-color css
<style>
span { border-color: #246B90; }
span { border-color: rgb(36,107,144); }
td.TdClassName
{
border-color: #246B90;
}
.TagClassName
{
border-color: #246B90;
}
</style>