Shades of Astral #316582
Tints of Astral #316582
RGB
CMYK
RGB Variations
Color information
#316582 (or 0x316582) is known color: Astral. HEX triplet: 31, 65 and 82. RGB value is (49,101,130). Sum of RGB (Red+Green+Blue) = 49+101+130=280 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.5% from 280); Green value is 101 (39.84% from 255 or 36.07% from 280); Blue value is 130 (51.17% from 255 or 46.43% from 280); Max value from RGB is 130 - color contains mainly: blue. Hex color #316582 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #316582 is #CE9A7D. Grayscale: #585858. Windows color (decimal): -13539966 or 8545585. OLE color: 8545585.
HSL color Cylindrical-coordinate representation of color #316582: hue angle of 201.48º 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 #316582 is Cyan = 0.62, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 49 | 101 | 130 | - |
| CMYK | 0.62 | 0.22 | 0 | 0.49 |
| HSL | 201.48º | 0.45% | 0.35% | - |
| HSV(B) | 201.48º | 0.62% | 0.51% | - |
| XYZ | 9.95 | 11.57 | 22.83 | - |
| YUV | 88.76 | 151.27 | 99.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 101 | 130 | 0.62 | 0.22 | 0 | 0.49 | 201.48 | 0.45 | 0.35 |
| Hex | 31 | 65 | 82 | 3E | 16 | 0 | 31 | C9 | 2D | 23 |
| Octal | 61 | 145 | 202 | 76 | 26 | 0 | 61 | 311 | 55 | 43 |
| Binary | 110001 | 1100101 | 10000010 | 111110 | 10110 | 0 | 110001 | 11001001 | 101101 | 100011 |
Color Harmonies of #316582
Complementary color
Monochromatic Colors of #316582
Black with #316582
Text Example
Text Example
White with #316582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #316582; }
p { color: rgb(49,101,130); }
H1.HeaderClassName
{
color: #316582;
}
.AnyTagClassName
{
color: #316582;
}
</style>
background-color css
<style>
a { background-color: #316582; }
a { background-color: rgb(49,101,130); }
div.DivClassName
{
background-color: #316582;
}
.BgClassName
{
background-color: #316582;
}
</style>
border-color css
<style>
span { border-color: #316582; }
span { border-color: rgb(49,101,130); }
td.TdClassName
{
border-color: #316582;
}
.TagClassName
{
border-color: #316582;
}
</style>