Shades of Astral #317785
Tints of Astral #317785
RGB
CMYK
RGB Variations
Color information
#317785 (or 0x317785) is known color: Astral. HEX triplet: 31, 77 and 85. RGB value is (49,119,133). Sum of RGB (Red+Green+Blue) = 49+119+133=301 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.28% from 301); Green value is 119 (46.88% from 255 or 39.53% from 301); Blue value is 133 (52.34% from 255 or 44.19% from 301); Max value from RGB is 133 - color contains mainly: blue. Hex color #317785 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #317785 is #CE887A. Grayscale: #636363. Windows color (decimal): -13535355 or 8746801. OLE color: 8746801.
HSL color Cylindrical-coordinate representation of color #317785: hue angle of 190º 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 #317785 is Cyan = 0.63, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 49 | 119 | 133 | - |
| CMYK | 0.63 | 0.11 | 0 | 0.48 |
| HSL | 190º | 0.46% | 0.36% | - |
| HSV(B) | 190º | 0.63% | 0.52% | - |
| XYZ | 12.1 | 15.54 | 24.55 | - |
| YUV | 99.67 | 146.81 | 91.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 119 | 133 | 0.63 | 0.11 | 0 | 0.48 | 190 | 0.46 | 0.36 |
| Hex | 31 | 77 | 85 | 3F | B | 0 | 30 | BE | 2E | 24 |
| Octal | 61 | 167 | 205 | 77 | 13 | 0 | 60 | 276 | 56 | 44 |
| Binary | 110001 | 1110111 | 10000101 | 111111 | 1011 | 0 | 110000 | 10111110 | 101110 | 100100 |
Color Harmonies of #317785
Complementary color
Monochromatic Colors of #317785
Black with #317785
Text Example
Text Example
White with #317785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #317785; }
p { color: rgb(49,119,133); }
H1.HeaderClassName
{
color: #317785;
}
.AnyTagClassName
{
color: #317785;
}
</style>
background-color css
<style>
a { background-color: #317785; }
a { background-color: rgb(49,119,133); }
div.DivClassName
{
background-color: #317785;
}
.BgClassName
{
background-color: #317785;
}
</style>
border-color css
<style>
span { border-color: #317785; }
span { border-color: rgb(49,119,133); }
td.TdClassName
{
border-color: #317785;
}
.TagClassName
{
border-color: #317785;
}
</style>