Shades of Astral #31678C
Tints of Astral #31678C
RGB
CMYK
RGB Variations
Color information
#31678C (or 0x31678C) is known color: Astral. HEX triplet: 31, 67 and 8C. RGB value is (49,103,140). Sum of RGB (Red+Green+Blue) = 49+103+140=292 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.78% from 292); Green value is 103 (40.62% from 255 or 35.27% from 292); Blue value is 140 (55.08% from 255 or 47.95% from 292); Max value from RGB is 140 - color contains mainly: blue. Hex color #31678C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #31678C is #CE9873. Grayscale: #5A5A5A. Windows color (decimal): -13539444 or 9201457. OLE color: 9201457.
HSL color Cylindrical-coordinate representation of color #31678C: hue angle of 204.4º 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 #31678C is Cyan = 0.65, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 49 | 103 | 140 | - |
| CMYK | 0.65 | 0.26 | 0 | 0.45 |
| HSL | 204.4º | 0.48% | 0.37% | - |
| HSV(B) | 204.4º | 0.65% | 0.55% | - |
| XYZ | 10.85 | 12.25 | 26.6 | - |
| YUV | 91.07 | 155.61 | 97.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 103 | 140 | 0.65 | 0.26 | 0 | 0.45 | 204.4 | 0.48 | 0.37 |
| Hex | 31 | 67 | 8C | 41 | 1A | 0 | 2D | CC | 30 | 25 |
| Octal | 61 | 147 | 214 | 101 | 32 | 0 | 55 | 314 | 60 | 45 |
| Binary | 110001 | 1100111 | 10001100 | 1000001 | 11010 | 0 | 101101 | 11001100 | 110000 | 100101 |
Color Harmonies of #31678C
Complementary color
Monochromatic Colors of #31678C
Black with #31678C
Text Example
Text Example
White with #31678C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31678C; }
p { color: rgb(49,103,140); }
H1.HeaderClassName
{
color: #31678C;
}
.AnyTagClassName
{
color: #31678C;
}
</style>
background-color css
<style>
a { background-color: #31678C; }
a { background-color: rgb(49,103,140); }
div.DivClassName
{
background-color: #31678C;
}
.BgClassName
{
background-color: #31678C;
}
</style>
border-color css
<style>
span { border-color: #31678C; }
span { border-color: rgb(49,103,140); }
td.TdClassName
{
border-color: #31678C;
}
.TagClassName
{
border-color: #31678C;
}
</style>