Shades of Astral #31718A
Tints of Astral #31718A
RGB
CMYK
RGB Variations
Color information
#31718A (or 0x31718A) is known color: Astral. HEX triplet: 31, 71 and 8A. RGB value is (49,113,138). Sum of RGB (Red+Green+Blue) = 49+113+138=300 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.33% from 300); Green value is 113 (44.53% from 255 or 37.67% from 300); Blue value is 138 (54.30% from 255 or 46% from 300); Max value from RGB is 138 - color contains mainly: blue. Hex color #31718A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #31718A is #CE8E75. Grayscale: #606060. Windows color (decimal): -13536886 or 9072945. OLE color: 9072945.
HSL color Cylindrical-coordinate representation of color #31718A: hue angle of 196.85º degrees, saturation: 0.48, 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 #31718A is Cyan = 0.64, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 49 | 113 | 138 | - |
| CMYK | 0.64 | 0.18 | 0 | 0.46 |
| HSL | 196.85º | 0.48% | 0.37% | - |
| HSV(B) | 196.85º | 0.64% | 0.54% | - |
| XYZ | 11.76 | 14.3 | 26.18 | - |
| YUV | 96.71 | 151.3 | 93.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 113 | 138 | 0.64 | 0.18 | 0 | 0.46 | 196.85 | 0.48 | 0.37 |
| Hex | 31 | 71 | 8A | 40 | 12 | 0 | 2E | C5 | 30 | 25 |
| Octal | 61 | 161 | 212 | 100 | 22 | 0 | 56 | 305 | 60 | 45 |
| Binary | 110001 | 1110001 | 10001010 | 1000000 | 10010 | 0 | 101110 | 11000101 | 110000 | 100101 |
Color Harmonies of #31718A
Complementary color
Monochromatic Colors of #31718A
Black with #31718A
Text Example
Text Example
White with #31718A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31718A; }
p { color: rgb(49,113,138); }
H1.HeaderClassName
{
color: #31718A;
}
.AnyTagClassName
{
color: #31718A;
}
</style>
background-color css
<style>
a { background-color: #31718A; }
a { background-color: rgb(49,113,138); }
div.DivClassName
{
background-color: #31718A;
}
.BgClassName
{
background-color: #31718A;
}
</style>
border-color css
<style>
span { border-color: #31718A; }
span { border-color: rgb(49,113,138); }
td.TdClassName
{
border-color: #31718A;
}
.TagClassName
{
border-color: #31718A;
}
</style>