Shades of Astral #316D7D
Tints of Astral #316D7D
RGB
CMYK
RGB Variations
Color information
#316D7D (or 0x316D7D) is known color: Astral. HEX triplet: 31, 6D and 7D. RGB value is (49,109,125). Sum of RGB (Red+Green+Blue) = 49+109+125=283 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.31% from 283); Green value is 109 (42.97% from 255 or 38.52% from 283); Blue value is 125 (49.22% from 255 or 44.17% from 283); Max value from RGB is 125 - color contains mainly: blue. Hex color #316D7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316D7D is #CE9282. Grayscale: #5C5C5C. Windows color (decimal): -13537923 or 8219953. OLE color: 8219953.
HSL color Cylindrical-coordinate representation of color #316D7D: hue angle of 192.63º 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 #316D7D is Cyan = 0.61, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 49 | 109 | 125 | - |
| CMYK | 0.61 | 0.13 | 0 | 0.51 |
| HSL | 192.63º | 0.44% | 0.34% | - |
| HSV(B) | 192.63º | 0.61% | 0.49% | - |
| XYZ | 10.44 | 13.07 | 21.37 | - |
| YUV | 92.88 | 146.12 | 96.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 109 | 125 | 0.61 | 0.13 | 0 | 0.51 | 192.63 | 0.44 | 0.34 |
| Hex | 31 | 6D | 7D | 3D | D | 0 | 33 | C1 | 2C | 22 |
| Octal | 61 | 155 | 175 | 75 | 15 | 0 | 63 | 301 | 54 | 42 |
| Binary | 110001 | 1101101 | 1111101 | 111101 | 1101 | 0 | 110011 | 11000001 | 101100 | 100010 |
Color Harmonies of #316D7D
Complementary color
Monochromatic Colors of #316D7D
Black with #316D7D
Text Example
Text Example
White with #316D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #316D7D; }
p { color: rgb(49,109,125); }
H1.HeaderClassName
{
color: #316D7D;
}
.AnyTagClassName
{
color: #316D7D;
}
</style>
background-color css
<style>
a { background-color: #316D7D; }
a { background-color: rgb(49,109,125); }
div.DivClassName
{
background-color: #316D7D;
}
.BgClassName
{
background-color: #316D7D;
}
</style>
border-color css
<style>
span { border-color: #316D7D; }
span { border-color: rgb(49,109,125); }
td.TdClassName
{
border-color: #316D7D;
}
.TagClassName
{
border-color: #316D7D;
}
</style>