Shades of Astral #32658D
Tints of Astral #32658D
RGB
CMYK
RGB Variations
Color information
#32658D (or 0x32658D) is known color: Astral. HEX triplet: 32, 65 and 8D. RGB value is (50,101,141). Sum of RGB (Red+Green+Blue) = 50+101+141=292 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.12% from 292); Green value is 101 (39.84% from 255 or 34.59% from 292); Blue value is 141 (55.47% from 255 or 48.29% from 292); Max value from RGB is 141 - color contains mainly: blue. Hex color #32658D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #32658D is #CD9A72. Grayscale: #5A5A5A. Windows color (decimal): -13474419 or 9266482. OLE color: 9266482.
HSL color Cylindrical-coordinate representation of color #32658D: hue angle of 206.37º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #32658D is Cyan = 0.65, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 50 | 101 | 141 | - |
| CMYK | 0.65 | 0.28 | 0 | 0.45 |
| HSL | 206.37º | 0.48% | 0.37% | - |
| HSV(B) | 206.37º | 0.65% | 0.55% | - |
| XYZ | 10.78 | 11.91 | 26.93 | - |
| YUV | 90.31 | 156.6 | 99.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 101 | 141 | 0.65 | 0.28 | 0 | 0.45 | 206.37 | 0.48 | 0.37 |
| Hex | 32 | 65 | 8D | 41 | 1C | 0 | 2D | CE | 30 | 25 |
| Octal | 62 | 145 | 215 | 101 | 34 | 0 | 55 | 316 | 60 | 45 |
| Binary | 110010 | 1100101 | 10001101 | 1000001 | 11100 | 0 | 101101 | 11001110 | 110000 | 100101 |
Color Harmonies of #32658D
Complementary color
Monochromatic Colors of #32658D
Black with #32658D
Text Example
Text Example
White with #32658D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32658D; }
p { color: rgb(50,101,141); }
H1.HeaderClassName
{
color: #32658D;
}
.AnyTagClassName
{
color: #32658D;
}
</style>
background-color css
<style>
a { background-color: #32658D; }
a { background-color: rgb(50,101,141); }
div.DivClassName
{
background-color: #32658D;
}
.BgClassName
{
background-color: #32658D;
}
</style>
border-color css
<style>
span { border-color: #32658D; }
span { border-color: rgb(50,101,141); }
td.TdClassName
{
border-color: #32658D;
}
.TagClassName
{
border-color: #32658D;
}
</style>