Shades of Astral #31687D
Tints of Astral #31687D
RGB
CMYK
RGB Variations
Color information
#31687D (or 0x31687D) is known color: Astral. HEX triplet: 31, 68 and 7D. RGB value is (49,104,125). Sum of RGB (Red+Green+Blue) = 49+104+125=278 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.63% from 278); Green value is 104 (41.02% from 255 or 37.41% from 278); Blue value is 125 (49.22% from 255 or 44.96% from 278); Max value from RGB is 125 - color contains mainly: blue. Hex color #31687D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31687D is #CE9782. Grayscale: #595959. Windows color (decimal): -13539203 or 8218673. OLE color: 8218673.
HSL color Cylindrical-coordinate representation of color #31687D: hue angle of 196.58º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #31687D is Cyan = 0.61, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 49 | 104 | 125 | - |
| CMYK | 0.61 | 0.17 | 0 | 0.51 |
| HSL | 196.58º | 0.44% | 0.34% | - |
| HSV(B) | 196.58º | 0.61% | 0.49% | - |
| XYZ | 9.92 | 12.03 | 21.2 | - |
| YUV | 89.95 | 147.78 | 98.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 104 | 125 | 0.61 | 0.17 | 0 | 0.51 | 196.58 | 0.44 | 0.34 |
| Hex | 31 | 68 | 7D | 3D | 11 | 0 | 33 | C5 | 2C | 22 |
| Octal | 61 | 150 | 175 | 75 | 21 | 0 | 63 | 305 | 54 | 42 |
| Binary | 110001 | 1101000 | 1111101 | 111101 | 10001 | 0 | 110011 | 11000101 | 101100 | 100010 |
Color Harmonies of #31687D
Complementary color
Monochromatic Colors of #31687D
Black with #31687D
Text Example
Text Example
White with #31687D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31687D; }
p { color: rgb(49,104,125); }
H1.HeaderClassName
{
color: #31687D;
}
.AnyTagClassName
{
color: #31687D;
}
</style>
background-color css
<style>
a { background-color: #31687D; }
a { background-color: rgb(49,104,125); }
div.DivClassName
{
background-color: #31687D;
}
.BgClassName
{
background-color: #31687D;
}
</style>
border-color css
<style>
span { border-color: #31687D; }
span { border-color: rgb(49,104,125); }
td.TdClassName
{
border-color: #31687D;
}
.TagClassName
{
border-color: #31687D;
}
</style>