Shades of Astral #32758A
Tints of Astral #32758A
RGB
CMYK
RGB Variations
Color information
#32758A (or 0x32758A) is known color: Astral. HEX triplet: 32, 75 and 8A. RGB value is (50,117,138). Sum of RGB (Red+Green+Blue) = 50+117+138=305 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.39% from 305); Green value is 117 (46.09% from 255 or 38.36% from 305); Blue value is 138 (54.30% from 255 or 45.25% from 305); Max value from RGB is 138 - color contains mainly: blue. Hex color #32758A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #32758A is #CD8A75. Grayscale: #636363. Windows color (decimal): -13470326 or 9073970. OLE color: 9073970.
HSL color Cylindrical-coordinate representation of color #32758A: hue angle of 194.32º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #32758A is Cyan = 0.64, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 50 | 117 | 138 | - |
| CMYK | 0.64 | 0.15 | 0 | 0.46 |
| HSL | 194.32º | 0.47% | 0.37% | - |
| HSV(B) | 194.32º | 0.64% | 0.54% | - |
| XYZ | 12.26 | 15.24 | 26.34 | - |
| YUV | 99.36 | 149.8 | 92.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 117 | 138 | 0.64 | 0.15 | 0 | 0.46 | 194.32 | 0.47 | 0.37 |
| Hex | 32 | 75 | 8A | 40 | F | 0 | 2E | C2 | 2F | 25 |
| Octal | 62 | 165 | 212 | 100 | 17 | 0 | 56 | 302 | 57 | 45 |
| Binary | 110010 | 1110101 | 10001010 | 1000000 | 1111 | 0 | 101110 | 11000010 | 101111 | 100101 |
Color Harmonies of #32758A
Complementary color
Monochromatic Colors of #32758A
Black with #32758A
Text Example
Text Example
White with #32758A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32758A; }
p { color: rgb(50,117,138); }
H1.HeaderClassName
{
color: #32758A;
}
.AnyTagClassName
{
color: #32758A;
}
</style>
background-color css
<style>
a { background-color: #32758A; }
a { background-color: rgb(50,117,138); }
div.DivClassName
{
background-color: #32758A;
}
.BgClassName
{
background-color: #32758A;
}
</style>
border-color css
<style>
span { border-color: #32758A; }
span { border-color: rgb(50,117,138); }
td.TdClassName
{
border-color: #32758A;
}
.TagClassName
{
border-color: #32758A;
}
</style>