Shades of Astral #316D91
Tints of Astral #316D91
RGB
CMYK
RGB Variations
Color information
#316D91 (or 0x316D91) is known color: Astral. HEX triplet: 31, 6D and 91. RGB value is (49,109,145). Sum of RGB (Red+Green+Blue) = 49+109+145=303 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.17% from 303); Green value is 109 (42.97% from 255 or 35.97% from 303); Blue value is 145 (57.03% from 255 or 47.85% from 303); Max value from RGB is 145 - color contains mainly: blue. Hex color #316D91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #316D91 is #CE926E. Grayscale: #5E5E5E. Windows color (decimal): -13537903 or 9530673. OLE color: 9530673.
HSL color Cylindrical-coordinate representation of color #316D91: hue angle of 202.5º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #316D91 is Cyan = 0.66, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 49 | 109 | 145 | - |
| CMYK | 0.66 | 0.25 | 0 | 0.43 |
| HSL | 202.5º | 0.49% | 0.38% | - |
| HSV(B) | 202.5º | 0.66% | 0.57% | - |
| XYZ | 11.85 | 13.63 | 28.8 | - |
| YUV | 95.16 | 156.12 | 95.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 109 | 145 | 0.66 | 0.25 | 0 | 0.43 | 202.5 | 0.49 | 0.38 |
| Hex | 31 | 6D | 91 | 42 | 19 | 0 | 2B | CA | 31 | 26 |
| Octal | 61 | 155 | 221 | 102 | 31 | 0 | 53 | 312 | 61 | 46 |
| Binary | 110001 | 1101101 | 10010001 | 1000010 | 11001 | 0 | 101011 | 11001010 | 110001 | 100110 |
Color Harmonies of #316D91
Complementary color
Monochromatic Colors of #316D91
Black with #316D91
Text Example
Text Example
White with #316D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #316D91; }
p { color: rgb(49,109,145); }
H1.HeaderClassName
{
color: #316D91;
}
.AnyTagClassName
{
color: #316D91;
}
</style>
background-color css
<style>
a { background-color: #316D91; }
a { background-color: rgb(49,109,145); }
div.DivClassName
{
background-color: #316D91;
}
.BgClassName
{
background-color: #316D91;
}
</style>
border-color css
<style>
span { border-color: #316D91; }
span { border-color: rgb(49,109,145); }
td.TdClassName
{
border-color: #316D91;
}
.TagClassName
{
border-color: #316D91;
}
</style>