Shades of Astral #317389
Tints of Astral #317389
RGB
CMYK
RGB Variations
Color information
#317389 (or 0x317389) is known color: Astral. HEX triplet: 31, 73 and 89. RGB value is (49,115,137). Sum of RGB (Red+Green+Blue) = 49+115+137=301 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.28% from 301); Green value is 115 (45.31% from 255 or 38.21% from 301); Blue value is 137 (53.91% from 255 or 45.51% from 301); Max value from RGB is 137 - color contains mainly: blue. Hex color #317389 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #317389 is #CE8C76. Grayscale: #616161. Windows color (decimal): -13536375 or 9007921. OLE color: 9007921.
HSL color Cylindrical-coordinate representation of color #317389: hue angle of 195º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #317389 is Cyan = 0.64, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 49 | 115 | 137 | - |
| CMYK | 0.64 | 0.16 | 0 | 0.46 |
| HSL | 195º | 0.47% | 0.36% | - |
| HSV(B) | 195º | 0.64% | 0.54% | - |
| XYZ | 11.91 | 14.72 | 25.88 | - |
| YUV | 97.77 | 150.13 | 93.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 115 | 137 | 0.64 | 0.16 | 0 | 0.46 | 195 | 0.47 | 0.36 |
| Hex | 31 | 73 | 89 | 40 | 10 | 0 | 2E | C3 | 2F | 24 |
| Octal | 61 | 163 | 211 | 100 | 20 | 0 | 56 | 303 | 57 | 44 |
| Binary | 110001 | 1110011 | 10001001 | 1000000 | 10000 | 0 | 101110 | 11000011 | 101111 | 100100 |
Color Harmonies of #317389
Complementary color
Monochromatic Colors of #317389
Black with #317389
Text Example
Text Example
White with #317389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #317389; }
p { color: rgb(49,115,137); }
H1.HeaderClassName
{
color: #317389;
}
.AnyTagClassName
{
color: #317389;
}
</style>
background-color css
<style>
a { background-color: #317389; }
a { background-color: rgb(49,115,137); }
div.DivClassName
{
background-color: #317389;
}
.BgClassName
{
background-color: #317389;
}
</style>
border-color css
<style>
span { border-color: #317389; }
span { border-color: rgb(49,115,137); }
td.TdClassName
{
border-color: #317389;
}
.TagClassName
{
border-color: #317389;
}
</style>