Shades of Astral #31748F
Tints of Astral #31748F
RGB
CMYK
RGB Variations
Color information
#31748F (or 0x31748F) is known color: Astral. HEX triplet: 31, 74 and 8F. RGB value is (49,116,143). Sum of RGB (Red+Green+Blue) = 49+116+143=308 (40% of max value = 765). Red value is 49 (19.53% from 255 or 15.91% from 308); Green value is 116 (45.70% from 255 or 37.66% from 308); Blue value is 143 (56.25% from 255 or 46.43% from 308); Max value from RGB is 143 - color contains mainly: blue. Hex color #31748F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #31748F is #CE8B70. Grayscale: #626262. Windows color (decimal): -13536113 or 9401393. OLE color: 9401393.
HSL color Cylindrical-coordinate representation of color #31748F: hue angle of 197.23º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #31748F is Cyan = 0.66, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 49 | 116 | 143 | - |
| CMYK | 0.66 | 0.19 | 0 | 0.44 |
| HSL | 197.23º | 0.49% | 0.38% | - |
| HSV(B) | 197.23º | 0.66% | 0.56% | - |
| XYZ | 12.47 | 15.13 | 28.25 | - |
| YUV | 99.05 | 152.8 | 92.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 116 | 143 | 0.66 | 0.19 | 0 | 0.44 | 197.23 | 0.49 | 0.38 |
| Hex | 31 | 74 | 8F | 42 | 13 | 0 | 2C | C5 | 31 | 26 |
| Octal | 61 | 164 | 217 | 102 | 23 | 0 | 54 | 305 | 61 | 46 |
| Binary | 110001 | 1110100 | 10001111 | 1000010 | 10011 | 0 | 101100 | 11000101 | 110001 | 100110 |
Color Harmonies of #31748F
Complementary color
Monochromatic Colors of #31748F
Black with #31748F
Text Example
Text Example
White with #31748F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31748F; }
p { color: rgb(49,116,143); }
H1.HeaderClassName
{
color: #31748F;
}
.AnyTagClassName
{
color: #31748F;
}
</style>
background-color css
<style>
a { background-color: #31748F; }
a { background-color: rgb(49,116,143); }
div.DivClassName
{
background-color: #31748F;
}
.BgClassName
{
background-color: #31748F;
}
</style>
border-color css
<style>
span { border-color: #31748F; }
span { border-color: rgb(49,116,143); }
td.TdClassName
{
border-color: #31748F;
}
.TagClassName
{
border-color: #31748F;
}
</style>