Shades of Astral #326887
Tints of Astral #326887
RGB
CMYK
RGB Variations
Color information
#326887 (or 0x326887) is known color: Astral. HEX triplet: 32, 68 and 87. RGB value is (50,104,135). Sum of RGB (Red+Green+Blue) = 50+104+135=289 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.30% from 289); Green value is 104 (41.02% from 255 or 35.99% from 289); Blue value is 135 (53.12% from 255 or 46.71% from 289); Max value from RGB is 135 - color contains mainly: blue. Hex color #326887 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326887 is #CD9778. Grayscale: #5B5B5B. Windows color (decimal): -13473657 or 8874034. OLE color: 8874034.
HSL color Cylindrical-coordinate representation of color #326887: hue angle of 201.88º 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 #326887 is Cyan = 0.63, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 50 | 104 | 135 | - |
| CMYK | 0.63 | 0.23 | 0 | 0.47 |
| HSL | 201.88º | 0.46% | 0.36% | - |
| HSV(B) | 201.88º | 0.63% | 0.53% | - |
| XYZ | 10.64 | 12.33 | 24.74 | - |
| YUV | 91.39 | 152.61 | 98.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 104 | 135 | 0.63 | 0.23 | 0 | 0.47 | 201.88 | 0.46 | 0.36 |
| Hex | 32 | 68 | 87 | 3F | 17 | 0 | 2F | CA | 2E | 24 |
| Octal | 62 | 150 | 207 | 77 | 27 | 0 | 57 | 312 | 56 | 44 |
| Binary | 110010 | 1101000 | 10000111 | 111111 | 10111 | 0 | 101111 | 11001010 | 101110 | 100100 |
Color Harmonies of #326887
Complementary color
Monochromatic Colors of #326887
Black with #326887
Text Example
Text Example
White with #326887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326887; }
p { color: rgb(50,104,135); }
H1.HeaderClassName
{
color: #326887;
}
.AnyTagClassName
{
color: #326887;
}
</style>
background-color css
<style>
a { background-color: #326887; }
a { background-color: rgb(50,104,135); }
div.DivClassName
{
background-color: #326887;
}
.BgClassName
{
background-color: #326887;
}
</style>
border-color css
<style>
span { border-color: #326887; }
span { border-color: rgb(50,104,135); }
td.TdClassName
{
border-color: #326887;
}
.TagClassName
{
border-color: #326887;
}
</style>