Shades of Astral #326688
Tints of Astral #326688
RGB
CMYK
RGB Variations
Color information
#326688 (or 0x326688) is known color: Astral. HEX triplet: 32, 66 and 88. RGB value is (50,102,136). Sum of RGB (Red+Green+Blue) = 50+102+136=288 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.36% from 288); Green value is 102 (40.23% from 255 or 35.42% from 288); Blue value is 136 (53.52% from 255 or 47.22% from 288); Max value from RGB is 136 - color contains mainly: blue. Hex color #326688 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326688 is #CD9977. Grayscale: #5A5A5A. Windows color (decimal): -13474168 or 8939058. OLE color: 8939058.
HSL color Cylindrical-coordinate representation of color #326688: hue angle of 203.72º 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 #326688 is Cyan = 0.63, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 50 | 102 | 136 | - |
| CMYK | 0.63 | 0.25 | 0 | 0.47 |
| HSL | 203.72º | 0.46% | 0.36% | - |
| HSV(B) | 203.72º | 0.63% | 0.53% | - |
| XYZ | 10.51 | 11.96 | 25.05 | - |
| YUV | 90.33 | 153.77 | 99.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 102 | 136 | 0.63 | 0.25 | 0 | 0.47 | 203.72 | 0.46 | 0.36 |
| Hex | 32 | 66 | 88 | 3F | 19 | 0 | 2F | CC | 2E | 24 |
| Octal | 62 | 146 | 210 | 77 | 31 | 0 | 57 | 314 | 56 | 44 |
| Binary | 110010 | 1100110 | 10001000 | 111111 | 11001 | 0 | 101111 | 11001100 | 101110 | 100100 |
Color Harmonies of #326688
Complementary color
Monochromatic Colors of #326688
Black with #326688
Text Example
Text Example
White with #326688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326688; }
p { color: rgb(50,102,136); }
H1.HeaderClassName
{
color: #326688;
}
.AnyTagClassName
{
color: #326688;
}
</style>
background-color css
<style>
a { background-color: #326688; }
a { background-color: rgb(50,102,136); }
div.DivClassName
{
background-color: #326688;
}
.BgClassName
{
background-color: #326688;
}
</style>
border-color css
<style>
span { border-color: #326688; }
span { border-color: rgb(50,102,136); }
td.TdClassName
{
border-color: #326688;
}
.TagClassName
{
border-color: #326688;
}
</style>