Shades of Astral #316A86
Tints of Astral #316A86
RGB
CMYK
RGB Variations
Color information
#316A86 (or 0x316A86) is known color: Astral. HEX triplet: 31, 6A and 86. RGB value is (49,106,134). Sum of RGB (Red+Green+Blue) = 49+106+134=289 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.96% from 289); Green value is 106 (41.80% from 255 or 36.68% from 289); Blue value is 134 (52.73% from 255 or 46.37% from 289); Max value from RGB is 134 - color contains mainly: blue. Hex color #316A86 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #316A86 is #CE9579. Grayscale: #5B5B5B. Windows color (decimal): -13538682 or 8809009. OLE color: 8809009.
HSL color Cylindrical-coordinate representation of color #316A86: hue angle of 199.76º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #316A86 is Cyan = 0.63, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 49 | 106 | 134 | - |
| CMYK | 0.63 | 0.21 | 0 | 0.47 |
| HSL | 199.76º | 0.46% | 0.36% | - |
| HSV(B) | 199.76º | 0.63% | 0.53% | - |
| XYZ | 10.72 | 12.68 | 24.44 | - |
| YUV | 92.15 | 151.62 | 97.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 106 | 134 | 0.63 | 0.21 | 0 | 0.47 | 199.76 | 0.46 | 0.36 |
| Hex | 31 | 6A | 86 | 3F | 15 | 0 | 2F | C8 | 2E | 24 |
| Octal | 61 | 152 | 206 | 77 | 25 | 0 | 57 | 310 | 56 | 44 |
| Binary | 110001 | 1101010 | 10000110 | 111111 | 10101 | 0 | 101111 | 11001000 | 101110 | 100100 |
Color Harmonies of #316A86
Complementary color
Monochromatic Colors of #316A86
Black with #316A86
Text Example
Text Example
White with #316A86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #316A86; }
p { color: rgb(49,106,134); }
H1.HeaderClassName
{
color: #316A86;
}
.AnyTagClassName
{
color: #316A86;
}
</style>
background-color css
<style>
a { background-color: #316A86; }
a { background-color: rgb(49,106,134); }
div.DivClassName
{
background-color: #316A86;
}
.BgClassName
{
background-color: #316A86;
}
</style>
border-color css
<style>
span { border-color: #316A86; }
span { border-color: rgb(49,106,134); }
td.TdClassName
{
border-color: #316A86;
}
.TagClassName
{
border-color: #316A86;
}
</style>