Shades of Astral #326D90
Tints of Astral #326D90
RGB
CMYK
RGB Variations
Color information
#326D90 (or 0x326D90) is known color: Astral. HEX triplet: 32, 6D and 90. RGB value is (50,109,144). Sum of RGB (Red+Green+Blue) = 50+109+144=303 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.50% from 303); Green value is 109 (42.97% from 255 or 35.97% from 303); Blue value is 144 (56.64% from 255 or 47.52% from 303); Max value from RGB is 144 - color contains mainly: blue. Hex color #326D90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326D90 is #CD926F. Grayscale: #5F5F5F. Windows color (decimal): -13472368 or 9465138. OLE color: 9465138.
HSL color Cylindrical-coordinate representation of color #326D90: hue angle of 202.34º 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 #326D90 is Cyan = 0.65, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 50 | 109 | 144 | - |
| CMYK | 0.65 | 0.24 | 0 | 0.44 |
| HSL | 202.34º | 0.48% | 0.38% | - |
| HSV(B) | 202.34º | 0.65% | 0.56% | - |
| XYZ | 11.82 | 13.63 | 28.39 | - |
| YUV | 95.35 | 155.45 | 95.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 109 | 144 | 0.65 | 0.24 | 0 | 0.44 | 202.34 | 0.48 | 0.38 |
| Hex | 32 | 6D | 90 | 41 | 18 | 0 | 2C | CA | 30 | 26 |
| Octal | 62 | 155 | 220 | 101 | 30 | 0 | 54 | 312 | 60 | 46 |
| Binary | 110010 | 1101101 | 10010000 | 1000001 | 11000 | 0 | 101100 | 11001010 | 110000 | 100110 |
Color Harmonies of #326D90
Complementary color
Monochromatic Colors of #326D90
Black with #326D90
Text Example
Text Example
White with #326D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326D90; }
p { color: rgb(50,109,144); }
H1.HeaderClassName
{
color: #326D90;
}
.AnyTagClassName
{
color: #326D90;
}
</style>
background-color css
<style>
a { background-color: #326D90; }
a { background-color: rgb(50,109,144); }
div.DivClassName
{
background-color: #326D90;
}
.BgClassName
{
background-color: #326D90;
}
</style>
border-color css
<style>
span { border-color: #326D90; }
span { border-color: rgb(50,109,144); }
td.TdClassName
{
border-color: #326D90;
}
.TagClassName
{
border-color: #326D90;
}
</style>