Shades of Astral #31698A
Tints of Astral #31698A
RGB
CMYK
RGB Variations
Color information
#31698A (or 0x31698A) is known color: Astral. HEX triplet: 31, 69 and 8A. RGB value is (49,105,138). Sum of RGB (Red+Green+Blue) = 49+105+138=292 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.78% from 292); Green value is 105 (41.41% from 255 or 35.96% from 292); Blue value is 138 (54.30% from 255 or 47.26% from 292); Max value from RGB is 138 - color contains mainly: blue. Hex color #31698A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #31698A is #CE9675. Grayscale: #5B5B5B. Windows color (decimal): -13538934 or 9070897. OLE color: 9070897.
HSL color Cylindrical-coordinate representation of color #31698A: hue angle of 202.25º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #31698A is Cyan = 0.64, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 49 | 105 | 138 | - |
| CMYK | 0.64 | 0.24 | 0 | 0.46 |
| HSL | 202.25º | 0.48% | 0.37% | - |
| HSV(B) | 202.25º | 0.64% | 0.54% | - |
| XYZ | 10.91 | 12.59 | 25.9 | - |
| YUV | 92.02 | 153.95 | 97.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 105 | 138 | 0.64 | 0.24 | 0 | 0.46 | 202.25 | 0.48 | 0.37 |
| Hex | 31 | 69 | 8A | 40 | 18 | 0 | 2E | CA | 30 | 25 |
| Octal | 61 | 151 | 212 | 100 | 30 | 0 | 56 | 312 | 60 | 45 |
| Binary | 110001 | 1101001 | 10001010 | 1000000 | 11000 | 0 | 101110 | 11001010 | 110000 | 100101 |
Color Harmonies of #31698A
Complementary color
Monochromatic Colors of #31698A
Black with #31698A
Text Example
Text Example
White with #31698A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31698A; }
p { color: rgb(49,105,138); }
H1.HeaderClassName
{
color: #31698A;
}
.AnyTagClassName
{
color: #31698A;
}
</style>
background-color css
<style>
a { background-color: #31698A; }
a { background-color: rgb(49,105,138); }
div.DivClassName
{
background-color: #31698A;
}
.BgClassName
{
background-color: #31698A;
}
</style>
border-color css
<style>
span { border-color: #31698A; }
span { border-color: rgb(49,105,138); }
td.TdClassName
{
border-color: #31698A;
}
.TagClassName
{
border-color: #31698A;
}
</style>