Shades of Astral #316884
Tints of Astral #316884
RGB
CMYK
RGB Variations
Color information
#316884 (or 0x316884) is known color: Astral. HEX triplet: 31, 68 and 84. RGB value is (49,104,132). Sum of RGB (Red+Green+Blue) = 49+104+132=285 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.19% from 285); Green value is 104 (41.02% from 255 or 36.49% from 285); Blue value is 132 (51.95% from 255 or 46.32% from 285); Max value from RGB is 132 - color contains mainly: blue. Hex color #316884 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #316884 is #CE977B. Grayscale: #5A5A5A. Windows color (decimal): -13539196 or 8677425. OLE color: 8677425.
HSL color Cylindrical-coordinate representation of color #316884: hue angle of 200.24º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #316884 is Cyan = 0.63, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 49 | 104 | 132 | - |
| CMYK | 0.63 | 0.21 | 0 | 0.48 |
| HSL | 200.24º | 0.46% | 0.35% | - |
| HSV(B) | 200.24º | 0.63% | 0.52% | - |
| XYZ | 10.38 | 12.22 | 23.64 | - |
| YUV | 90.75 | 151.28 | 98.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 104 | 132 | 0.63 | 0.21 | 0 | 0.48 | 200.24 | 0.46 | 0.35 |
| Hex | 31 | 68 | 84 | 3F | 15 | 0 | 30 | C8 | 2E | 23 |
| Octal | 61 | 150 | 204 | 77 | 25 | 0 | 60 | 310 | 56 | 43 |
| Binary | 110001 | 1101000 | 10000100 | 111111 | 10101 | 0 | 110000 | 11001000 | 101110 | 100011 |
Color Harmonies of #316884
Complementary color
Monochromatic Colors of #316884
Black with #316884
Text Example
Text Example
White with #316884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #316884; }
p { color: rgb(49,104,132); }
H1.HeaderClassName
{
color: #316884;
}
.AnyTagClassName
{
color: #316884;
}
</style>
background-color css
<style>
a { background-color: #316884; }
a { background-color: rgb(49,104,132); }
div.DivClassName
{
background-color: #316884;
}
.BgClassName
{
background-color: #316884;
}
</style>
border-color css
<style>
span { border-color: #316884; }
span { border-color: rgb(49,104,132); }
td.TdClassName
{
border-color: #316884;
}
.TagClassName
{
border-color: #316884;
}
</style>