Shades of Astral #31718F
Tints of Astral #31718F
RGB
CMYK
RGB Variations
Color information
#31718F (or 0x31718F) is known color: Astral. HEX triplet: 31, 71 and 8F. RGB value is (49,113,143). Sum of RGB (Red+Green+Blue) = 49+113+143=305 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.07% from 305); Green value is 113 (44.53% from 255 or 37.05% from 305); Blue value is 143 (56.25% from 255 or 46.89% from 305); Max value from RGB is 143 - color contains mainly: blue. Hex color #31718F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #31718F is #CE8E70. Grayscale: #616161. Windows color (decimal): -13536881 or 9400625. OLE color: 9400625.
HSL color Cylindrical-coordinate representation of color #31718F: hue angle of 199.15º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #31718F is Cyan = 0.66, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 49 | 113 | 143 | - |
| CMYK | 0.66 | 0.21 | 0 | 0.44 |
| HSL | 199.15º | 0.49% | 0.38% | - |
| HSV(B) | 199.15º | 0.66% | 0.56% | - |
| XYZ | 12.13 | 14.45 | 28.14 | - |
| YUV | 97.28 | 153.8 | 93.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 113 | 143 | 0.66 | 0.21 | 0 | 0.44 | 199.15 | 0.49 | 0.38 |
| Hex | 31 | 71 | 8F | 42 | 15 | 0 | 2C | C7 | 31 | 26 |
| Octal | 61 | 161 | 217 | 102 | 25 | 0 | 54 | 307 | 61 | 46 |
| Binary | 110001 | 1110001 | 10001111 | 1000010 | 10101 | 0 | 101100 | 11000111 | 110001 | 100110 |
Color Harmonies of #31718F
Complementary color
Monochromatic Colors of #31718F
Black with #31718F
Text Example
Text Example
White with #31718F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31718F; }
p { color: rgb(49,113,143); }
H1.HeaderClassName
{
color: #31718F;
}
.AnyTagClassName
{
color: #31718F;
}
</style>
background-color css
<style>
a { background-color: #31718F; }
a { background-color: rgb(49,113,143); }
div.DivClassName
{
background-color: #31718F;
}
.BgClassName
{
background-color: #31718F;
}
</style>
border-color css
<style>
span { border-color: #31718F; }
span { border-color: rgb(49,113,143); }
td.TdClassName
{
border-color: #31718F;
}
.TagClassName
{
border-color: #31718F;
}
</style>