Shades of Astral #327084
Tints of Astral #327084
RGB
CMYK
RGB Variations
Color information
#327084 (or 0x327084) is known color: Astral. HEX triplet: 32, 70 and 84. RGB value is (50,112,132). Sum of RGB (Red+Green+Blue) = 50+112+132=294 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.01% from 294); Green value is 112 (44.14% from 255 or 38.10% from 294); Blue value is 132 (51.95% from 255 or 44.90% from 294); Max value from RGB is 132 - color contains mainly: blue. Hex color #327084 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327084 is #CD8F7B. Grayscale: #5F5F5F. Windows color (decimal): -13471612 or 8679474. OLE color: 8679474.
HSL color Cylindrical-coordinate representation of color #327084: hue angle of 194.63º 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 #327084 is Cyan = 0.62, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 50 | 112 | 132 | - |
| CMYK | 0.62 | 0.15 | 0 | 0.48 |
| HSL | 194.63º | 0.45% | 0.36% | - |
| HSV(B) | 194.63º | 0.62% | 0.52% | - |
| XYZ | 11.27 | 13.93 | 23.92 | - |
| YUV | 95.74 | 148.46 | 95.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 112 | 132 | 0.62 | 0.15 | 0 | 0.48 | 194.63 | 0.45 | 0.36 |
| Hex | 32 | 70 | 84 | 3E | F | 0 | 30 | C3 | 2D | 24 |
| Octal | 62 | 160 | 204 | 76 | 17 | 0 | 60 | 303 | 55 | 44 |
| Binary | 110010 | 1110000 | 10000100 | 111110 | 1111 | 0 | 110000 | 11000011 | 101101 | 100100 |
Color Harmonies of #327084
Complementary color
Monochromatic Colors of #327084
Black with #327084
Text Example
Text Example
White with #327084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #327084; }
p { color: rgb(50,112,132); }
H1.HeaderClassName
{
color: #327084;
}
.AnyTagClassName
{
color: #327084;
}
</style>
background-color css
<style>
a { background-color: #327084; }
a { background-color: rgb(50,112,132); }
div.DivClassName
{
background-color: #327084;
}
.BgClassName
{
background-color: #327084;
}
</style>
border-color css
<style>
span { border-color: #327084; }
span { border-color: rgb(50,112,132); }
td.TdClassName
{
border-color: #327084;
}
.TagClassName
{
border-color: #327084;
}
</style>