Shades of Astral #316D80
Tints of Astral #316D80
RGB
CMYK
RGB Variations
Color information
#316D80 (or 0x316D80) is known color: Astral. HEX triplet: 31, 6D and 80. RGB value is (49,109,128). Sum of RGB (Red+Green+Blue) = 49+109+128=286 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.13% from 286); Green value is 109 (42.97% from 255 or 38.11% from 286); Blue value is 128 (50.39% from 255 or 44.76% from 286); Max value from RGB is 128 - color contains mainly: blue. Hex color #316D80 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #316D80 is #CE927F. Grayscale: #5D5D5D. Windows color (decimal): -13537920 or 8416561. OLE color: 8416561.
HSL color Cylindrical-coordinate representation of color #316D80: hue angle of 194.43º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #316D80 is Cyan = 0.62, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 49 | 109 | 128 | - |
| CMYK | 0.62 | 0.15 | 0 | 0.50 |
| HSL | 194.43º | 0.45% | 0.35% | - |
| HSV(B) | 194.43º | 0.62% | 0.5% | - |
| XYZ | 10.63 | 13.15 | 22.4 | - |
| YUV | 93.23 | 147.62 | 96.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 109 | 128 | 0.62 | 0.15 | 0 | 0.50 | 194.43 | 0.45 | 0.35 |
| Hex | 31 | 6D | 80 | 3E | F | 0 | 32 | C2 | 2D | 23 |
| Octal | 61 | 155 | 200 | 76 | 17 | 0 | 62 | 302 | 55 | 43 |
| Binary | 110001 | 1101101 | 10000000 | 111110 | 1111 | 0 | 110010 | 11000010 | 101101 | 100011 |
Color Harmonies of #316D80
Complementary color
Monochromatic Colors of #316D80
Black with #316D80
Text Example
Text Example
White with #316D80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #316D80; }
p { color: rgb(49,109,128); }
H1.HeaderClassName
{
color: #316D80;
}
.AnyTagClassName
{
color: #316D80;
}
</style>
background-color css
<style>
a { background-color: #316D80; }
a { background-color: rgb(49,109,128); }
div.DivClassName
{
background-color: #316D80;
}
.BgClassName
{
background-color: #316D80;
}
</style>
border-color css
<style>
span { border-color: #316D80; }
span { border-color: rgb(49,109,128); }
td.TdClassName
{
border-color: #316D80;
}
.TagClassName
{
border-color: #316D80;
}
</style>