Shades of Astral #32717F
Tints of Astral #32717F
RGB
CMYK
RGB Variations
Color information
#32717F (or 0x32717F) is known color: Astral. HEX triplet: 32, 71 and 7F. RGB value is (50,113,127). Sum of RGB (Red+Green+Blue) = 50+113+127=290 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.24% from 290); Green value is 113 (44.53% from 255 or 38.97% from 290); Blue value is 127 (50% from 255 or 43.79% from 290); Max value from RGB is 127 - color contains mainly: blue. Hex color #32717F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32717F is #CD8E80. Grayscale: #5F5F5F. Windows color (decimal): -13471361 or 8352050. OLE color: 8352050.
HSL color Cylindrical-coordinate representation of color #32717F: hue angle of 190.91º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #32717F is Cyan = 0.61, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 50 | 113 | 127 | - |
| CMYK | 0.61 | 0.11 | 0 | 0.50 |
| HSL | 190.91º | 0.44% | 0.35% | - |
| HSV(B) | 190.91º | 0.61% | 0.5% | - |
| XYZ | 11.05 | 14.02 | 22.2 | - |
| YUV | 95.76 | 145.63 | 95.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 113 | 127 | 0.61 | 0.11 | 0 | 0.50 | 190.91 | 0.44 | 0.35 |
| Hex | 32 | 71 | 7F | 3D | B | 0 | 32 | BF | 2C | 23 |
| Octal | 62 | 161 | 177 | 75 | 13 | 0 | 62 | 277 | 54 | 43 |
| Binary | 110010 | 1110001 | 1111111 | 111101 | 1011 | 0 | 110010 | 10111111 | 101100 | 100011 |
Color Harmonies of #32717F
Complementary color
Monochromatic Colors of #32717F
Black with #32717F
Text Example
Text Example
White with #32717F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32717F; }
p { color: rgb(50,113,127); }
H1.HeaderClassName
{
color: #32717F;
}
.AnyTagClassName
{
color: #32717F;
}
</style>
background-color css
<style>
a { background-color: #32717F; }
a { background-color: rgb(50,113,127); }
div.DivClassName
{
background-color: #32717F;
}
.BgClassName
{
background-color: #32717F;
}
</style>
border-color css
<style>
span { border-color: #32717F; }
span { border-color: rgb(50,113,127); }
td.TdClassName
{
border-color: #32717F;
}
.TagClassName
{
border-color: #32717F;
}
</style>