Shades of Astral #326D88
Tints of Astral #326D88
RGB
CMYK
RGB Variations
Color information
#326D88 (or 0x326D88) is known color: Astral. HEX triplet: 32, 6D and 88. RGB value is (50,109,136). Sum of RGB (Red+Green+Blue) = 50+109+136=295 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.95% from 295); Green value is 109 (42.97% from 255 or 36.95% from 295); Blue value is 136 (53.52% from 255 or 46.10% from 295); Max value from RGB is 136 - color contains mainly: blue. Hex color #326D88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326D88 is #CD9277. Grayscale: #5E5E5E. Windows color (decimal): -13472376 or 8940850. OLE color: 8940850.
HSL color Cylindrical-coordinate representation of color #326D88: hue angle of 198.84º 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 #326D88 is Cyan = 0.63, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 50 | 109 | 136 | - |
| CMYK | 0.63 | 0.20 | 0 | 0.47 |
| HSL | 198.84º | 0.46% | 0.36% | - |
| HSV(B) | 198.84º | 0.63% | 0.53% | - |
| XYZ | 11.23 | 13.39 | 25.29 | - |
| YUV | 94.44 | 151.45 | 96.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 109 | 136 | 0.63 | 0.20 | 0 | 0.47 | 198.84 | 0.46 | 0.36 |
| Hex | 32 | 6D | 88 | 3F | 14 | 0 | 2F | C7 | 2E | 24 |
| Octal | 62 | 155 | 210 | 77 | 24 | 0 | 57 | 307 | 56 | 44 |
| Binary | 110010 | 1101101 | 10001000 | 111111 | 10100 | 0 | 101111 | 11000111 | 101110 | 100100 |
Color Harmonies of #326D88
Complementary color
Monochromatic Colors of #326D88
Black with #326D88
Text Example
Text Example
White with #326D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326D88; }
p { color: rgb(50,109,136); }
H1.HeaderClassName
{
color: #326D88;
}
.AnyTagClassName
{
color: #326D88;
}
</style>
background-color css
<style>
a { background-color: #326D88; }
a { background-color: rgb(50,109,136); }
div.DivClassName
{
background-color: #326D88;
}
.BgClassName
{
background-color: #326D88;
}
</style>
border-color css
<style>
span { border-color: #326D88; }
span { border-color: rgb(50,109,136); }
td.TdClassName
{
border-color: #326D88;
}
.TagClassName
{
border-color: #326D88;
}
</style>