Shades of Astral #316C83
Tints of Astral #316C83
RGB
CMYK
RGB Variations
Color information
#316C83 (or 0x316C83) is known color: Astral. HEX triplet: 31, 6C and 83. RGB value is (49,108,131). Sum of RGB (Red+Green+Blue) = 49+108+131=288 (38% of max value = 765). Red value is 49 (19.53% from 255 or 17.01% from 288); Green value is 108 (42.58% from 255 or 37.5% from 288); Blue value is 131 (51.56% from 255 or 45.49% from 288); Max value from RGB is 131 - color contains mainly: blue. Hex color #316C83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #316C83 is #CE937C. Grayscale: #5C5C5C. Windows color (decimal): -13538173 or 8612913. OLE color: 8612913.
HSL color Cylindrical-coordinate representation of color #316C83: hue angle of 196.83º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #316C83 is Cyan = 0.63, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 49 | 108 | 131 | - |
| CMYK | 0.63 | 0.18 | 0 | 0.49 |
| HSL | 196.83º | 0.46% | 0.35% | - |
| HSV(B) | 196.83º | 0.63% | 0.51% | - |
| XYZ | 10.73 | 13.02 | 23.42 | - |
| YUV | 92.98 | 149.45 | 96.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 108 | 131 | 0.63 | 0.18 | 0 | 0.49 | 196.83 | 0.46 | 0.35 |
| Hex | 31 | 6C | 83 | 3F | 12 | 0 | 31 | C5 | 2E | 23 |
| Octal | 61 | 154 | 203 | 77 | 22 | 0 | 61 | 305 | 56 | 43 |
| Binary | 110001 | 1101100 | 10000011 | 111111 | 10010 | 0 | 110001 | 11000101 | 101110 | 100011 |
Color Harmonies of #316C83
Complementary color
Monochromatic Colors of #316C83
Black with #316C83
Text Example
Text Example
White with #316C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #316C83; }
p { color: rgb(49,108,131); }
H1.HeaderClassName
{
color: #316C83;
}
.AnyTagClassName
{
color: #316C83;
}
</style>
background-color css
<style>
a { background-color: #316C83; }
a { background-color: rgb(49,108,131); }
div.DivClassName
{
background-color: #316C83;
}
.BgClassName
{
background-color: #316C83;
}
</style>
border-color css
<style>
span { border-color: #316C83; }
span { border-color: rgb(49,108,131); }
td.TdClassName
{
border-color: #316C83;
}
.TagClassName
{
border-color: #316C83;
}
</style>