Shades of Astral #317C8C
Tints of Astral #317C8C
RGB
CMYK
RGB Variations
Color information
#317C8C (or 0x317C8C) is known color: Astral. HEX triplet: 31, 7C and 8C. RGB value is (49,124,140). Sum of RGB (Red+Green+Blue) = 49+124+140=313 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.65% from 313); Green value is 124 (48.83% from 255 or 39.62% from 313); Blue value is 140 (55.08% from 255 or 44.73% from 313); Max value from RGB is 140 - color contains mainly: blue. Hex color #317C8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #317C8C is #CE8373. Grayscale: #676767. Windows color (decimal): -13534068 or 9206833. OLE color: 9206833.
HSL color Cylindrical-coordinate representation of color #317C8C: hue angle of 190.55º 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 #317C8C is Cyan = 0.65, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 49 | 124 | 140 | - |
| CMYK | 0.65 | 0.11 | 0 | 0.45 |
| HSL | 190.55º | 0.48% | 0.37% | - |
| HSV(B) | 190.55º | 0.65% | 0.55% | - |
| XYZ | 13.21 | 16.96 | 27.39 | - |
| YUV | 103.4 | 148.65 | 89.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 124 | 140 | 0.65 | 0.11 | 0 | 0.45 | 190.55 | 0.48 | 0.37 |
| Hex | 31 | 7C | 8C | 41 | B | 0 | 2D | BF | 30 | 25 |
| Octal | 61 | 174 | 214 | 101 | 13 | 0 | 55 | 277 | 60 | 45 |
| Binary | 110001 | 1111100 | 10001100 | 1000001 | 1011 | 0 | 101101 | 10111111 | 110000 | 100101 |
Color Harmonies of #317C8C
Complementary color
Monochromatic Colors of #317C8C
Black with #317C8C
Text Example
Text Example
White with #317C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #317C8C; }
p { color: rgb(49,124,140); }
H1.HeaderClassName
{
color: #317C8C;
}
.AnyTagClassName
{
color: #317C8C;
}
</style>
background-color css
<style>
a { background-color: #317C8C; }
a { background-color: rgb(49,124,140); }
div.DivClassName
{
background-color: #317C8C;
}
.BgClassName
{
background-color: #317C8C;
}
</style>
border-color css
<style>
span { border-color: #317C8C; }
span { border-color: rgb(49,124,140); }
td.TdClassName
{
border-color: #317C8C;
}
.TagClassName
{
border-color: #317C8C;
}
</style>