Shades of Astral #32718A
Tints of Astral #32718A
RGB
CMYK
RGB Variations
Color information
#32718A (or 0x32718A) is known color: Astral. HEX triplet: 32, 71 and 8A. RGB value is (50,113,138). Sum of RGB (Red+Green+Blue) = 50+113+138=301 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.61% from 301); Green value is 113 (44.53% from 255 or 37.54% from 301); Blue value is 138 (54.30% from 255 or 45.85% from 301); Max value from RGB is 138 - color contains mainly: blue. Hex color #32718A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #32718A is #CD8E75. Grayscale: #606060. Windows color (decimal): -13471350 or 9072946. OLE color: 9072946.
HSL color Cylindrical-coordinate representation of color #32718A: hue angle of 197.05º 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 #32718A is Cyan = 0.64, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 50 | 113 | 138 | - |
| CMYK | 0.64 | 0.18 | 0 | 0.46 |
| HSL | 197.05º | 0.47% | 0.37% | - |
| HSV(B) | 197.05º | 0.64% | 0.54% | - |
| XYZ | 11.81 | 14.32 | 26.19 | - |
| YUV | 97.01 | 151.13 | 94.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 113 | 138 | 0.64 | 0.18 | 0 | 0.46 | 197.05 | 0.47 | 0.37 |
| Hex | 32 | 71 | 8A | 40 | 12 | 0 | 2E | C5 | 2F | 25 |
| Octal | 62 | 161 | 212 | 100 | 22 | 0 | 56 | 305 | 57 | 45 |
| Binary | 110010 | 1110001 | 10001010 | 1000000 | 10010 | 0 | 101110 | 11000101 | 101111 | 100101 |
Color Harmonies of #32718A
Complementary color
Monochromatic Colors of #32718A
Black with #32718A
Text Example
Text Example
White with #32718A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32718A; }
p { color: rgb(50,113,138); }
H1.HeaderClassName
{
color: #32718A;
}
.AnyTagClassName
{
color: #32718A;
}
</style>
background-color css
<style>
a { background-color: #32718A; }
a { background-color: rgb(50,113,138); }
div.DivClassName
{
background-color: #32718A;
}
.BgClassName
{
background-color: #32718A;
}
</style>
border-color css
<style>
span { border-color: #32718A; }
span { border-color: rgb(50,113,138); }
td.TdClassName
{
border-color: #32718A;
}
.TagClassName
{
border-color: #32718A;
}
</style>