Shades of Astral #31677E
Tints of Astral #31677E
RGB
CMYK
RGB Variations
Color information
#31677E (or 0x31677E) is known color: Astral. HEX triplet: 31, 67 and 7E. RGB value is (49,103,126). Sum of RGB (Red+Green+Blue) = 49+103+126=278 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.63% from 278); Green value is 103 (40.62% from 255 or 37.05% from 278); Blue value is 126 (49.61% from 255 or 45.32% from 278); Max value from RGB is 126 - color contains mainly: blue. Hex color #31677E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31677E is #CE9881. Grayscale: #595959. Windows color (decimal): -13539458 or 8283953. OLE color: 8283953.
HSL color Cylindrical-coordinate representation of color #31677E: hue angle of 197.92º 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 #31677E is Cyan = 0.61, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 49 | 103 | 126 | - |
| CMYK | 0.61 | 0.18 | 0 | 0.51 |
| HSL | 197.92º | 0.44% | 0.34% | - |
| HSV(B) | 197.92º | 0.61% | 0.49% | - |
| XYZ | 9.88 | 11.86 | 21.51 | - |
| YUV | 89.48 | 148.61 | 99.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 103 | 126 | 0.61 | 0.18 | 0 | 0.51 | 197.92 | 0.44 | 0.34 |
| Hex | 31 | 67 | 7E | 3D | 12 | 0 | 33 | C6 | 2C | 22 |
| Octal | 61 | 147 | 176 | 75 | 22 | 0 | 63 | 306 | 54 | 42 |
| Binary | 110001 | 1100111 | 1111110 | 111101 | 10010 | 0 | 110011 | 11000110 | 101100 | 100010 |
Color Harmonies of #31677E
Complementary color
Monochromatic Colors of #31677E
Black with #31677E
Text Example
Text Example
White with #31677E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31677E; }
p { color: rgb(49,103,126); }
H1.HeaderClassName
{
color: #31677E;
}
.AnyTagClassName
{
color: #31677E;
}
</style>
background-color css
<style>
a { background-color: #31677E; }
a { background-color: rgb(49,103,126); }
div.DivClassName
{
background-color: #31677E;
}
.BgClassName
{
background-color: #31677E;
}
</style>
border-color css
<style>
span { border-color: #31677E; }
span { border-color: rgb(49,103,126); }
td.TdClassName
{
border-color: #31677E;
}
.TagClassName
{
border-color: #31677E;
}
</style>