Shades of Astral #316B90
Tints of Astral #316B90
RGB
CMYK
RGB Variations
Color information
#316B90 (or 0x316B90) is known color: Astral. HEX triplet: 31, 6B and 90. RGB value is (49,107,144). Sum of RGB (Red+Green+Blue) = 49+107+144=300 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.33% from 300); Green value is 107 (42.19% from 255 or 35.67% from 300); Blue value is 144 (56.64% from 255 or 48% from 300); Max value from RGB is 144 - color contains mainly: blue. Hex color #316B90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #316B90 is #CE946F. Grayscale: #5D5D5D. Windows color (decimal): -13538416 or 9464625. OLE color: 9464625.
HSL color Cylindrical-coordinate representation of color #316B90: hue angle of 203.37º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #316B90 is Cyan = 0.66, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 49 | 107 | 144 | - |
| CMYK | 0.66 | 0.26 | 0 | 0.44 |
| HSL | 203.37º | 0.49% | 0.38% | - |
| HSV(B) | 203.37º | 0.66% | 0.56% | - |
| XYZ | 11.56 | 13.18 | 28.32 | - |
| YUV | 93.88 | 156.28 | 95.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 107 | 144 | 0.66 | 0.26 | 0 | 0.44 | 203.37 | 0.49 | 0.38 |
| Hex | 31 | 6B | 90 | 42 | 1A | 0 | 2C | CB | 31 | 26 |
| Octal | 61 | 153 | 220 | 102 | 32 | 0 | 54 | 313 | 61 | 46 |
| Binary | 110001 | 1101011 | 10010000 | 1000010 | 11010 | 0 | 101100 | 11001011 | 110001 | 100110 |
Color Harmonies of #316B90
Complementary color
Monochromatic Colors of #316B90
Black with #316B90
Text Example
Text Example
White with #316B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #316B90; }
p { color: rgb(49,107,144); }
H1.HeaderClassName
{
color: #316B90;
}
.AnyTagClassName
{
color: #316B90;
}
</style>
background-color css
<style>
a { background-color: #316B90; }
a { background-color: rgb(49,107,144); }
div.DivClassName
{
background-color: #316B90;
}
.BgClassName
{
background-color: #316B90;
}
</style>
border-color css
<style>
span { border-color: #316B90; }
span { border-color: rgb(49,107,144); }
td.TdClassName
{
border-color: #316B90;
}
.TagClassName
{
border-color: #316B90;
}
</style>