Shades of Astral #32728A
Tints of Astral #32728A
RGB
CMYK
RGB Variations
Color information
#32728A (or 0x32728A) is known color: Astral. HEX triplet: 32, 72 and 8A. RGB value is (50,114,138). Sum of RGB (Red+Green+Blue) = 50+114+138=302 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.56% from 302); Green value is 114 (44.92% from 255 or 37.75% from 302); Blue value is 138 (54.30% from 255 or 45.70% from 302); Max value from RGB is 138 - color contains mainly: blue. Hex color #32728A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #32728A is #CD8D75. Grayscale: #616161. Windows color (decimal): -13471094 or 9073202. OLE color: 9073202.
HSL color Cylindrical-coordinate representation of color #32728A: hue angle of 196.36º 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 #32728A is Cyan = 0.64, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 50 | 114 | 138 | - |
| CMYK | 0.64 | 0.17 | 0 | 0.46 |
| HSL | 196.36º | 0.47% | 0.37% | - |
| HSV(B) | 196.36º | 0.64% | 0.54% | - |
| XYZ | 11.92 | 14.55 | 26.22 | - |
| YUV | 97.6 | 150.8 | 94.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 114 | 138 | 0.64 | 0.17 | 0 | 0.46 | 196.36 | 0.47 | 0.37 |
| Hex | 32 | 72 | 8A | 40 | 11 | 0 | 2E | C4 | 2F | 25 |
| Octal | 62 | 162 | 212 | 100 | 21 | 0 | 56 | 304 | 57 | 45 |
| Binary | 110010 | 1110010 | 10001010 | 1000000 | 10001 | 0 | 101110 | 11000100 | 101111 | 100101 |
Color Harmonies of #32728A
Complementary color
Monochromatic Colors of #32728A
Black with #32728A
Text Example
Text Example
White with #32728A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32728A; }
p { color: rgb(50,114,138); }
H1.HeaderClassName
{
color: #32728A;
}
.AnyTagClassName
{
color: #32728A;
}
</style>
background-color css
<style>
a { background-color: #32728A; }
a { background-color: rgb(50,114,138); }
div.DivClassName
{
background-color: #32728A;
}
.BgClassName
{
background-color: #32728A;
}
</style>
border-color css
<style>
span { border-color: #32728A; }
span { border-color: rgb(50,114,138); }
td.TdClassName
{
border-color: #32728A;
}
.TagClassName
{
border-color: #32728A;
}
</style>