Shades of Astral #317A8A
Tints of Astral #317A8A
RGB
CMYK
RGB Variations
Color information
#317A8A (or 0x317A8A) is known color: Astral. HEX triplet: 31, 7A and 8A. RGB value is (49,122,138). Sum of RGB (Red+Green+Blue) = 49+122+138=309 (40% of max value = 765). Red value is 49 (19.53% from 255 or 15.86% from 309); Green value is 122 (48.05% from 255 or 39.48% from 309); Blue value is 138 (54.30% from 255 or 44.66% from 309); Max value from RGB is 138 - color contains mainly: blue. Hex color #317A8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #317A8A is #CE8575. Grayscale: #656565. Windows color (decimal): -13534582 or 9075249. OLE color: 9075249.
HSL color Cylindrical-coordinate representation of color #317A8A: hue angle of 190.79º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #317A8A is Cyan = 0.64, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 49 | 122 | 138 | - |
| CMYK | 0.64 | 0.12 | 0 | 0.46 |
| HSL | 190.79º | 0.48% | 0.37% | - |
| HSV(B) | 190.79º | 0.64% | 0.54% | - |
| XYZ | 12.81 | 16.41 | 26.54 | - |
| YUV | 102 | 148.32 | 90.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 122 | 138 | 0.64 | 0.12 | 0 | 0.46 | 190.79 | 0.48 | 0.37 |
| Hex | 31 | 7A | 8A | 40 | C | 0 | 2E | BF | 30 | 25 |
| Octal | 61 | 172 | 212 | 100 | 14 | 0 | 56 | 277 | 60 | 45 |
| Binary | 110001 | 1111010 | 10001010 | 1000000 | 1100 | 0 | 101110 | 10111111 | 110000 | 100101 |
Color Harmonies of #317A8A
Complementary color
Monochromatic Colors of #317A8A
Black with #317A8A
Text Example
Text Example
White with #317A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #317A8A; }
p { color: rgb(49,122,138); }
H1.HeaderClassName
{
color: #317A8A;
}
.AnyTagClassName
{
color: #317A8A;
}
</style>
background-color css
<style>
a { background-color: #317A8A; }
a { background-color: rgb(49,122,138); }
div.DivClassName
{
background-color: #317A8A;
}
.BgClassName
{
background-color: #317A8A;
}
</style>
border-color css
<style>
span { border-color: #317A8A; }
span { border-color: rgb(49,122,138); }
td.TdClassName
{
border-color: #317A8A;
}
.TagClassName
{
border-color: #317A8A;
}
</style>