Shades of Astral #326B86
Tints of Astral #326B86
RGB
CMYK
RGB Variations
Color information
#326B86 (or 0x326B86) is known color: Astral. HEX triplet: 32, 6B and 86. RGB value is (50,107,134). Sum of RGB (Red+Green+Blue) = 50+107+134=291 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.18% from 291); Green value is 107 (42.19% from 255 or 36.77% from 291); Blue value is 134 (52.73% from 255 or 46.05% from 291); Max value from RGB is 134 - color contains mainly: blue. Hex color #326B86 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326B86 is #CD9479. Grayscale: #5C5C5C. Windows color (decimal): -13472890 or 8809266. OLE color: 8809266.
HSL color Cylindrical-coordinate representation of color #326B86: hue angle of 199.29º 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 #326B86 is Cyan = 0.63, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 50 | 107 | 134 | - |
| CMYK | 0.63 | 0.20 | 0 | 0.47 |
| HSL | 199.29º | 0.46% | 0.36% | - |
| HSV(B) | 199.29º | 0.63% | 0.53% | - |
| XYZ | 10.88 | 12.91 | 24.47 | - |
| YUV | 93.04 | 151.12 | 97.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 107 | 134 | 0.63 | 0.20 | 0 | 0.47 | 199.29 | 0.46 | 0.36 |
| Hex | 32 | 6B | 86 | 3F | 14 | 0 | 2F | C7 | 2E | 24 |
| Octal | 62 | 153 | 206 | 77 | 24 | 0 | 57 | 307 | 56 | 44 |
| Binary | 110010 | 1101011 | 10000110 | 111111 | 10100 | 0 | 101111 | 11000111 | 101110 | 100100 |
Color Harmonies of #326B86
Complementary color
Monochromatic Colors of #326B86
Black with #326B86
Text Example
Text Example
White with #326B86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326B86; }
p { color: rgb(50,107,134); }
H1.HeaderClassName
{
color: #326B86;
}
.AnyTagClassName
{
color: #326B86;
}
</style>
background-color css
<style>
a { background-color: #326B86; }
a { background-color: rgb(50,107,134); }
div.DivClassName
{
background-color: #326B86;
}
.BgClassName
{
background-color: #326B86;
}
</style>
border-color css
<style>
span { border-color: #326B86; }
span { border-color: rgb(50,107,134); }
td.TdClassName
{
border-color: #326B86;
}
.TagClassName
{
border-color: #326B86;
}
</style>