Shades of Astral #32668D
Tints of Astral #32668D
RGB
CMYK
RGB Variations
Color information
#32668D (or 0x32668D) is known color: Astral. HEX triplet: 32, 66 and 8D. RGB value is (50,102,141). Sum of RGB (Red+Green+Blue) = 50+102+141=293 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.06% from 293); Green value is 102 (40.23% from 255 or 34.81% from 293); Blue value is 141 (55.47% from 255 or 48.12% from 293); Max value from RGB is 141 - color contains mainly: blue. Hex color #32668D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #32668D is #CD9972. Grayscale: #5A5A5A. Windows color (decimal): -13474163 or 9266738. OLE color: 9266738.
HSL color Cylindrical-coordinate representation of color #32668D: hue angle of 205.71º 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 #32668D is Cyan = 0.65, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 50 | 102 | 141 | - |
| CMYK | 0.65 | 0.28 | 0 | 0.45 |
| HSL | 205.71º | 0.48% | 0.37% | - |
| HSV(B) | 205.71º | 0.65% | 0.55% | - |
| XYZ | 10.87 | 12.1 | 26.96 | - |
| YUV | 90.9 | 156.27 | 98.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 102 | 141 | 0.65 | 0.28 | 0 | 0.45 | 205.71 | 0.48 | 0.37 |
| Hex | 32 | 66 | 8D | 41 | 1C | 0 | 2D | CE | 30 | 25 |
| Octal | 62 | 146 | 215 | 101 | 34 | 0 | 55 | 316 | 60 | 45 |
| Binary | 110010 | 1100110 | 10001101 | 1000001 | 11100 | 0 | 101101 | 11001110 | 110000 | 100101 |
Color Harmonies of #32668D
Complementary color
Monochromatic Colors of #32668D
Black with #32668D
Text Example
Text Example
White with #32668D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32668D; }
p { color: rgb(50,102,141); }
H1.HeaderClassName
{
color: #32668D;
}
.AnyTagClassName
{
color: #32668D;
}
</style>
background-color css
<style>
a { background-color: #32668D; }
a { background-color: rgb(50,102,141); }
div.DivClassName
{
background-color: #32668D;
}
.BgClassName
{
background-color: #32668D;
}
</style>
border-color css
<style>
span { border-color: #32668D; }
span { border-color: rgb(50,102,141); }
td.TdClassName
{
border-color: #32668D;
}
.TagClassName
{
border-color: #32668D;
}
</style>