Shades of Astral #316683
Tints of Astral #316683
RGB
CMYK
RGB Variations
Color information
#316683 (or 0x316683) is known color: Astral. HEX triplet: 31, 66 and 83. RGB value is (49,102,131). Sum of RGB (Red+Green+Blue) = 49+102+131=282 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.38% from 282); Green value is 102 (40.23% from 255 or 36.17% from 282); Blue value is 131 (51.56% from 255 or 46.45% from 282); Max value from RGB is 131 - color contains mainly: blue. Hex color #316683 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #316683 is #CE997C. Grayscale: #595959. Windows color (decimal): -13539709 or 8611377. OLE color: 8611377.
HSL color Cylindrical-coordinate representation of color #316683: hue angle of 201.22º 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 #316683 is Cyan = 0.63, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 49 | 102 | 131 | - |
| CMYK | 0.63 | 0.22 | 0 | 0.49 |
| HSL | 201.22º | 0.46% | 0.35% | - |
| HSV(B) | 201.22º | 0.63% | 0.51% | - |
| XYZ | 10.11 | 11.79 | 23.22 | - |
| YUV | 89.46 | 151.44 | 99.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 102 | 131 | 0.63 | 0.22 | 0 | 0.49 | 201.22 | 0.46 | 0.35 |
| Hex | 31 | 66 | 83 | 3F | 16 | 0 | 31 | C9 | 2E | 23 |
| Octal | 61 | 146 | 203 | 77 | 26 | 0 | 61 | 311 | 56 | 43 |
| Binary | 110001 | 1100110 | 10000011 | 111111 | 10110 | 0 | 110001 | 11001001 | 101110 | 100011 |
Color Harmonies of #316683
Complementary color
Monochromatic Colors of #316683
Black with #316683
Text Example
Text Example
White with #316683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #316683; }
p { color: rgb(49,102,131); }
H1.HeaderClassName
{
color: #316683;
}
.AnyTagClassName
{
color: #316683;
}
</style>
background-color css
<style>
a { background-color: #316683; }
a { background-color: rgb(49,102,131); }
div.DivClassName
{
background-color: #316683;
}
.BgClassName
{
background-color: #316683;
}
</style>
border-color css
<style>
span { border-color: #316683; }
span { border-color: rgb(49,102,131); }
td.TdClassName
{
border-color: #316683;
}
.TagClassName
{
border-color: #316683;
}
</style>