Shades of Astral #326E90
Tints of Astral #326E90
RGB
CMYK
RGB Variations
Color information
#326E90 (or 0x326E90) is known color: Astral. HEX triplet: 32, 6E and 90. RGB value is (50,110,144). Sum of RGB (Red+Green+Blue) = 50+110+144=304 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.45% from 304); Green value is 110 (43.36% from 255 or 36.18% from 304); Blue value is 144 (56.64% from 255 or 47.37% from 304); Max value from RGB is 144 - color contains mainly: blue. Hex color #326E90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326E90 is #CD916F. Grayscale: #5F5F5F. Windows color (decimal): -13472112 or 9465394. OLE color: 9465394.
HSL color Cylindrical-coordinate representation of color #326E90: hue angle of 201.7º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #326E90 is Cyan = 0.65, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 50 | 110 | 144 | - |
| CMYK | 0.65 | 0.24 | 0 | 0.44 |
| HSL | 201.7º | 0.48% | 0.38% | - |
| HSV(B) | 201.7º | 0.65% | 0.56% | - |
| XYZ | 11.93 | 13.84 | 28.43 | - |
| YUV | 95.94 | 155.12 | 95.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 110 | 144 | 0.65 | 0.24 | 0 | 0.44 | 201.7 | 0.48 | 0.38 |
| Hex | 32 | 6E | 90 | 41 | 18 | 0 | 2C | CA | 30 | 26 |
| Octal | 62 | 156 | 220 | 101 | 30 | 0 | 54 | 312 | 60 | 46 |
| Binary | 110010 | 1101110 | 10010000 | 1000001 | 11000 | 0 | 101100 | 11001010 | 110000 | 100110 |
Color Harmonies of #326E90
Complementary color
Monochromatic Colors of #326E90
Black with #326E90
Text Example
Text Example
White with #326E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326E90; }
p { color: rgb(50,110,144); }
H1.HeaderClassName
{
color: #326E90;
}
.AnyTagClassName
{
color: #326E90;
}
</style>
background-color css
<style>
a { background-color: #326E90; }
a { background-color: rgb(50,110,144); }
div.DivClassName
{
background-color: #326E90;
}
.BgClassName
{
background-color: #326E90;
}
</style>
border-color css
<style>
span { border-color: #326E90; }
span { border-color: rgb(50,110,144); }
td.TdClassName
{
border-color: #326E90;
}
.TagClassName
{
border-color: #326E90;
}
</style>