Shades of Astral #317D90
Tints of Astral #317D90
RGB
CMYK
RGB Variations
Color information
#317D90 (or 0x317D90) is known color: Astral. HEX triplet: 31, 7D and 90. RGB value is (49,125,144). Sum of RGB (Red+Green+Blue) = 49+125+144=318 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.41% from 318); Green value is 125 (49.22% from 255 or 39.31% from 318); Blue value is 144 (56.64% from 255 or 45.28% from 318); Max value from RGB is 144 - color contains mainly: blue. Hex color #317D90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #317D90 is #CE826F. Grayscale: #686868. Windows color (decimal): -13533808 or 9469233. OLE color: 9469233.
HSL color Cylindrical-coordinate representation of color #317D90: hue angle of 192º 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 #317D90 is Cyan = 0.66, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 49 | 125 | 144 | - |
| CMYK | 0.66 | 0.13 | 0 | 0.44 |
| HSL | 192º | 0.49% | 0.38% | - |
| HSV(B) | 192º | 0.66% | 0.56% | - |
| XYZ | 13.63 | 17.33 | 29.01 | - |
| YUV | 104.44 | 150.32 | 88.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 125 | 144 | 0.66 | 0.13 | 0 | 0.44 | 192 | 0.49 | 0.38 |
| Hex | 31 | 7D | 90 | 42 | D | 0 | 2C | C0 | 31 | 26 |
| Octal | 61 | 175 | 220 | 102 | 15 | 0 | 54 | 300 | 61 | 46 |
| Binary | 110001 | 1111101 | 10010000 | 1000010 | 1101 | 0 | 101100 | 11000000 | 110001 | 100110 |
Color Harmonies of #317D90
Complementary color
Monochromatic Colors of #317D90
Black with #317D90
Text Example
Text Example
White with #317D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #317D90; }
p { color: rgb(49,125,144); }
H1.HeaderClassName
{
color: #317D90;
}
.AnyTagClassName
{
color: #317D90;
}
</style>
background-color css
<style>
a { background-color: #317D90; }
a { background-color: rgb(49,125,144); }
div.DivClassName
{
background-color: #317D90;
}
.BgClassName
{
background-color: #317D90;
}
</style>
border-color css
<style>
span { border-color: #317D90; }
span { border-color: rgb(49,125,144); }
td.TdClassName
{
border-color: #317D90;
}
.TagClassName
{
border-color: #317D90;
}
</style>