Shades of Astral #326B89
Tints of Astral #326B89
RGB
CMYK
RGB Variations
Color information
#326B89 (or 0x326B89) is known color: Astral. HEX triplet: 32, 6B and 89. RGB value is (50,107,137). Sum of RGB (Red+Green+Blue) = 50+107+137=294 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.01% from 294); Green value is 107 (42.19% from 255 or 36.39% from 294); Blue value is 137 (53.91% from 255 or 46.60% from 294); Max value from RGB is 137 - color contains mainly: blue. Hex color #326B89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326B89 is #CD9476. Grayscale: #5D5D5D. Windows color (decimal): -13472887 or 9005874. OLE color: 9005874.
HSL color Cylindrical-coordinate representation of color #326B89: hue angle of 200.69º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #326B89 is Cyan = 0.64, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 50 | 107 | 137 | - |
| CMYK | 0.64 | 0.22 | 0 | 0.46 |
| HSL | 200.69º | 0.47% | 0.37% | - |
| HSV(B) | 200.69º | 0.64% | 0.54% | - |
| XYZ | 11.09 | 13 | 25.59 | - |
| YUV | 93.38 | 152.62 | 97.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 107 | 137 | 0.64 | 0.22 | 0 | 0.46 | 200.69 | 0.47 | 0.37 |
| Hex | 32 | 6B | 89 | 40 | 16 | 0 | 2E | C9 | 2F | 25 |
| Octal | 62 | 153 | 211 | 100 | 26 | 0 | 56 | 311 | 57 | 45 |
| Binary | 110010 | 1101011 | 10001001 | 1000000 | 10110 | 0 | 101110 | 11001001 | 101111 | 100101 |
Color Harmonies of #326B89
Complementary color
Monochromatic Colors of #326B89
Black with #326B89
Text Example
Text Example
White with #326B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326B89; }
p { color: rgb(50,107,137); }
H1.HeaderClassName
{
color: #326B89;
}
.AnyTagClassName
{
color: #326B89;
}
</style>
background-color css
<style>
a { background-color: #326B89; }
a { background-color: rgb(50,107,137); }
div.DivClassName
{
background-color: #326B89;
}
.BgClassName
{
background-color: #326B89;
}
</style>
border-color css
<style>
span { border-color: #326B89; }
span { border-color: rgb(50,107,137); }
td.TdClassName
{
border-color: #326B89;
}
.TagClassName
{
border-color: #326B89;
}
</style>