Shades of Astral #326F84
Tints of Astral #326F84
RGB
CMYK
RGB Variations
Color information
#326F84 (or 0x326F84) is known color: Astral. HEX triplet: 32, 6F and 84. RGB value is (50,111,132). Sum of RGB (Red+Green+Blue) = 50+111+132=293 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.06% from 293); Green value is 111 (43.75% from 255 or 37.88% from 293); Blue value is 132 (51.95% from 255 or 45.05% from 293); Max value from RGB is 132 - color contains mainly: blue. Hex color #326F84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326F84 is #CD907B. Grayscale: #5F5F5F. Windows color (decimal): -13471868 or 8679218. OLE color: 8679218.
HSL color Cylindrical-coordinate representation of color #326F84: hue angle of 195.37º 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 #326F84 is Cyan = 0.62, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 50 | 111 | 132 | - |
| CMYK | 0.62 | 0.16 | 0 | 0.48 |
| HSL | 195.37º | 0.45% | 0.36% | - |
| HSV(B) | 195.37º | 0.62% | 0.52% | - |
| XYZ | 11.16 | 13.71 | 23.89 | - |
| YUV | 95.16 | 148.79 | 95.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 111 | 132 | 0.62 | 0.16 | 0 | 0.48 | 195.37 | 0.45 | 0.36 |
| Hex | 32 | 6F | 84 | 3E | 10 | 0 | 30 | C3 | 2D | 24 |
| Octal | 62 | 157 | 204 | 76 | 20 | 0 | 60 | 303 | 55 | 44 |
| Binary | 110010 | 1101111 | 10000100 | 111110 | 10000 | 0 | 110000 | 11000011 | 101101 | 100100 |
Color Harmonies of #326F84
Complementary color
Monochromatic Colors of #326F84
Black with #326F84
Text Example
Text Example
White with #326F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326F84; }
p { color: rgb(50,111,132); }
H1.HeaderClassName
{
color: #326F84;
}
.AnyTagClassName
{
color: #326F84;
}
</style>
background-color css
<style>
a { background-color: #326F84; }
a { background-color: rgb(50,111,132); }
div.DivClassName
{
background-color: #326F84;
}
.BgClassName
{
background-color: #326F84;
}
</style>
border-color css
<style>
span { border-color: #326F84; }
span { border-color: rgb(50,111,132); }
td.TdClassName
{
border-color: #326F84;
}
.TagClassName
{
border-color: #326F84;
}
</style>