Shades of Mirage #313C44
Tints of Mirage #313C44
RGB
CMYK
RGB Variations
Color information
#313C44 (or 0x313C44) is known color: Mirage. HEX triplet: 31, 3C and 44. RGB value is (49,60,68). Sum of RGB (Red+Green+Blue) = 49+60+68=177 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.68% from 177); Green value is 60 (23.83% from 255 or 33.90% from 177); Blue value is 68 (26.95% from 255 or 38.42% from 177); Max value from RGB is 68 - color contains mainly: blue. Hex color #313C44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313C44 is #CEC3BB. Grayscale: #393939. Windows color (decimal): -13550524 or 4471857. OLE color: 4471857.
HSL color Cylindrical-coordinate representation of color #313C44: hue angle of 205.26º degrees, saturation: 0.16, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #313C44 is Cyan = 0.28, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 49 | 60 | 68 | - |
| CMYK | 0.28 | 0.12 | 0 | 0.73 |
| HSL | 205.26º | 0.16% | 0.23% | - |
| HSV(B) | 205.26º | 0.28% | 0.27% | - |
| XYZ | 3.93 | 4.3 | 6.09 | - |
| YUV | 57.62 | 133.86 | 121.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 60 | 68 | 0.28 | 0.12 | 0 | 0.73 | 205.26 | 0.16 | 0.23 |
| Hex | 31 | 3C | 44 | 1C | C | 0 | 49 | CD | 10 | 17 |
| Octal | 61 | 74 | 104 | 34 | 14 | 0 | 111 | 315 | 20 | 27 |
| Binary | 110001 | 111100 | 1000100 | 11100 | 1100 | 0 | 1001001 | 11001101 | 10000 | 10111 |
Color Harmonies of #313C44
Complementary color
Monochromatic Colors of #313C44
Black with #313C44
Text Example
Text Example
White with #313C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313C44; }
p { color: rgb(49,60,68); }
H1.HeaderClassName
{
color: #313C44;
}
.AnyTagClassName
{
color: #313C44;
}
</style>
background-color css
<style>
a { background-color: #313C44; }
a { background-color: rgb(49,60,68); }
div.DivClassName
{
background-color: #313C44;
}
.BgClassName
{
background-color: #313C44;
}
</style>
border-color css
<style>
span { border-color: #313C44; }
span { border-color: rgb(49,60,68); }
td.TdClassName
{
border-color: #313C44;
}
.TagClassName
{
border-color: #313C44;
}
</style>