Shades of Astral #317A8F
Tints of Astral #317A8F
RGB
CMYK
RGB Variations
Color information
#317A8F (or 0x317A8F) is known color: Astral. HEX triplet: 31, 7A and 8F. RGB value is (49,122,143). Sum of RGB (Red+Green+Blue) = 49+122+143=314 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.61% from 314); Green value is 122 (48.05% from 255 or 38.85% from 314); Blue value is 143 (56.25% from 255 or 45.54% from 314); Max value from RGB is 143 - color contains mainly: blue. Hex color #317A8F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #317A8F is #CE8570. Grayscale: #666666. Windows color (decimal): -13534577 or 9402929. OLE color: 9402929.
HSL color Cylindrical-coordinate representation of color #317A8F: hue angle of 193.4º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #317A8F is Cyan = 0.66, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 49 | 122 | 143 | - |
| CMYK | 0.66 | 0.15 | 0 | 0.44 |
| HSL | 193.4º | 0.49% | 0.38% | - |
| HSV(B) | 193.4º | 0.66% | 0.56% | - |
| XYZ | 13.18 | 16.56 | 28.49 | - |
| YUV | 102.57 | 150.82 | 89.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 122 | 143 | 0.66 | 0.15 | 0 | 0.44 | 193.4 | 0.49 | 0.38 |
| Hex | 31 | 7A | 8F | 42 | F | 0 | 2C | C1 | 31 | 26 |
| Octal | 61 | 172 | 217 | 102 | 17 | 0 | 54 | 301 | 61 | 46 |
| Binary | 110001 | 1111010 | 10001111 | 1000010 | 1111 | 0 | 101100 | 11000001 | 110001 | 100110 |
Color Harmonies of #317A8F
Complementary color
Monochromatic Colors of #317A8F
Black with #317A8F
Text Example
Text Example
White with #317A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #317A8F; }
p { color: rgb(49,122,143); }
H1.HeaderClassName
{
color: #317A8F;
}
.AnyTagClassName
{
color: #317A8F;
}
</style>
background-color css
<style>
a { background-color: #317A8F; }
a { background-color: rgb(49,122,143); }
div.DivClassName
{
background-color: #317A8F;
}
.BgClassName
{
background-color: #317A8F;
}
</style>
border-color css
<style>
span { border-color: #317A8F; }
span { border-color: rgb(49,122,143); }
td.TdClassName
{
border-color: #317A8F;
}
.TagClassName
{
border-color: #317A8F;
}
</style>