Shades of Astral #317A8D
Tints of Astral #317A8D
RGB
CMYK
RGB Variations
Color information
#317A8D (or 0x317A8D) is known color: Astral. HEX triplet: 31, 7A and 8D. RGB value is (49,122,141). Sum of RGB (Red+Green+Blue) = 49+122+141=312 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.71% from 312); Green value is 122 (48.05% from 255 or 39.10% from 312); Blue value is 141 (55.47% from 255 or 45.19% from 312); Max value from RGB is 141 - color contains mainly: blue. Hex color #317A8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #317A8D is #CE8572. Grayscale: #666666. Windows color (decimal): -13534579 or 9271857. OLE color: 9271857.
HSL color Cylindrical-coordinate representation of color #317A8D: hue angle of 192.39º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #317A8D is Cyan = 0.65, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 49 | 122 | 141 | - |
| CMYK | 0.65 | 0.13 | 0 | 0.45 |
| HSL | 192.39º | 0.48% | 0.37% | - |
| HSV(B) | 192.39º | 0.65% | 0.55% | - |
| XYZ | 13.03 | 16.5 | 27.7 | - |
| YUV | 102.34 | 149.82 | 89.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 122 | 141 | 0.65 | 0.13 | 0 | 0.45 | 192.39 | 0.48 | 0.37 |
| Hex | 31 | 7A | 8D | 41 | D | 0 | 2D | C0 | 30 | 25 |
| Octal | 61 | 172 | 215 | 101 | 15 | 0 | 55 | 300 | 60 | 45 |
| Binary | 110001 | 1111010 | 10001101 | 1000001 | 1101 | 0 | 101101 | 11000000 | 110000 | 100101 |
Color Harmonies of #317A8D
Complementary color
Monochromatic Colors of #317A8D
Black with #317A8D
Text Example
Text Example
White with #317A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #317A8D; }
p { color: rgb(49,122,141); }
H1.HeaderClassName
{
color: #317A8D;
}
.AnyTagClassName
{
color: #317A8D;
}
</style>
background-color css
<style>
a { background-color: #317A8D; }
a { background-color: rgb(49,122,141); }
div.DivClassName
{
background-color: #317A8D;
}
.BgClassName
{
background-color: #317A8D;
}
</style>
border-color css
<style>
span { border-color: #317A8D; }
span { border-color: rgb(49,122,141); }
td.TdClassName
{
border-color: #317A8D;
}
.TagClassName
{
border-color: #317A8D;
}
</style>