Shades of Astral #32698D
Tints of Astral #32698D
RGB
CMYK
RGB Variations
Color information
#32698D (or 0x32698D) is known color: Astral. HEX triplet: 32, 69 and 8D. RGB value is (50,105,141). Sum of RGB (Red+Green+Blue) = 50+105+141=296 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.89% from 296); Green value is 105 (41.41% from 255 or 35.47% from 296); Blue value is 141 (55.47% from 255 or 47.64% from 296); Max value from RGB is 141 - color contains mainly: blue. Hex color #32698D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #32698D is #CD9672. Grayscale: #5C5C5C. Windows color (decimal): -13473395 or 9267506. OLE color: 9267506.
HSL color Cylindrical-coordinate representation of color #32698D: hue angle of 203.74º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #32698D is Cyan = 0.65, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 50 | 105 | 141 | - |
| CMYK | 0.65 | 0.26 | 0 | 0.45 |
| HSL | 203.74º | 0.48% | 0.37% | - |
| HSV(B) | 203.74º | 0.65% | 0.55% | - |
| XYZ | 11.17 | 12.7 | 27.06 | - |
| YUV | 92.66 | 155.28 | 97.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 105 | 141 | 0.65 | 0.26 | 0 | 0.45 | 203.74 | 0.48 | 0.37 |
| Hex | 32 | 69 | 8D | 41 | 1A | 0 | 2D | CC | 30 | 25 |
| Octal | 62 | 151 | 215 | 101 | 32 | 0 | 55 | 314 | 60 | 45 |
| Binary | 110010 | 1101001 | 10001101 | 1000001 | 11010 | 0 | 101101 | 11001100 | 110000 | 100101 |
Color Harmonies of #32698D
Complementary color
Monochromatic Colors of #32698D
Black with #32698D
Text Example
Text Example
White with #32698D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32698D; }
p { color: rgb(50,105,141); }
H1.HeaderClassName
{
color: #32698D;
}
.AnyTagClassName
{
color: #32698D;
}
</style>
background-color css
<style>
a { background-color: #32698D; }
a { background-color: rgb(50,105,141); }
div.DivClassName
{
background-color: #32698D;
}
.BgClassName
{
background-color: #32698D;
}
</style>
border-color css
<style>
span { border-color: #32698D; }
span { border-color: rgb(50,105,141); }
td.TdClassName
{
border-color: #32698D;
}
.TagClassName
{
border-color: #32698D;
}
</style>