Shades of Astral #326888
Tints of Astral #326888
RGB
CMYK
RGB Variations
Color information
#326888 (or 0x326888) is known color: Astral. HEX triplet: 32, 68 and 88. RGB value is (50,104,136). Sum of RGB (Red+Green+Blue) = 50+104+136=290 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.24% from 290); Green value is 104 (41.02% from 255 or 35.86% from 290); Blue value is 136 (53.52% from 255 or 46.90% from 290); Max value from RGB is 136 - color contains mainly: blue. Hex color #326888 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326888 is #CD9777. Grayscale: #5B5B5B. Windows color (decimal): -13473656 or 8939570. OLE color: 8939570.
HSL color Cylindrical-coordinate representation of color #326888: hue angle of 202.33º 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 #326888 is Cyan = 0.63, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 50 | 104 | 136 | - |
| CMYK | 0.63 | 0.24 | 0 | 0.47 |
| HSL | 202.33º | 0.46% | 0.36% | - |
| HSV(B) | 202.33º | 0.63% | 0.53% | - |
| XYZ | 10.71 | 12.36 | 25.11 | - |
| YUV | 91.5 | 153.11 | 98.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 104 | 136 | 0.63 | 0.24 | 0 | 0.47 | 202.33 | 0.46 | 0.36 |
| Hex | 32 | 68 | 88 | 3F | 18 | 0 | 2F | CA | 2E | 24 |
| Octal | 62 | 150 | 210 | 77 | 30 | 0 | 57 | 312 | 56 | 44 |
| Binary | 110010 | 1101000 | 10001000 | 111111 | 11000 | 0 | 101111 | 11001010 | 101110 | 100100 |
Color Harmonies of #326888
Complementary color
Monochromatic Colors of #326888
Black with #326888
Text Example
Text Example
White with #326888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #326888; }
p { color: rgb(50,104,136); }
H1.HeaderClassName
{
color: #326888;
}
.AnyTagClassName
{
color: #326888;
}
</style>
background-color css
<style>
a { background-color: #326888; }
a { background-color: rgb(50,104,136); }
div.DivClassName
{
background-color: #326888;
}
.BgClassName
{
background-color: #326888;
}
</style>
border-color css
<style>
span { border-color: #326888; }
span { border-color: rgb(50,104,136); }
td.TdClassName
{
border-color: #326888;
}
.TagClassName
{
border-color: #326888;
}
</style>