Shades of Astral #32798A
Tints of Astral #32798A
RGB
CMYK
RGB Variations
Color information
#32798A (or 0x32798A) is known color: Astral. HEX triplet: 32, 79 and 8A. RGB value is (50,121,138). Sum of RGB (Red+Green+Blue) = 50+121+138=309 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.18% from 309); Green value is 121 (47.66% from 255 or 39.16% from 309); Blue value is 138 (54.30% from 255 or 44.66% from 309); Max value from RGB is 138 - color contains mainly: blue. Hex color #32798A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #32798A is #CD8675. Grayscale: #656565. Windows color (decimal): -13469302 or 9074994. OLE color: 9074994.
HSL color Cylindrical-coordinate representation of color #32798A: hue angle of 191.59º 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 #32798A is Cyan = 0.64, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 50 | 121 | 138 | - |
| CMYK | 0.64 | 0.12 | 0 | 0.46 |
| HSL | 191.59º | 0.47% | 0.37% | - |
| HSV(B) | 191.59º | 0.64% | 0.54% | - |
| XYZ | 12.74 | 16.19 | 26.5 | - |
| YUV | 101.71 | 148.48 | 91.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 121 | 138 | 0.64 | 0.12 | 0 | 0.46 | 191.59 | 0.47 | 0.37 |
| Hex | 32 | 79 | 8A | 40 | C | 0 | 2E | C0 | 2F | 25 |
| Octal | 62 | 171 | 212 | 100 | 14 | 0 | 56 | 300 | 57 | 45 |
| Binary | 110010 | 1111001 | 10001010 | 1000000 | 1100 | 0 | 101110 | 11000000 | 101111 | 100101 |
Color Harmonies of #32798A
Complementary color
Monochromatic Colors of #32798A
Black with #32798A
Text Example
Text Example
White with #32798A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32798A; }
p { color: rgb(50,121,138); }
H1.HeaderClassName
{
color: #32798A;
}
.AnyTagClassName
{
color: #32798A;
}
</style>
background-color css
<style>
a { background-color: #32798A; }
a { background-color: rgb(50,121,138); }
div.DivClassName
{
background-color: #32798A;
}
.BgClassName
{
background-color: #32798A;
}
</style>
border-color css
<style>
span { border-color: #32798A; }
span { border-color: rgb(50,121,138); }
td.TdClassName
{
border-color: #32798A;
}
.TagClassName
{
border-color: #32798A;
}
</style>