Shades of Astral #326C85
Tints of Astral #326C85
RGB
CMYK
RGB Variations
Color information
#326C85 (or 0x326C85) is known color: Astral. HEX triplet: 32, 6C and 85. RGB value is (50,108,133). Sum of RGB (Red+Green+Blue) = 50+108+133=291 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.18% from 291); Green value is 108 (42.58% from 255 or 37.11% from 291); Blue value is 133 (52.34% from 255 or 45.70% from 291); Max value from RGB is 133 - color contains mainly: blue. Hex color #326C85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326C85 is #CD937A. Grayscale: #5D5D5D. Windows color (decimal): -13472635 or 8743986. OLE color: 8743986.
HSL color Cylindrical-coordinate representation of color #326C85: hue angle of 198.07º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #326C85 is Cyan = 0.62, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 50 | 108 | 133 | - |
| CMYK | 0.62 | 0.19 | 0 | 0.48 |
| HSL | 198.07º | 0.45% | 0.36% | - |
| HSV(B) | 198.07º | 0.62% | 0.52% | - |
| XYZ | 10.91 | 13.1 | 24.14 | - |
| YUV | 93.51 | 150.28 | 96.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 108 | 133 | 0.62 | 0.19 | 0 | 0.48 | 198.07 | 0.45 | 0.36 |
| Hex | 32 | 6C | 85 | 3E | 13 | 0 | 30 | C6 | 2D | 24 |
| Octal | 62 | 154 | 205 | 76 | 23 | 0 | 60 | 306 | 55 | 44 |
| Binary | 110010 | 1101100 | 10000101 | 111110 | 10011 | 0 | 110000 | 11000110 | 101101 | 100100 |
Color Harmonies of #326C85
Complementary color
Monochromatic Colors of #326C85
Black with #326C85
Text Example
Text Example
White with #326C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326C85; }
p { color: rgb(50,108,133); }
H1.HeaderClassName
{
color: #326C85;
}
.AnyTagClassName
{
color: #326C85;
}
</style>
background-color css
<style>
a { background-color: #326C85; }
a { background-color: rgb(50,108,133); }
div.DivClassName
{
background-color: #326C85;
}
.BgClassName
{
background-color: #326C85;
}
</style>
border-color css
<style>
span { border-color: #326C85; }
span { border-color: rgb(50,108,133); }
td.TdClassName
{
border-color: #326C85;
}
.TagClassName
{
border-color: #326C85;
}
</style>