Shades of Astral #316A8E
Tints of Astral #316A8E
RGB
CMYK
RGB Variations
Color information
#316A8E (or 0x316A8E) is known color: Astral. HEX triplet: 31, 6A and 8E. RGB value is (49,106,142). Sum of RGB (Red+Green+Blue) = 49+106+142=297 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.50% from 297); Green value is 106 (41.80% from 255 or 35.69% from 297); Blue value is 142 (55.86% from 255 or 47.81% from 297); Max value from RGB is 142 - color contains mainly: blue. Hex color #316A8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #316A8E is #CE9571. Grayscale: #5C5C5C. Windows color (decimal): -13538674 or 9333297. OLE color: 9333297.
HSL color Cylindrical-coordinate representation of color #316A8E: hue angle of 203.23º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #316A8E is Cyan = 0.65, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 49 | 106 | 142 | - |
| CMYK | 0.65 | 0.25 | 0 | 0.44 |
| HSL | 203.23º | 0.49% | 0.37% | - |
| HSV(B) | 203.23º | 0.65% | 0.56% | - |
| XYZ | 11.3 | 12.91 | 27.49 | - |
| YUV | 93.06 | 155.62 | 96.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 106 | 142 | 0.65 | 0.25 | 0 | 0.44 | 203.23 | 0.49 | 0.37 |
| Hex | 31 | 6A | 8E | 41 | 19 | 0 | 2C | CB | 31 | 25 |
| Octal | 61 | 152 | 216 | 101 | 31 | 0 | 54 | 313 | 61 | 45 |
| Binary | 110001 | 1101010 | 10001110 | 1000001 | 11001 | 0 | 101100 | 11001011 | 110001 | 100101 |
Color Harmonies of #316A8E
Complementary color
Monochromatic Colors of #316A8E
Black with #316A8E
Text Example
Text Example
White with #316A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #316A8E; }
p { color: rgb(49,106,142); }
H1.HeaderClassName
{
color: #316A8E;
}
.AnyTagClassName
{
color: #316A8E;
}
</style>
background-color css
<style>
a { background-color: #316A8E; }
a { background-color: rgb(49,106,142); }
div.DivClassName
{
background-color: #316A8E;
}
.BgClassName
{
background-color: #316A8E;
}
</style>
border-color css
<style>
span { border-color: #316A8E; }
span { border-color: rgb(49,106,142); }
td.TdClassName
{
border-color: #316A8E;
}
.TagClassName
{
border-color: #316A8E;
}
</style>