Shades of Astral #326785
Tints of Astral #326785
RGB
CMYK
RGB Variations
Color information
#326785 (or 0x326785) is known color: Astral. HEX triplet: 32, 67 and 85. RGB value is (50,103,133). Sum of RGB (Red+Green+Blue) = 50+103+133=286 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.48% from 286); Green value is 103 (40.62% from 255 or 36.01% from 286); Blue value is 133 (52.34% from 255 or 46.50% from 286); Max value from RGB is 133 - color contains mainly: blue. Hex color #326785 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326785 is #CD987A. Grayscale: #5A5A5A. Windows color (decimal): -13473915 or 8742706. OLE color: 8742706.
HSL color Cylindrical-coordinate representation of color #326785: hue angle of 201.69º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #326785 is Cyan = 0.62, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 50 | 103 | 133 | - |
| CMYK | 0.62 | 0.23 | 0 | 0.48 |
| HSL | 201.69º | 0.45% | 0.36% | - |
| HSV(B) | 201.69º | 0.62% | 0.52% | - |
| XYZ | 10.4 | 12.07 | 23.97 | - |
| YUV | 90.57 | 151.94 | 99.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 103 | 133 | 0.62 | 0.23 | 0 | 0.48 | 201.69 | 0.45 | 0.36 |
| Hex | 32 | 67 | 85 | 3E | 17 | 0 | 30 | CA | 2D | 24 |
| Octal | 62 | 147 | 205 | 76 | 27 | 0 | 60 | 312 | 55 | 44 |
| Binary | 110010 | 1100111 | 10000101 | 111110 | 10111 | 0 | 110000 | 11001010 | 101101 | 100100 |
Color Harmonies of #326785
Complementary color
Monochromatic Colors of #326785
Black with #326785
Text Example
Text Example
White with #326785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326785; }
p { color: rgb(50,103,133); }
H1.HeaderClassName
{
color: #326785;
}
.AnyTagClassName
{
color: #326785;
}
</style>
background-color css
<style>
a { background-color: #326785; }
a { background-color: rgb(50,103,133); }
div.DivClassName
{
background-color: #326785;
}
.BgClassName
{
background-color: #326785;
}
</style>
border-color css
<style>
span { border-color: #326785; }
span { border-color: rgb(50,103,133); }
td.TdClassName
{
border-color: #326785;
}
.TagClassName
{
border-color: #326785;
}
</style>