Shades of Astral #316E92
Tints of Astral #316E92
RGB
CMYK
RGB Variations
Color information
#316E92 (or 0x316E92) is known color: Astral. HEX triplet: 31, 6E and 92. RGB value is (49,110,146). Sum of RGB (Red+Green+Blue) = 49+110+146=305 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.07% from 305); Green value is 110 (43.36% from 255 or 36.07% from 305); Blue value is 146 (57.42% from 255 or 47.87% from 305); Max value from RGB is 146 - color contains mainly: blue. Hex color #316E92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #316E92 is #CE916D. Grayscale: #5F5F5F. Windows color (decimal): -13537646 or 9596465. OLE color: 9596465.
HSL color Cylindrical-coordinate representation of color #316E92: hue angle of 202.27º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #316E92 is Cyan = 0.66, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 49 | 110 | 146 | - |
| CMYK | 0.66 | 0.25 | 0 | 0.43 |
| HSL | 202.27º | 0.5% | 0.38% | - |
| HSV(B) | 202.27º | 0.66% | 0.57% | - |
| XYZ | 12.03 | 13.88 | 29.24 | - |
| YUV | 95.87 | 156.29 | 94.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 110 | 146 | 0.66 | 0.25 | 0 | 0.43 | 202.27 | 0.5 | 0.38 |
| Hex | 31 | 6E | 92 | 42 | 19 | 0 | 2B | CA | 32 | 26 |
| Octal | 61 | 156 | 222 | 102 | 31 | 0 | 53 | 312 | 62 | 46 |
| Binary | 110001 | 1101110 | 10010010 | 1000010 | 11001 | 0 | 101011 | 11001010 | 110010 | 100110 |
Color Harmonies of #316E92
Complementary color
Monochromatic Colors of #316E92
Black with #316E92
Text Example
Text Example
White with #316E92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #316E92; }
p { color: rgb(49,110,146); }
H1.HeaderClassName
{
color: #316E92;
}
.AnyTagClassName
{
color: #316E92;
}
</style>
background-color css
<style>
a { background-color: #316E92; }
a { background-color: rgb(49,110,146); }
div.DivClassName
{
background-color: #316E92;
}
.BgClassName
{
background-color: #316E92;
}
</style>
border-color css
<style>
span { border-color: #316E92; }
span { border-color: rgb(49,110,146); }
td.TdClassName
{
border-color: #316E92;
}
.TagClassName
{
border-color: #316E92;
}
</style>