Shades of Astral #326788
Tints of Astral #326788
RGB
CMYK
RGB Variations
Color information
#326788 (or 0x326788) is known color: Astral. HEX triplet: 32, 67 and 88. RGB value is (50,103,136). Sum of RGB (Red+Green+Blue) = 50+103+136=289 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.30% from 289); Green value is 103 (40.62% from 255 or 35.64% from 289); Blue value is 136 (53.52% from 255 or 47.06% from 289); Max value from RGB is 136 - color contains mainly: blue. Hex color #326788 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326788 is #CD9877. Grayscale: #5A5A5A. Windows color (decimal): -13473912 or 8939314. OLE color: 8939314.
HSL color Cylindrical-coordinate representation of color #326788: hue angle of 203.02º 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 #326788 is Cyan = 0.63, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 50 | 103 | 136 | - |
| CMYK | 0.63 | 0.24 | 0 | 0.47 |
| HSL | 203.02º | 0.46% | 0.36% | - |
| HSV(B) | 203.02º | 0.63% | 0.53% | - |
| XYZ | 10.61 | 12.16 | 25.08 | - |
| YUV | 90.92 | 153.44 | 98.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 103 | 136 | 0.63 | 0.24 | 0 | 0.47 | 203.02 | 0.46 | 0.36 |
| Hex | 32 | 67 | 88 | 3F | 18 | 0 | 2F | CB | 2E | 24 |
| Octal | 62 | 147 | 210 | 77 | 30 | 0 | 57 | 313 | 56 | 44 |
| Binary | 110010 | 1100111 | 10001000 | 111111 | 11000 | 0 | 101111 | 11001011 | 101110 | 100100 |
Color Harmonies of #326788
Complementary color
Monochromatic Colors of #326788
Black with #326788
Text Example
Text Example
White with #326788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326788; }
p { color: rgb(50,103,136); }
H1.HeaderClassName
{
color: #326788;
}
.AnyTagClassName
{
color: #326788;
}
</style>
background-color css
<style>
a { background-color: #326788; }
a { background-color: rgb(50,103,136); }
div.DivClassName
{
background-color: #326788;
}
.BgClassName
{
background-color: #326788;
}
</style>
border-color css
<style>
span { border-color: #326788; }
span { border-color: rgb(50,103,136); }
td.TdClassName
{
border-color: #326788;
}
.TagClassName
{
border-color: #326788;
}
</style>