Shades of Astral #316F83
Tints of Astral #316F83
RGB
CMYK
RGB Variations
Color information
#316F83 (or 0x316F83) is known color: Astral. HEX triplet: 31, 6F and 83. RGB value is (49,111,131). Sum of RGB (Red+Green+Blue) = 49+111+131=291 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.84% from 291); Green value is 111 (43.75% from 255 or 38.14% from 291); Blue value is 131 (51.56% from 255 or 45.02% from 291); Max value from RGB is 131 - color contains mainly: blue. Hex color #316F83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #316F83 is #CE907C. Grayscale: #5E5E5E. Windows color (decimal): -13537405 or 8613681. OLE color: 8613681.
HSL color Cylindrical-coordinate representation of color #316F83: hue angle of 194.63º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #316F83 is Cyan = 0.63, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 49 | 111 | 131 | - |
| CMYK | 0.63 | 0.15 | 0 | 0.49 |
| HSL | 194.63º | 0.46% | 0.35% | - |
| HSV(B) | 194.63º | 0.63% | 0.51% | - |
| XYZ | 11.05 | 13.66 | 23.53 | - |
| YUV | 94.74 | 148.46 | 95.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 111 | 131 | 0.63 | 0.15 | 0 | 0.49 | 194.63 | 0.46 | 0.35 |
| Hex | 31 | 6F | 83 | 3F | F | 0 | 31 | C3 | 2E | 23 |
| Octal | 61 | 157 | 203 | 77 | 17 | 0 | 61 | 303 | 56 | 43 |
| Binary | 110001 | 1101111 | 10000011 | 111111 | 1111 | 0 | 110001 | 11000011 | 101110 | 100011 |
Color Harmonies of #316F83
Complementary color
Monochromatic Colors of #316F83
Black with #316F83
Text Example
Text Example
White with #316F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #316F83; }
p { color: rgb(49,111,131); }
H1.HeaderClassName
{
color: #316F83;
}
.AnyTagClassName
{
color: #316F83;
}
</style>
background-color css
<style>
a { background-color: #316F83; }
a { background-color: rgb(49,111,131); }
div.DivClassName
{
background-color: #316F83;
}
.BgClassName
{
background-color: #316F83;
}
</style>
border-color css
<style>
span { border-color: #316F83; }
span { border-color: rgb(49,111,131); }
td.TdClassName
{
border-color: #316F83;
}
.TagClassName
{
border-color: #316F83;
}
</style>