Shades of Astral #32708B
Tints of Astral #32708B
RGB
CMYK
RGB Variations
Color information
#32708B (or 0x32708B) is known color: Astral. HEX triplet: 32, 70 and 8B. RGB value is (50,112,139). Sum of RGB (Red+Green+Blue) = 50+112+139=301 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.61% from 301); Green value is 112 (44.14% from 255 or 37.21% from 301); Blue value is 139 (54.69% from 255 or 46.18% from 301); Max value from RGB is 139 - color contains mainly: blue. Hex color #32708B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #32708B is #CD8F74. Grayscale: #606060. Windows color (decimal): -13471605 or 9138226. OLE color: 9138226.
HSL color Cylindrical-coordinate representation of color #32708B: hue angle of 198.2º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #32708B is Cyan = 0.64, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 50 | 112 | 139 | - |
| CMYK | 0.64 | 0.19 | 0 | 0.45 |
| HSL | 198.2º | 0.47% | 0.37% | - |
| HSV(B) | 198.2º | 0.64% | 0.55% | - |
| XYZ | 11.77 | 14.13 | 26.53 | - |
| YUV | 96.54 | 151.96 | 94.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 112 | 139 | 0.64 | 0.19 | 0 | 0.45 | 198.2 | 0.47 | 0.37 |
| Hex | 32 | 70 | 8B | 40 | 13 | 0 | 2D | C6 | 2F | 25 |
| Octal | 62 | 160 | 213 | 100 | 23 | 0 | 55 | 306 | 57 | 45 |
| Binary | 110010 | 1110000 | 10001011 | 1000000 | 10011 | 0 | 101101 | 11000110 | 101111 | 100101 |
Color Harmonies of #32708B
Complementary color
Monochromatic Colors of #32708B
Black with #32708B
Text Example
Text Example
White with #32708B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32708B; }
p { color: rgb(50,112,139); }
H1.HeaderClassName
{
color: #32708B;
}
.AnyTagClassName
{
color: #32708B;
}
</style>
background-color css
<style>
a { background-color: #32708B; }
a { background-color: rgb(50,112,139); }
div.DivClassName
{
background-color: #32708B;
}
.BgClassName
{
background-color: #32708B;
}
</style>
border-color css
<style>
span { border-color: #32708B; }
span { border-color: rgb(50,112,139); }
td.TdClassName
{
border-color: #32708B;
}
.TagClassName
{
border-color: #32708B;
}
</style>