Shades of Astral #316A8B
Tints of Astral #316A8B
RGB
CMYK
RGB Variations
Color information
#316A8B (or 0x316A8B) is known color: Astral. HEX triplet: 31, 6A and 8B. RGB value is (49,106,139). Sum of RGB (Red+Green+Blue) = 49+106+139=294 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.67% from 294); Green value is 106 (41.80% from 255 or 36.05% from 294); Blue value is 139 (54.69% from 255 or 47.28% from 294); Max value from RGB is 139 - color contains mainly: blue. Hex color #316A8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #316A8B is #CE9574. Grayscale: #5C5C5C. Windows color (decimal): -13538677 or 9136689. OLE color: 9136689.
HSL color Cylindrical-coordinate representation of color #316A8B: hue angle of 202º 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 #316A8B is Cyan = 0.65, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 49 | 106 | 139 | - |
| CMYK | 0.65 | 0.24 | 0 | 0.45 |
| HSL | 202º | 0.48% | 0.37% | - |
| HSV(B) | 202º | 0.65% | 0.55% | - |
| XYZ | 11.08 | 12.83 | 26.32 | - |
| YUV | 92.72 | 154.12 | 96.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 106 | 139 | 0.65 | 0.24 | 0 | 0.45 | 202 | 0.48 | 0.37 |
| Hex | 31 | 6A | 8B | 41 | 18 | 0 | 2D | CA | 30 | 25 |
| Octal | 61 | 152 | 213 | 101 | 30 | 0 | 55 | 312 | 60 | 45 |
| Binary | 110001 | 1101010 | 10001011 | 1000001 | 11000 | 0 | 101101 | 11001010 | 110000 | 100101 |
Color Harmonies of #316A8B
Complementary color
Monochromatic Colors of #316A8B
Black with #316A8B
Text Example
Text Example
White with #316A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #316A8B; }
p { color: rgb(49,106,139); }
H1.HeaderClassName
{
color: #316A8B;
}
.AnyTagClassName
{
color: #316A8B;
}
</style>
background-color css
<style>
a { background-color: #316A8B; }
a { background-color: rgb(49,106,139); }
div.DivClassName
{
background-color: #316A8B;
}
.BgClassName
{
background-color: #316A8B;
}
</style>
border-color css
<style>
span { border-color: #316A8B; }
span { border-color: rgb(49,106,139); }
td.TdClassName
{
border-color: #316A8B;
}
.TagClassName
{
border-color: #316A8B;
}
</style>