Shades of Astral #327C8F
Tints of Astral #327C8F
RGB
CMYK
RGB Variations
Color information
#327C8F (or 0x327C8F) is known color: Astral. HEX triplet: 32, 7C and 8F. RGB value is (50,124,143). Sum of RGB (Red+Green+Blue) = 50+124+143=317 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.77% from 317); Green value is 124 (48.83% from 255 or 39.12% from 317); Blue value is 143 (56.25% from 255 or 45.11% from 317); Max value from RGB is 143 - color contains mainly: blue. Hex color #327C8F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327C8F is #CD8370. Grayscale: #676767. Windows color (decimal): -13468529 or 9403442. OLE color: 9403442.
HSL color Cylindrical-coordinate representation of color #327C8F: hue angle of 192.26º 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 #327C8F is Cyan = 0.65, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 50 | 124 | 143 | - |
| CMYK | 0.65 | 0.13 | 0 | 0.44 |
| HSL | 192.26º | 0.48% | 0.38% | - |
| HSV(B) | 192.26º | 0.65% | 0.56% | - |
| XYZ | 13.48 | 17.08 | 28.57 | - |
| YUV | 104.04 | 149.98 | 89.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 124 | 143 | 0.65 | 0.13 | 0 | 0.44 | 192.26 | 0.48 | 0.38 |
| Hex | 32 | 7C | 8F | 41 | D | 0 | 2C | C0 | 30 | 26 |
| Octal | 62 | 174 | 217 | 101 | 15 | 0 | 54 | 300 | 60 | 46 |
| Binary | 110010 | 1111100 | 10001111 | 1000001 | 1101 | 0 | 101100 | 11000000 | 110000 | 100110 |
Color Harmonies of #327C8F
Complementary color
Monochromatic Colors of #327C8F
Black with #327C8F
Text Example
Text Example
White with #327C8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #327C8F; }
p { color: rgb(50,124,143); }
H1.HeaderClassName
{
color: #327C8F;
}
.AnyTagClassName
{
color: #327C8F;
}
</style>
background-color css
<style>
a { background-color: #327C8F; }
a { background-color: rgb(50,124,143); }
div.DivClassName
{
background-color: #327C8F;
}
.BgClassName
{
background-color: #327C8F;
}
</style>
border-color css
<style>
span { border-color: #327C8F; }
span { border-color: rgb(50,124,143); }
td.TdClassName
{
border-color: #327C8F;
}
.TagClassName
{
border-color: #327C8F;
}
</style>