Shades of Astral #31688C
Tints of Astral #31688C
RGB
CMYK
RGB Variations
Color information
#31688C (or 0x31688C) is known color: Astral. HEX triplet: 31, 68 and 8C. RGB value is (49,104,140). Sum of RGB (Red+Green+Blue) = 49+104+140=293 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.72% from 293); Green value is 104 (41.02% from 255 or 35.49% from 293); Blue value is 140 (55.08% from 255 or 47.78% from 293); Max value from RGB is 140 - color contains mainly: blue. Hex color #31688C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #31688C is #CE9773. Grayscale: #5B5B5B. Windows color (decimal): -13539188 or 9201713. OLE color: 9201713.
HSL color Cylindrical-coordinate representation of color #31688C: hue angle of 203.74º 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 #31688C is Cyan = 0.65, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 49 | 104 | 140 | - |
| CMYK | 0.65 | 0.26 | 0 | 0.45 |
| HSL | 203.74º | 0.48% | 0.37% | - |
| HSV(B) | 203.74º | 0.65% | 0.55% | - |
| XYZ | 10.95 | 12.45 | 26.64 | - |
| YUV | 91.66 | 155.28 | 97.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 104 | 140 | 0.65 | 0.26 | 0 | 0.45 | 203.74 | 0.48 | 0.37 |
| Hex | 31 | 68 | 8C | 41 | 1A | 0 | 2D | CC | 30 | 25 |
| Octal | 61 | 150 | 214 | 101 | 32 | 0 | 55 | 314 | 60 | 45 |
| Binary | 110001 | 1101000 | 10001100 | 1000001 | 11010 | 0 | 101101 | 11001100 | 110000 | 100101 |
Color Harmonies of #31688C
Complementary color
Monochromatic Colors of #31688C
Black with #31688C
Text Example
Text Example
White with #31688C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31688C; }
p { color: rgb(49,104,140); }
H1.HeaderClassName
{
color: #31688C;
}
.AnyTagClassName
{
color: #31688C;
}
</style>
background-color css
<style>
a { background-color: #31688C; }
a { background-color: rgb(49,104,140); }
div.DivClassName
{
background-color: #31688C;
}
.BgClassName
{
background-color: #31688C;
}
</style>
border-color css
<style>
span { border-color: #31688C; }
span { border-color: rgb(49,104,140); }
td.TdClassName
{
border-color: #31688C;
}
.TagClassName
{
border-color: #31688C;
}
</style>