Shades of Astral #31708D
Tints of Astral #31708D
RGB
CMYK
RGB Variations
Color information
#31708D (or 0x31708D) is known color: Astral. HEX triplet: 31, 70 and 8D. RGB value is (49,112,141). Sum of RGB (Red+Green+Blue) = 49+112+141=302 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.23% from 302); Green value is 112 (44.14% from 255 or 37.09% from 302); Blue value is 141 (55.47% from 255 or 46.69% from 302); Max value from RGB is 141 - color contains mainly: blue. Hex color #31708D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #31708D is #CE8F72. Grayscale: #606060. Windows color (decimal): -13537139 or 9269297. OLE color: 9269297.
HSL color Cylindrical-coordinate representation of color #31708D: hue angle of 198.91º 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 #31708D is Cyan = 0.65, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 49 | 112 | 141 | - |
| CMYK | 0.65 | 0.21 | 0 | 0.45 |
| HSL | 198.91º | 0.48% | 0.37% | - |
| HSV(B) | 198.91º | 0.65% | 0.55% | - |
| XYZ | 11.87 | 14.16 | 27.31 | - |
| YUV | 96.47 | 153.13 | 94.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 112 | 141 | 0.65 | 0.21 | 0 | 0.45 | 198.91 | 0.48 | 0.37 |
| Hex | 31 | 70 | 8D | 41 | 15 | 0 | 2D | C7 | 30 | 25 |
| Octal | 61 | 160 | 215 | 101 | 25 | 0 | 55 | 307 | 60 | 45 |
| Binary | 110001 | 1110000 | 10001101 | 1000001 | 10101 | 0 | 101101 | 11000111 | 110000 | 100101 |
Color Harmonies of #31708D
Complementary color
Monochromatic Colors of #31708D
Black with #31708D
Text Example
Text Example
White with #31708D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31708D; }
p { color: rgb(49,112,141); }
H1.HeaderClassName
{
color: #31708D;
}
.AnyTagClassName
{
color: #31708D;
}
</style>
background-color css
<style>
a { background-color: #31708D; }
a { background-color: rgb(49,112,141); }
div.DivClassName
{
background-color: #31708D;
}
.BgClassName
{
background-color: #31708D;
}
</style>
border-color css
<style>
span { border-color: #31708D; }
span { border-color: rgb(49,112,141); }
td.TdClassName
{
border-color: #31708D;
}
.TagClassName
{
border-color: #31708D;
}
</style>