Shades of Astral #32687D
Tints of Astral #32687D
RGB
CMYK
RGB Variations
Color information
#32687D (or 0x32687D) is known color: Astral. HEX triplet: 32, 68 and 7D. RGB value is (50,104,125). Sum of RGB (Red+Green+Blue) = 50+104+125=279 (36% of max value = 765). Red value is 50 (19.92% from 255 or 17.92% from 279); Green value is 104 (41.02% from 255 or 37.28% from 279); Blue value is 125 (49.22% from 255 or 44.80% from 279); Max value from RGB is 125 - color contains mainly: blue. Hex color #32687D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32687D is #CD9782. Grayscale: #5A5A5A. Windows color (decimal): -13473667 or 8218674. OLE color: 8218674.
HSL color Cylindrical-coordinate representation of color #32687D: hue angle of 196.8º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #32687D is Cyan = 0.60, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 50 | 104 | 125 | - |
| CMYK | 0.60 | 0.17 | 0 | 0.51 |
| HSL | 196.8º | 0.43% | 0.34% | - |
| HSV(B) | 196.8º | 0.6% | 0.49% | - |
| XYZ | 9.97 | 12.06 | 21.2 | - |
| YUV | 90.25 | 147.61 | 99.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 104 | 125 | 0.60 | 0.17 | 0 | 0.51 | 196.8 | 0.43 | 0.34 |
| Hex | 32 | 68 | 7D | 3C | 11 | 0 | 33 | C5 | 2B | 22 |
| Octal | 62 | 150 | 175 | 74 | 21 | 0 | 63 | 305 | 53 | 42 |
| Binary | 110010 | 1101000 | 1111101 | 111100 | 10001 | 0 | 110011 | 11000101 | 101011 | 100010 |
Color Harmonies of #32687D
Complementary color
Monochromatic Colors of #32687D
Black with #32687D
Text Example
Text Example
White with #32687D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32687D; }
p { color: rgb(50,104,125); }
H1.HeaderClassName
{
color: #32687D;
}
.AnyTagClassName
{
color: #32687D;
}
</style>
background-color css
<style>
a { background-color: #32687D; }
a { background-color: rgb(50,104,125); }
div.DivClassName
{
background-color: #32687D;
}
.BgClassName
{
background-color: #32687D;
}
</style>
border-color css
<style>
span { border-color: #32687D; }
span { border-color: rgb(50,104,125); }
td.TdClassName
{
border-color: #32687D;
}
.TagClassName
{
border-color: #32687D;
}
</style>