Shades of Astral #327694
Tints of Astral #327694
RGB
CMYK
RGB Variations
Color information
#327694 (or 0x327694) is known color: Astral. HEX triplet: 32, 76 and 94. RGB value is (50,118,148). Sum of RGB (Red+Green+Blue) = 50+118+148=316 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.82% from 316); Green value is 118 (46.48% from 255 or 37.34% from 316); Blue value is 148 (58.20% from 255 or 46.84% from 316); Max value from RGB is 148 - color contains mainly: blue. Hex color #327694 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327694 is #CD896B. Grayscale: #646464. Windows color (decimal): -13470060 or 9729586. OLE color: 9729586.
HSL color Cylindrical-coordinate representation of color #327694: hue angle of 198.37º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #327694 is Cyan = 0.66, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 50 | 118 | 148 | - |
| CMYK | 0.66 | 0.20 | 0 | 0.42 |
| HSL | 198.37º | 0.49% | 0.39% | - |
| HSV(B) | 198.37º | 0.66% | 0.58% | - |
| XYZ | 13.14 | 15.77 | 30.37 | - |
| YUV | 101.09 | 154.47 | 91.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 118 | 148 | 0.66 | 0.20 | 0 | 0.42 | 198.37 | 0.49 | 0.39 |
| Hex | 32 | 76 | 94 | 42 | 14 | 0 | 2A | C6 | 31 | 27 |
| Octal | 62 | 166 | 224 | 102 | 24 | 0 | 52 | 306 | 61 | 47 |
| Binary | 110010 | 1110110 | 10010100 | 1000010 | 10100 | 0 | 101010 | 11000110 | 110001 | 100111 |
Color Harmonies of #327694
Complementary color
Monochromatic Colors of #327694
Black with #327694
Text Example
Text Example
White with #327694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #327694; }
p { color: rgb(50,118,148); }
H1.HeaderClassName
{
color: #327694;
}
.AnyTagClassName
{
color: #327694;
}
</style>
background-color css
<style>
a { background-color: #327694; }
a { background-color: rgb(50,118,148); }
div.DivClassName
{
background-color: #327694;
}
.BgClassName
{
background-color: #327694;
}
</style>
border-color css
<style>
span { border-color: #327694; }
span { border-color: rgb(50,118,148); }
td.TdClassName
{
border-color: #327694;
}
.TagClassName
{
border-color: #327694;
}
</style>