Shades of Astral #327A95
Tints of Astral #327A95
RGB
CMYK
RGB Variations
Color information
#327A95 (or 0x327A95) is known color: Astral. HEX triplet: 32, 7A and 95. RGB value is (50,122,149). Sum of RGB (Red+Green+Blue) = 50+122+149=321 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.58% from 321); Green value is 122 (48.05% from 255 or 38.01% from 321); Blue value is 149 (58.59% from 255 or 46.42% from 321); Max value from RGB is 149 - color contains mainly: blue. Hex color #327A95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327A95 is #CD856A. Grayscale: #676767. Windows color (decimal): -13469035 or 9796146. OLE color: 9796146.
HSL color Cylindrical-coordinate representation of color #327A95: hue angle of 196.36º degrees, saturation: 0.5, 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 #327A95 is Cyan = 0.66, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 50 | 122 | 149 | - |
| CMYK | 0.66 | 0.18 | 0 | 0.42 |
| HSL | 196.36º | 0.5% | 0.39% | - |
| HSV(B) | 196.36º | 0.66% | 0.58% | - |
| XYZ | 13.7 | 16.77 | 30.95 | - |
| YUV | 103.55 | 153.65 | 89.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 122 | 149 | 0.66 | 0.18 | 0 | 0.42 | 196.36 | 0.5 | 0.39 |
| Hex | 32 | 7A | 95 | 42 | 12 | 0 | 2A | C4 | 32 | 27 |
| Octal | 62 | 172 | 225 | 102 | 22 | 0 | 52 | 304 | 62 | 47 |
| Binary | 110010 | 1111010 | 10010101 | 1000010 | 10010 | 0 | 101010 | 11000100 | 110010 | 100111 |
Color Harmonies of #327A95
Complementary color
Monochromatic Colors of #327A95
Black with #327A95
Text Example
Text Example
White with #327A95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #327A95; }
p { color: rgb(50,122,149); }
H1.HeaderClassName
{
color: #327A95;
}
.AnyTagClassName
{
color: #327A95;
}
</style>
background-color css
<style>
a { background-color: #327A95; }
a { background-color: rgb(50,122,149); }
div.DivClassName
{
background-color: #327A95;
}
.BgClassName
{
background-color: #327A95;
}
</style>
border-color css
<style>
span { border-color: #327A95; }
span { border-color: rgb(50,122,149); }
td.TdClassName
{
border-color: #327A95;
}
.TagClassName
{
border-color: #327A95;
}
</style>