Shades of Astral #246990
Tints of Astral #246990
RGB
CMYK
RGB Variations
Color information
#246990 (or 0x246990) is known color: Astral. HEX triplet: 24, 69 and 90. RGB value is (36,105,144). Sum of RGB (Red+Green+Blue) = 36+105+144=285 (37% of max value = 765). Red value is 36 (14.45% from 255 or 12.63% from 285); Green value is 105 (41.41% from 255 or 36.84% from 285); Blue value is 144 (56.64% from 255 or 50.53% from 285); Max value from RGB is 144 - color contains mainly: blue. Hex color #246990 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246990 is #DB966F. Grayscale: #585858. Windows color (decimal): -14390896 or 9464100. OLE color: 9464100.
HSL color Cylindrical-coordinate representation of color #246990: hue angle of 201.67º 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 #246990 is Cyan = 0.75, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 36 | 105 | 144 | - |
| CMYK | 0.75 | 0.27 | 0 | 0.44 |
| HSL | 201.67º | 0.6% | 0.35% | - |
| HSV(B) | 201.67º | 0.75% | 0.56% | - |
| XYZ | 10.81 | 12.49 | 28.23 | - |
| YUV | 88.82 | 159.14 | 90.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 105 | 144 | 0.75 | 0.27 | 0 | 0.44 | 201.67 | 0.6 | 0.35 |
| Hex | 24 | 69 | 90 | 4B | 1B | 0 | 2C | CA | 3C | 23 |
| Octal | 44 | 151 | 220 | 113 | 33 | 0 | 54 | 312 | 74 | 43 |
| Binary | 100100 | 1101001 | 10010000 | 1001011 | 11011 | 0 | 101100 | 11001010 | 111100 | 100011 |
Color Harmonies of #246990
Complementary color
Monochromatic Colors of #246990
Black with #246990
Text Example
Text Example
White with #246990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #246990; }
p { color: rgb(36,105,144); }
H1.HeaderClassName
{
color: #246990;
}
.AnyTagClassName
{
color: #246990;
}
</style>
background-color css
<style>
a { background-color: #246990; }
a { background-color: rgb(36,105,144); }
div.DivClassName
{
background-color: #246990;
}
.BgClassName
{
background-color: #246990;
}
</style>
border-color css
<style>
span { border-color: #246990; }
span { border-color: rgb(36,105,144); }
td.TdClassName
{
border-color: #246990;
}
.TagClassName
{
border-color: #246990;
}
</style>