Shades of Astral #31738C
Tints of Astral #31738C
RGB
CMYK
RGB Variations
Color information
#31738C (or 0x31738C) is known color: Astral. HEX triplet: 31, 73 and 8C. RGB value is (49,115,140). Sum of RGB (Red+Green+Blue) = 49+115+140=304 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.12% from 304); Green value is 115 (45.31% from 255 or 37.83% from 304); Blue value is 140 (55.08% from 255 or 46.05% from 304); Max value from RGB is 140 - color contains mainly: blue. Hex color #31738C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #31738C is #CE8C73. Grayscale: #616161. Windows color (decimal): -13536372 or 9204529. OLE color: 9204529.
HSL color Cylindrical-coordinate representation of color #31738C: hue angle of 196.48º 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 #31738C is Cyan = 0.65, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 49 | 115 | 140 | - |
| CMYK | 0.65 | 0.18 | 0 | 0.45 |
| HSL | 196.48º | 0.48% | 0.37% | - |
| HSV(B) | 196.48º | 0.65% | 0.55% | - |
| XYZ | 12.13 | 14.81 | 27.03 | - |
| YUV | 98.12 | 151.63 | 92.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 115 | 140 | 0.65 | 0.18 | 0 | 0.45 | 196.48 | 0.48 | 0.37 |
| Hex | 31 | 73 | 8C | 41 | 12 | 0 | 2D | C4 | 30 | 25 |
| Octal | 61 | 163 | 214 | 101 | 22 | 0 | 55 | 304 | 60 | 45 |
| Binary | 110001 | 1110011 | 10001100 | 1000001 | 10010 | 0 | 101101 | 11000100 | 110000 | 100101 |
Color Harmonies of #31738C
Complementary color
Monochromatic Colors of #31738C
Black with #31738C
Text Example
Text Example
White with #31738C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31738C; }
p { color: rgb(49,115,140); }
H1.HeaderClassName
{
color: #31738C;
}
.AnyTagClassName
{
color: #31738C;
}
</style>
background-color css
<style>
a { background-color: #31738C; }
a { background-color: rgb(49,115,140); }
div.DivClassName
{
background-color: #31738C;
}
.BgClassName
{
background-color: #31738C;
}
</style>
border-color css
<style>
span { border-color: #31738C; }
span { border-color: rgb(49,115,140); }
td.TdClassName
{
border-color: #31738C;
}
.TagClassName
{
border-color: #31738C;
}
</style>