Shades of Astral #327A89
Tints of Astral #327A89
RGB
CMYK
RGB Variations
Color information
#327A89 (or 0x327A89) is known color: Astral. HEX triplet: 32, 7A and 89. RGB value is (50,122,137). Sum of RGB (Red+Green+Blue) = 50+122+137=309 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.18% from 309); Green value is 122 (48.05% from 255 or 39.48% from 309); Blue value is 137 (53.91% from 255 or 44.34% from 309); Max value from RGB is 137 - color contains mainly: blue. Hex color #327A89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327A89 is #CD8576. Grayscale: #666666. Windows color (decimal): -13469047 or 9009714. OLE color: 9009714.
HSL color Cylindrical-coordinate representation of color #327A89: hue angle of 190.34º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #327A89 is Cyan = 0.64, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 50 | 122 | 137 | - |
| CMYK | 0.64 | 0.11 | 0 | 0.46 |
| HSL | 190.34º | 0.47% | 0.37% | - |
| HSV(B) | 190.34º | 0.64% | 0.54% | - |
| XYZ | 12.79 | 16.4 | 26.16 | - |
| YUV | 102.18 | 147.65 | 90.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 122 | 137 | 0.64 | 0.11 | 0 | 0.46 | 190.34 | 0.47 | 0.37 |
| Hex | 32 | 7A | 89 | 40 | B | 0 | 2E | BE | 2F | 25 |
| Octal | 62 | 172 | 211 | 100 | 13 | 0 | 56 | 276 | 57 | 45 |
| Binary | 110010 | 1111010 | 10001001 | 1000000 | 1011 | 0 | 101110 | 10111110 | 101111 | 100101 |
Color Harmonies of #327A89
Complementary color
Monochromatic Colors of #327A89
Black with #327A89
Text Example
Text Example
White with #327A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #327A89; }
p { color: rgb(50,122,137); }
H1.HeaderClassName
{
color: #327A89;
}
.AnyTagClassName
{
color: #327A89;
}
</style>
background-color css
<style>
a { background-color: #327A89; }
a { background-color: rgb(50,122,137); }
div.DivClassName
{
background-color: #327A89;
}
.BgClassName
{
background-color: #327A89;
}
</style>
border-color css
<style>
span { border-color: #327A89; }
span { border-color: rgb(50,122,137); }
td.TdClassName
{
border-color: #327A89;
}
.TagClassName
{
border-color: #327A89;
}
</style>