Shades of Astral #326C93
Tints of Astral #326C93
RGB
CMYK
RGB Variations
Color information
#326C93 (or 0x326C93) is known color: Astral. HEX triplet: 32, 6C and 93. RGB value is (50,108,147). Sum of RGB (Red+Green+Blue) = 50+108+147=305 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.39% from 305); Green value is 108 (42.58% from 255 or 35.41% from 305); Blue value is 147 (57.81% from 255 or 48.20% from 305); Max value from RGB is 147 - color contains mainly: blue. Hex color #326C93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326C93 is #CD936C. Grayscale: #5E5E5E. Windows color (decimal): -13472621 or 9661490. OLE color: 9661490.
HSL color Cylindrical-coordinate representation of color #326C93: hue angle of 204.12º 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 #326C93 is Cyan = 0.66, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 50 | 108 | 147 | - |
| CMYK | 0.66 | 0.27 | 0 | 0.42 |
| HSL | 204.12º | 0.49% | 0.39% | - |
| HSV(B) | 204.12º | 0.66% | 0.58% | - |
| XYZ | 11.94 | 13.51 | 29.58 | - |
| YUV | 95.1 | 157.28 | 95.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 108 | 147 | 0.66 | 0.27 | 0 | 0.42 | 204.12 | 0.49 | 0.39 |
| Hex | 32 | 6C | 93 | 42 | 1B | 0 | 2A | CC | 31 | 27 |
| Octal | 62 | 154 | 223 | 102 | 33 | 0 | 52 | 314 | 61 | 47 |
| Binary | 110010 | 1101100 | 10010011 | 1000010 | 11011 | 0 | 101010 | 11001100 | 110001 | 100111 |
Color Harmonies of #326C93
Complementary color
Monochromatic Colors of #326C93
Black with #326C93
Text Example
Text Example
White with #326C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326C93; }
p { color: rgb(50,108,147); }
H1.HeaderClassName
{
color: #326C93;
}
.AnyTagClassName
{
color: #326C93;
}
</style>
background-color css
<style>
a { background-color: #326C93; }
a { background-color: rgb(50,108,147); }
div.DivClassName
{
background-color: #326C93;
}
.BgClassName
{
background-color: #326C93;
}
</style>
border-color css
<style>
span { border-color: #326C93; }
span { border-color: rgb(50,108,147); }
td.TdClassName
{
border-color: #326C93;
}
.TagClassName
{
border-color: #326C93;
}
</style>