Shades of Astral #32788A
Tints of Astral #32788A
RGB
CMYK
RGB Variations
Color information
#32788A (or 0x32788A) is known color: Astral. HEX triplet: 32, 78 and 8A. RGB value is (50,120,138). Sum of RGB (Red+Green+Blue) = 50+120+138=308 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.23% from 308); Green value is 120 (47.27% from 255 or 38.96% from 308); Blue value is 138 (54.30% from 255 or 44.81% from 308); Max value from RGB is 138 - color contains mainly: blue. Hex color #32788A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #32788A is #CD8775. Grayscale: #646464. Windows color (decimal): -13469558 or 9074738. OLE color: 9074738.
HSL color Cylindrical-coordinate representation of color #32788A: hue angle of 192.27º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #32788A is Cyan = 0.64, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 50 | 120 | 138 | - |
| CMYK | 0.64 | 0.13 | 0 | 0.46 |
| HSL | 192.27º | 0.47% | 0.37% | - |
| HSV(B) | 192.27º | 0.64% | 0.54% | - |
| XYZ | 12.62 | 15.95 | 26.46 | - |
| YUV | 101.12 | 148.81 | 91.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 120 | 138 | 0.64 | 0.13 | 0 | 0.46 | 192.27 | 0.47 | 0.37 |
| Hex | 32 | 78 | 8A | 40 | D | 0 | 2E | C0 | 2F | 25 |
| Octal | 62 | 170 | 212 | 100 | 15 | 0 | 56 | 300 | 57 | 45 |
| Binary | 110010 | 1111000 | 10001010 | 1000000 | 1101 | 0 | 101110 | 11000000 | 101111 | 100101 |
Color Harmonies of #32788A
Complementary color
Monochromatic Colors of #32788A
Black with #32788A
Text Example
Text Example
White with #32788A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32788A; }
p { color: rgb(50,120,138); }
H1.HeaderClassName
{
color: #32788A;
}
.AnyTagClassName
{
color: #32788A;
}
</style>
background-color css
<style>
a { background-color: #32788A; }
a { background-color: rgb(50,120,138); }
div.DivClassName
{
background-color: #32788A;
}
.BgClassName
{
background-color: #32788A;
}
</style>
border-color css
<style>
span { border-color: #32788A; }
span { border-color: rgb(50,120,138); }
td.TdClassName
{
border-color: #32788A;
}
.TagClassName
{
border-color: #32788A;
}
</style>