Shades of Astral #32668F
Tints of Astral #32668F
RGB
CMYK
RGB Variations
Color information
#32668F (or 0x32668F) is known color: Astral. HEX triplet: 32, 66 and 8F. RGB value is (50,102,143). Sum of RGB (Red+Green+Blue) = 50+102+143=295 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.95% from 295); Green value is 102 (40.23% from 255 or 34.58% from 295); Blue value is 143 (56.25% from 255 or 48.47% from 295); Max value from RGB is 143 - color contains mainly: blue. Hex color #32668F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #32668F is #CD9970. Grayscale: #5A5A5A. Windows color (decimal): -13474161 or 9397810. OLE color: 9397810.
HSL color Cylindrical-coordinate representation of color #32668F: hue angle of 206.45º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #32668F is Cyan = 0.65, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 50 | 102 | 143 | - |
| CMYK | 0.65 | 0.29 | 0 | 0.44 |
| HSL | 206.45º | 0.48% | 0.38% | - |
| HSV(B) | 206.45º | 0.65% | 0.56% | - |
| XYZ | 11.02 | 12.16 | 27.75 | - |
| YUV | 91.13 | 157.27 | 98.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 102 | 143 | 0.65 | 0.29 | 0 | 0.44 | 206.45 | 0.48 | 0.38 |
| Hex | 32 | 66 | 8F | 41 | 1D | 0 | 2C | CE | 30 | 26 |
| Octal | 62 | 146 | 217 | 101 | 35 | 0 | 54 | 316 | 60 | 46 |
| Binary | 110010 | 1100110 | 10001111 | 1000001 | 11101 | 0 | 101100 | 11001110 | 110000 | 100110 |
Color Harmonies of #32668F
Complementary color
Monochromatic Colors of #32668F
Black with #32668F
Text Example
Text Example
White with #32668F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32668F; }
p { color: rgb(50,102,143); }
H1.HeaderClassName
{
color: #32668F;
}
.AnyTagClassName
{
color: #32668F;
}
</style>
background-color css
<style>
a { background-color: #32668F; }
a { background-color: rgb(50,102,143); }
div.DivClassName
{
background-color: #32668F;
}
.BgClassName
{
background-color: #32668F;
}
</style>
border-color css
<style>
span { border-color: #32668F; }
span { border-color: rgb(50,102,143); }
td.TdClassName
{
border-color: #32668F;
}
.TagClassName
{
border-color: #32668F;
}
</style>