Shades of Astral #246F90
Tints of Astral #246F90
RGB
CMYK
RGB Variations
Color information
#246F90 (or 0x246F90) is known color: Astral. HEX triplet: 24, 6F and 90. RGB value is (36,111,144). Sum of RGB (Red+Green+Blue) = 36+111+144=291 (38% of max value = 765). Red value is 36 (14.45% from 255 or 12.37% from 291); Green value is 111 (43.75% from 255 or 38.14% from 291); Blue value is 144 (56.64% from 255 or 49.48% from 291); Max value from RGB is 144 - color contains mainly: blue. Hex color #246F90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #246F90 is #DB906F. Grayscale: #5C5C5C. Windows color (decimal): -14389360 or 9465636. OLE color: 9465636.
HSL color Cylindrical-coordinate representation of color #246F90: hue angle of 198.33º 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 #246F90 is Cyan = 0.75, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 36 | 111 | 144 | - |
| CMYK | 0.75 | 0.23 | 0 | 0.44 |
| HSL | 198.33º | 0.6% | 0.35% | - |
| HSV(B) | 198.33º | 0.75% | 0.56% | - |
| XYZ | 11.45 | 13.76 | 28.44 | - |
| YUV | 92.34 | 157.15 | 87.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 111 | 144 | 0.75 | 0.23 | 0 | 0.44 | 198.33 | 0.6 | 0.35 |
| Hex | 24 | 6F | 90 | 4B | 17 | 0 | 2C | C6 | 3C | 23 |
| Octal | 44 | 157 | 220 | 113 | 27 | 0 | 54 | 306 | 74 | 43 |
| Binary | 100100 | 1101111 | 10010000 | 1001011 | 10111 | 0 | 101100 | 11000110 | 111100 | 100011 |
Color Harmonies of #246F90
Complementary color
Monochromatic Colors of #246F90
Black with #246F90
Text Example
Text Example
White with #246F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #246F90; }
p { color: rgb(36,111,144); }
H1.HeaderClassName
{
color: #246F90;
}
.AnyTagClassName
{
color: #246F90;
}
</style>
background-color css
<style>
a { background-color: #246F90; }
a { background-color: rgb(36,111,144); }
div.DivClassName
{
background-color: #246F90;
}
.BgClassName
{
background-color: #246F90;
}
</style>
border-color css
<style>
span { border-color: #246F90; }
span { border-color: rgb(36,111,144); }
td.TdClassName
{
border-color: #246F90;
}
.TagClassName
{
border-color: #246F90;
}
</style>