Shades of Astral #316C86
Tints of Astral #316C86
RGB
CMYK
RGB Variations
Color information
#316C86 (or 0x316C86) is known color: Astral. HEX triplet: 31, 6C and 86. RGB value is (49,108,134). Sum of RGB (Red+Green+Blue) = 49+108+134=291 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.84% from 291); Green value is 108 (42.58% from 255 or 37.11% from 291); Blue value is 134 (52.73% from 255 or 46.05% from 291); Max value from RGB is 134 - color contains mainly: blue. Hex color #316C86 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #316C86 is #CE9379. Grayscale: #5D5D5D. Windows color (decimal): -13538170 or 8809521. OLE color: 8809521.
HSL color Cylindrical-coordinate representation of color #316C86: hue angle of 198.35º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #316C86 is Cyan = 0.63, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 49 | 108 | 134 | - |
| CMYK | 0.63 | 0.19 | 0 | 0.47 |
| HSL | 198.35º | 0.46% | 0.36% | - |
| HSV(B) | 198.35º | 0.63% | 0.53% | - |
| XYZ | 10.93 | 13.1 | 24.51 | - |
| YUV | 93.32 | 150.95 | 96.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 108 | 134 | 0.63 | 0.19 | 0 | 0.47 | 198.35 | 0.46 | 0.36 |
| Hex | 31 | 6C | 86 | 3F | 13 | 0 | 2F | C6 | 2E | 24 |
| Octal | 61 | 154 | 206 | 77 | 23 | 0 | 57 | 306 | 56 | 44 |
| Binary | 110001 | 1101100 | 10000110 | 111111 | 10011 | 0 | 101111 | 11000110 | 101110 | 100100 |
Color Harmonies of #316C86
Complementary color
Monochromatic Colors of #316C86
Black with #316C86
Text Example
Text Example
White with #316C86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #316C86; }
p { color: rgb(49,108,134); }
H1.HeaderClassName
{
color: #316C86;
}
.AnyTagClassName
{
color: #316C86;
}
</style>
background-color css
<style>
a { background-color: #316C86; }
a { background-color: rgb(49,108,134); }
div.DivClassName
{
background-color: #316C86;
}
.BgClassName
{
background-color: #316C86;
}
</style>
border-color css
<style>
span { border-color: #316C86; }
span { border-color: rgb(49,108,134); }
td.TdClassName
{
border-color: #316C86;
}
.TagClassName
{
border-color: #316C86;
}
</style>