Shades of Astral #326C88
Tints of Astral #326C88
RGB
CMYK
RGB Variations
Color information
#326C88 (or 0x326C88) is known color: Astral. HEX triplet: 32, 6C and 88. RGB value is (50,108,136). Sum of RGB (Red+Green+Blue) = 50+108+136=294 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.01% from 294); Green value is 108 (42.58% from 255 or 36.73% from 294); Blue value is 136 (53.52% from 255 or 46.26% from 294); Max value from RGB is 136 - color contains mainly: blue. Hex color #326C88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326C88 is #CD9377. Grayscale: #5D5D5D. Windows color (decimal): -13472632 or 8940594. OLE color: 8940594.
HSL color Cylindrical-coordinate representation of color #326C88: hue angle of 199.53º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #326C88 is Cyan = 0.63, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 50 | 108 | 136 | - |
| CMYK | 0.63 | 0.21 | 0 | 0.47 |
| HSL | 199.53º | 0.46% | 0.36% | - |
| HSV(B) | 199.53º | 0.63% | 0.53% | - |
| XYZ | 11.12 | 13.18 | 25.25 | - |
| YUV | 93.85 | 151.78 | 96.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 108 | 136 | 0.63 | 0.21 | 0 | 0.47 | 199.53 | 0.46 | 0.36 |
| Hex | 32 | 6C | 88 | 3F | 15 | 0 | 2F | C8 | 2E | 24 |
| Octal | 62 | 154 | 210 | 77 | 25 | 0 | 57 | 310 | 56 | 44 |
| Binary | 110010 | 1101100 | 10001000 | 111111 | 10101 | 0 | 101111 | 11001000 | 101110 | 100100 |
Color Harmonies of #326C88
Complementary color
Monochromatic Colors of #326C88
Black with #326C88
Text Example
Text Example
White with #326C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326C88; }
p { color: rgb(50,108,136); }
H1.HeaderClassName
{
color: #326C88;
}
.AnyTagClassName
{
color: #326C88;
}
</style>
background-color css
<style>
a { background-color: #326C88; }
a { background-color: rgb(50,108,136); }
div.DivClassName
{
background-color: #326C88;
}
.BgClassName
{
background-color: #326C88;
}
</style>
border-color css
<style>
span { border-color: #326C88; }
span { border-color: rgb(50,108,136); }
td.TdClassName
{
border-color: #326C88;
}
.TagClassName
{
border-color: #326C88;
}
</style>