Shades of Astral #316A8A
Tints of Astral #316A8A
RGB
CMYK
RGB Variations
Color information
#316A8A (or 0x316A8A) is known color: Astral. HEX triplet: 31, 6A and 8A. RGB value is (49,106,138). Sum of RGB (Red+Green+Blue) = 49+106+138=293 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.72% from 293); Green value is 106 (41.80% from 255 or 36.18% from 293); Blue value is 138 (54.30% from 255 or 47.10% from 293); Max value from RGB is 138 - color contains mainly: blue. Hex color #316A8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #316A8A is #CE9575. Grayscale: #5C5C5C. Windows color (decimal): -13538678 or 9071153. OLE color: 9071153.
HSL color Cylindrical-coordinate representation of color #316A8A: hue angle of 201.57º 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 #316A8A is Cyan = 0.64, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 49 | 106 | 138 | - |
| CMYK | 0.64 | 0.23 | 0 | 0.46 |
| HSL | 201.57º | 0.48% | 0.37% | - |
| HSV(B) | 201.57º | 0.64% | 0.54% | - |
| XYZ | 11.01 | 12.8 | 25.93 | - |
| YUV | 92.61 | 153.62 | 96.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 106 | 138 | 0.64 | 0.23 | 0 | 0.46 | 201.57 | 0.48 | 0.37 |
| Hex | 31 | 6A | 8A | 40 | 17 | 0 | 2E | CA | 30 | 25 |
| Octal | 61 | 152 | 212 | 100 | 27 | 0 | 56 | 312 | 60 | 45 |
| Binary | 110001 | 1101010 | 10001010 | 1000000 | 10111 | 0 | 101110 | 11001010 | 110000 | 100101 |
Color Harmonies of #316A8A
Complementary color
Monochromatic Colors of #316A8A
Black with #316A8A
Text Example
Text Example
White with #316A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #316A8A; }
p { color: rgb(49,106,138); }
H1.HeaderClassName
{
color: #316A8A;
}
.AnyTagClassName
{
color: #316A8A;
}
</style>
background-color css
<style>
a { background-color: #316A8A; }
a { background-color: rgb(49,106,138); }
div.DivClassName
{
background-color: #316A8A;
}
.BgClassName
{
background-color: #316A8A;
}
</style>
border-color css
<style>
span { border-color: #316A8A; }
span { border-color: rgb(49,106,138); }
td.TdClassName
{
border-color: #316A8A;
}
.TagClassName
{
border-color: #316A8A;
}
</style>