Shades of Astral #316585
Tints of Astral #316585
RGB
CMYK
RGB Variations
Color information
#316585 (or 0x316585) is known color: Astral. HEX triplet: 31, 65 and 85. RGB value is (49,101,133). Sum of RGB (Red+Green+Blue) = 49+101+133=283 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.31% from 283); Green value is 101 (39.84% from 255 or 35.69% from 283); Blue value is 133 (52.34% from 255 or 47.00% from 283); Max value from RGB is 133 - color contains mainly: blue. Hex color #316585 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #316585 is #CE9A7A. Grayscale: #585858. Windows color (decimal): -13539963 or 8742193. OLE color: 8742193.
HSL color Cylindrical-coordinate representation of color #316585: hue angle of 202.86º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #316585 is Cyan = 0.63, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 49 | 101 | 133 | - |
| CMYK | 0.63 | 0.24 | 0 | 0.48 |
| HSL | 202.86º | 0.46% | 0.36% | - |
| HSV(B) | 202.86º | 0.63% | 0.52% | - |
| XYZ | 10.15 | 11.65 | 23.9 | - |
| YUV | 89.1 | 152.77 | 99.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 101 | 133 | 0.63 | 0.24 | 0 | 0.48 | 202.86 | 0.46 | 0.36 |
| Hex | 31 | 65 | 85 | 3F | 18 | 0 | 30 | CB | 2E | 24 |
| Octal | 61 | 145 | 205 | 77 | 30 | 0 | 60 | 313 | 56 | 44 |
| Binary | 110001 | 1100101 | 10000101 | 111111 | 11000 | 0 | 110000 | 11001011 | 101110 | 100100 |
Color Harmonies of #316585
Complementary color
Monochromatic Colors of #316585
Black with #316585
Text Example
Text Example
White with #316585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #316585; }
p { color: rgb(49,101,133); }
H1.HeaderClassName
{
color: #316585;
}
.AnyTagClassName
{
color: #316585;
}
</style>
background-color css
<style>
a { background-color: #316585; }
a { background-color: rgb(49,101,133); }
div.DivClassName
{
background-color: #316585;
}
.BgClassName
{
background-color: #316585;
}
</style>
border-color css
<style>
span { border-color: #316585; }
span { border-color: rgb(49,101,133); }
td.TdClassName
{
border-color: #316585;
}
.TagClassName
{
border-color: #316585;
}
</style>