Shades of Astral #316882
Tints of Astral #316882
RGB
CMYK
RGB Variations
Color information
#316882 (or 0x316882) is known color: Astral. HEX triplet: 31, 68 and 82. RGB value is (49,104,130). Sum of RGB (Red+Green+Blue) = 49+104+130=283 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.31% from 283); Green value is 104 (41.02% from 255 or 36.75% from 283); Blue value is 130 (51.17% from 255 or 45.94% from 283); Max value from RGB is 130 - color contains mainly: blue. Hex color #316882 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #316882 is #CE977D. Grayscale: #5A5A5A. Windows color (decimal): -13539198 or 8546353. OLE color: 8546353.
HSL color Cylindrical-coordinate representation of color #316882: hue angle of 199.26º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #316882 is Cyan = 0.62, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 49 | 104 | 130 | - |
| CMYK | 0.62 | 0.2 | 0 | 0.49 |
| HSL | 199.26º | 0.45% | 0.35% | - |
| HSV(B) | 199.26º | 0.62% | 0.51% | - |
| XYZ | 10.25 | 12.17 | 22.93 | - |
| YUV | 90.52 | 150.28 | 98.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 104 | 130 | 0.62 | 0.2 | 0 | 0.49 | 199.26 | 0.45 | 0.35 |
| Hex | 31 | 68 | 82 | 3E | 14 | 0 | 31 | C7 | 2D | 23 |
| Octal | 61 | 150 | 202 | 76 | 24 | 0 | 61 | 307 | 55 | 43 |
| Binary | 110001 | 1101000 | 10000010 | 111110 | 10100 | 0 | 110001 | 11000111 | 101101 | 100011 |
Color Harmonies of #316882
Complementary color
Monochromatic Colors of #316882
Black with #316882
Text Example
Text Example
White with #316882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #316882; }
p { color: rgb(49,104,130); }
H1.HeaderClassName
{
color: #316882;
}
.AnyTagClassName
{
color: #316882;
}
</style>
background-color css
<style>
a { background-color: #316882; }
a { background-color: rgb(49,104,130); }
div.DivClassName
{
background-color: #316882;
}
.BgClassName
{
background-color: #316882;
}
</style>
border-color css
<style>
span { border-color: #316882; }
span { border-color: rgb(49,104,130); }
td.TdClassName
{
border-color: #316882;
}
.TagClassName
{
border-color: #316882;
}
</style>