Shades of Astral #32698A
Tints of Astral #32698A
RGB
CMYK
RGB Variations
Color information
#32698A (or 0x32698A) is known color: Astral. HEX triplet: 32, 69 and 8A. RGB value is (50,105,138). Sum of RGB (Red+Green+Blue) = 50+105+138=293 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.06% from 293); Green value is 105 (41.41% from 255 or 35.84% from 293); Blue value is 138 (54.30% from 255 or 47.10% from 293); Max value from RGB is 138 - color contains mainly: blue. Hex color #32698A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #32698A is #CD9675. Grayscale: #5C5C5C. Windows color (decimal): -13473398 or 9070898. OLE color: 9070898.
HSL color Cylindrical-coordinate representation of color #32698A: hue angle of 202.5º 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 #32698A is Cyan = 0.64, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 50 | 105 | 138 | - |
| CMYK | 0.64 | 0.24 | 0 | 0.46 |
| HSL | 202.5º | 0.47% | 0.37% | - |
| HSV(B) | 202.5º | 0.64% | 0.54% | - |
| XYZ | 10.95 | 12.62 | 25.9 | - |
| YUV | 92.32 | 153.78 | 97.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 105 | 138 | 0.64 | 0.24 | 0 | 0.46 | 202.5 | 0.47 | 0.37 |
| Hex | 32 | 69 | 8A | 40 | 18 | 0 | 2E | CA | 2F | 25 |
| Octal | 62 | 151 | 212 | 100 | 30 | 0 | 56 | 312 | 57 | 45 |
| Binary | 110010 | 1101001 | 10001010 | 1000000 | 11000 | 0 | 101110 | 11001010 | 101111 | 100101 |
Color Harmonies of #32698A
Complementary color
Monochromatic Colors of #32698A
Black with #32698A
Text Example
Text Example
White with #32698A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32698A; }
p { color: rgb(50,105,138); }
H1.HeaderClassName
{
color: #32698A;
}
.AnyTagClassName
{
color: #32698A;
}
</style>
background-color css
<style>
a { background-color: #32698A; }
a { background-color: rgb(50,105,138); }
div.DivClassName
{
background-color: #32698A;
}
.BgClassName
{
background-color: #32698A;
}
</style>
border-color css
<style>
span { border-color: #32698A; }
span { border-color: rgb(50,105,138); }
td.TdClassName
{
border-color: #32698A;
}
.TagClassName
{
border-color: #32698A;
}
</style>