Shades of Astral #327294
Tints of Astral #327294
RGB
CMYK
RGB Variations
Color information
#327294 (or 0x327294) is known color: Astral. HEX triplet: 32, 72 and 94. RGB value is (50,114,148). Sum of RGB (Red+Green+Blue) = 50+114+148=312 (41% of max value = 765). Red value is 50 (19.92% from 255 or 16.03% from 312); Green value is 114 (44.92% from 255 or 36.54% from 312); Blue value is 148 (58.20% from 255 or 47.44% from 312); Max value from RGB is 148 - color contains mainly: blue. Hex color #327294 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327294 is #CD8D6B. Grayscale: #626262. Windows color (decimal): -13471084 or 9728562. OLE color: 9728562.
HSL color Cylindrical-coordinate representation of color #327294: hue angle of 200.82º 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 #327294 is Cyan = 0.66, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 50 | 114 | 148 | - |
| CMYK | 0.66 | 0.23 | 0 | 0.42 |
| HSL | 200.82º | 0.49% | 0.39% | - |
| HSV(B) | 200.82º | 0.66% | 0.58% | - |
| XYZ | 12.68 | 14.85 | 30.22 | - |
| YUV | 98.74 | 155.8 | 93.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 114 | 148 | 0.66 | 0.23 | 0 | 0.42 | 200.82 | 0.49 | 0.39 |
| Hex | 32 | 72 | 94 | 42 | 17 | 0 | 2A | C9 | 31 | 27 |
| Octal | 62 | 162 | 224 | 102 | 27 | 0 | 52 | 311 | 61 | 47 |
| Binary | 110010 | 1110010 | 10010100 | 1000010 | 10111 | 0 | 101010 | 11001001 | 110001 | 100111 |
Color Harmonies of #327294
Complementary color
Monochromatic Colors of #327294
Black with #327294
Text Example
Text Example
White with #327294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #327294; }
p { color: rgb(50,114,148); }
H1.HeaderClassName
{
color: #327294;
}
.AnyTagClassName
{
color: #327294;
}
</style>
background-color css
<style>
a { background-color: #327294; }
a { background-color: rgb(50,114,148); }
div.DivClassName
{
background-color: #327294;
}
.BgClassName
{
background-color: #327294;
}
</style>
border-color css
<style>
span { border-color: #327294; }
span { border-color: rgb(50,114,148); }
td.TdClassName
{
border-color: #327294;
}
.TagClassName
{
border-color: #327294;
}
</style>