Shades of Astral #316D7E
Tints of Astral #316D7E
RGB
CMYK
RGB Variations
Color information
#316D7E (or 0x316D7E) is known color: Astral. HEX triplet: 31, 6D and 7E. RGB value is (49,109,126). Sum of RGB (Red+Green+Blue) = 49+109+126=284 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.25% from 284); Green value is 109 (42.97% from 255 or 38.38% from 284); Blue value is 126 (49.61% from 255 or 44.37% from 284); Max value from RGB is 126 - color contains mainly: blue. Hex color #316D7E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316D7E is #CE9281. Grayscale: #5C5C5C. Windows color (decimal): -13537922 or 8285489. OLE color: 8285489.
HSL color Cylindrical-coordinate representation of color #316D7E: hue angle of 193.25º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #316D7E is Cyan = 0.61, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 49 | 109 | 126 | - |
| CMYK | 0.61 | 0.13 | 0 | 0.51 |
| HSL | 193.25º | 0.44% | 0.34% | - |
| HSV(B) | 193.25º | 0.61% | 0.49% | - |
| XYZ | 10.5 | 13.1 | 21.71 | - |
| YUV | 93 | 146.62 | 96.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 109 | 126 | 0.61 | 0.13 | 0 | 0.51 | 193.25 | 0.44 | 0.34 |
| Hex | 31 | 6D | 7E | 3D | D | 0 | 33 | C1 | 2C | 22 |
| Octal | 61 | 155 | 176 | 75 | 15 | 0 | 63 | 301 | 54 | 42 |
| Binary | 110001 | 1101101 | 1111110 | 111101 | 1101 | 0 | 110011 | 11000001 | 101100 | 100010 |
Color Harmonies of #316D7E
Complementary color
Monochromatic Colors of #316D7E
Black with #316D7E
Text Example
Text Example
White with #316D7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #316D7E; }
p { color: rgb(49,109,126); }
H1.HeaderClassName
{
color: #316D7E;
}
.AnyTagClassName
{
color: #316D7E;
}
</style>
background-color css
<style>
a { background-color: #316D7E; }
a { background-color: rgb(49,109,126); }
div.DivClassName
{
background-color: #316D7E;
}
.BgClassName
{
background-color: #316D7E;
}
</style>
border-color css
<style>
span { border-color: #316D7E; }
span { border-color: rgb(49,109,126); }
td.TdClassName
{
border-color: #316D7E;
}
.TagClassName
{
border-color: #316D7E;
}
</style>