Shades of Astral #316783
Tints of Astral #316783
RGB
CMYK
RGB Variations
Color information
#316783 (or 0x316783) is known color: Astral. HEX triplet: 31, 67 and 83. RGB value is (49,103,131). Sum of RGB (Red+Green+Blue) = 49+103+131=283 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.31% from 283); Green value is 103 (40.62% from 255 or 36.40% from 283); Blue value is 131 (51.56% from 255 or 46.29% from 283); Max value from RGB is 131 - color contains mainly: blue. Hex color #316783 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #316783 is #CE987C. Grayscale: #595959. Windows color (decimal): -13539453 or 8611633. OLE color: 8611633.
HSL color Cylindrical-coordinate representation of color #316783: hue angle of 200.49º 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 #316783 is Cyan = 0.63, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 49 | 103 | 131 | - |
| CMYK | 0.63 | 0.21 | 0 | 0.49 |
| HSL | 200.49º | 0.46% | 0.35% | - |
| HSV(B) | 200.49º | 0.63% | 0.51% | - |
| XYZ | 10.21 | 11.99 | 23.25 | - |
| YUV | 90.05 | 151.11 | 98.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 103 | 131 | 0.63 | 0.21 | 0 | 0.49 | 200.49 | 0.46 | 0.35 |
| Hex | 31 | 67 | 83 | 3F | 15 | 0 | 31 | C8 | 2E | 23 |
| Octal | 61 | 147 | 203 | 77 | 25 | 0 | 61 | 310 | 56 | 43 |
| Binary | 110001 | 1100111 | 10000011 | 111111 | 10101 | 0 | 110001 | 11001000 | 101110 | 100011 |
Color Harmonies of #316783
Complementary color
Monochromatic Colors of #316783
Black with #316783
Text Example
Text Example
White with #316783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #316783; }
p { color: rgb(49,103,131); }
H1.HeaderClassName
{
color: #316783;
}
.AnyTagClassName
{
color: #316783;
}
</style>
background-color css
<style>
a { background-color: #316783; }
a { background-color: rgb(49,103,131); }
div.DivClassName
{
background-color: #316783;
}
.BgClassName
{
background-color: #316783;
}
</style>
border-color css
<style>
span { border-color: #316783; }
span { border-color: rgb(49,103,131); }
td.TdClassName
{
border-color: #316783;
}
.TagClassName
{
border-color: #316783;
}
</style>