Shades of Astral #31778C
Tints of Astral #31778C
RGB
CMYK
RGB Variations
Color information
#31778C (or 0x31778C) is known color: Astral. HEX triplet: 31, 77 and 8C. RGB value is (49,119,140). Sum of RGB (Red+Green+Blue) = 49+119+140=308 (40% of max value = 765). Red value is 49 (19.53% from 255 or 15.91% from 308); Green value is 119 (46.88% from 255 or 38.64% from 308); Blue value is 140 (55.08% from 255 or 45.45% from 308); Max value from RGB is 140 - color contains mainly: blue. Hex color #31778C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #31778C is #CE8873. Grayscale: #646464. Windows color (decimal): -13535348 or 9205553. OLE color: 9205553.
HSL color Cylindrical-coordinate representation of color #31778C: hue angle of 193.85º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #31778C is Cyan = 0.65, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 49 | 119 | 140 | - |
| CMYK | 0.65 | 0.15 | 0 | 0.45 |
| HSL | 193.85º | 0.48% | 0.37% | - |
| HSV(B) | 193.85º | 0.65% | 0.55% | - |
| XYZ | 12.6 | 15.74 | 27.19 | - |
| YUV | 100.46 | 150.31 | 91.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 119 | 140 | 0.65 | 0.15 | 0 | 0.45 | 193.85 | 0.48 | 0.37 |
| Hex | 31 | 77 | 8C | 41 | F | 0 | 2D | C2 | 30 | 25 |
| Octal | 61 | 167 | 214 | 101 | 17 | 0 | 55 | 302 | 60 | 45 |
| Binary | 110001 | 1110111 | 10001100 | 1000001 | 1111 | 0 | 101101 | 11000010 | 110000 | 100101 |
Color Harmonies of #31778C
Complementary color
Monochromatic Colors of #31778C
Black with #31778C
Text Example
Text Example
White with #31778C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31778C; }
p { color: rgb(49,119,140); }
H1.HeaderClassName
{
color: #31778C;
}
.AnyTagClassName
{
color: #31778C;
}
</style>
background-color css
<style>
a { background-color: #31778C; }
a { background-color: rgb(49,119,140); }
div.DivClassName
{
background-color: #31778C;
}
.BgClassName
{
background-color: #31778C;
}
</style>
border-color css
<style>
span { border-color: #31778C; }
span { border-color: rgb(49,119,140); }
td.TdClassName
{
border-color: #31778C;
}
.TagClassName
{
border-color: #31778C;
}
</style>