Shades of Astral #326980
Tints of Astral #326980
RGB
CMYK
RGB Variations
Color information
#326980 (or 0x326980) is known color: Astral. HEX triplet: 32, 69 and 80. RGB value is (50,105,128). Sum of RGB (Red+Green+Blue) = 50+105+128=283 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.67% from 283); Green value is 105 (41.41% from 255 or 37.10% from 283); Blue value is 128 (50.39% from 255 or 45.23% from 283); Max value from RGB is 128 - color contains mainly: blue. Hex color #326980 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326980 is #CD967F. Grayscale: #5B5B5B. Windows color (decimal): -13473408 or 8415538. OLE color: 8415538.
HSL color Cylindrical-coordinate representation of color #326980: hue angle of 197.69º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #326980 is Cyan = 0.61, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 50 | 105 | 128 | - |
| CMYK | 0.61 | 0.18 | 0 | 0.50 |
| HSL | 197.69º | 0.44% | 0.35% | - |
| HSV(B) | 197.69º | 0.61% | 0.5% | - |
| XYZ | 10.26 | 12.34 | 22.26 | - |
| YUV | 91.18 | 148.78 | 98.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 105 | 128 | 0.61 | 0.18 | 0 | 0.50 | 197.69 | 0.44 | 0.35 |
| Hex | 32 | 69 | 80 | 3D | 12 | 0 | 32 | C6 | 2C | 23 |
| Octal | 62 | 151 | 200 | 75 | 22 | 0 | 62 | 306 | 54 | 43 |
| Binary | 110010 | 1101001 | 10000000 | 111101 | 10010 | 0 | 110010 | 11000110 | 101100 | 100011 |
Color Harmonies of #326980
Complementary color
Monochromatic Colors of #326980
Black with #326980
Text Example
Text Example
White with #326980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326980; }
p { color: rgb(50,105,128); }
H1.HeaderClassName
{
color: #326980;
}
.AnyTagClassName
{
color: #326980;
}
</style>
background-color css
<style>
a { background-color: #326980; }
a { background-color: rgb(50,105,128); }
div.DivClassName
{
background-color: #326980;
}
.BgClassName
{
background-color: #326980;
}
</style>
border-color css
<style>
span { border-color: #326980; }
span { border-color: rgb(50,105,128); }
td.TdClassName
{
border-color: #326980;
}
.TagClassName
{
border-color: #326980;
}
</style>