Shades of Astral #327C92
Tints of Astral #327C92
RGB
CMYK
RGB Variations
Color information
#327C92 (or 0x327C92) is known color: Astral. HEX triplet: 32, 7C and 92. RGB value is (50,124,146). Sum of RGB (Red+Green+Blue) = 50+124+146=320 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.62% from 320); Green value is 124 (48.83% from 255 or 38.75% from 320); Blue value is 146 (57.42% from 255 or 45.62% from 320); Max value from RGB is 146 - color contains mainly: blue. Hex color #327C92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327C92 is #CD836D. Grayscale: #686868. Windows color (decimal): -13468526 or 9600050. OLE color: 9600050.
HSL color Cylindrical-coordinate representation of color #327C92: hue angle of 193.75º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #327C92 is Cyan = 0.66, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 50 | 124 | 146 | - |
| CMYK | 0.66 | 0.15 | 0 | 0.43 |
| HSL | 193.75º | 0.49% | 0.38% | - |
| HSV(B) | 193.75º | 0.66% | 0.57% | - |
| XYZ | 13.71 | 17.17 | 29.79 | - |
| YUV | 104.38 | 151.48 | 89.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 124 | 146 | 0.66 | 0.15 | 0 | 0.43 | 193.75 | 0.49 | 0.38 |
| Hex | 32 | 7C | 92 | 42 | F | 0 | 2B | C2 | 31 | 26 |
| Octal | 62 | 174 | 222 | 102 | 17 | 0 | 53 | 302 | 61 | 46 |
| Binary | 110010 | 1111100 | 10010010 | 1000010 | 1111 | 0 | 101011 | 11000010 | 110001 | 100110 |
Color Harmonies of #327C92
Complementary color
Monochromatic Colors of #327C92
Black with #327C92
Text Example
Text Example
White with #327C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #327C92; }
p { color: rgb(50,124,146); }
H1.HeaderClassName
{
color: #327C92;
}
.AnyTagClassName
{
color: #327C92;
}
</style>
background-color css
<style>
a { background-color: #327C92; }
a { background-color: rgb(50,124,146); }
div.DivClassName
{
background-color: #327C92;
}
.BgClassName
{
background-color: #327C92;
}
</style>
border-color css
<style>
span { border-color: #327C92; }
span { border-color: rgb(50,124,146); }
td.TdClassName
{
border-color: #327C92;
}
.TagClassName
{
border-color: #327C92;
}
</style>