Shades of Mirage #374046
Tints of Mirage #374046
RGB
CMYK
RGB Variations
Color information
#374046 (or 0x374046) is known color: Mirage. HEX triplet: 37, 40 and 46. RGB value is (55,64,70). Sum of RGB (Red+Green+Blue) = 55+64+70=189 (25% of max value = 765). Red value is 55 (21.88% from 255 or 29.10% from 189); Green value is 64 (25.39% from 255 or 33.86% from 189); Blue value is 70 (27.73% from 255 or 37.04% from 189); Max value from RGB is 70 - color contains mainly: blue. Hex color #374046 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #374046 is #C8BFB9. Grayscale: #3D3D3D. Windows color (decimal): -13156282 or 4603959. OLE color: 4603959.
HSL color Cylindrical-coordinate representation of color #374046: hue angle of 204º degrees, saturation: 0.12, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #374046 is Cyan = 0.21, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 55 | 64 | 70 | - |
| CMYK | 0.21 | 0.09 | 0 | 0.73 |
| HSL | 204º | 0.12% | 0.25% | - |
| HSV(B) | 204º | 0.21% | 0.27% | - |
| XYZ | 4.51 | 4.92 | 6.51 | - |
| YUV | 61.99 | 132.52 | 123.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 64 | 70 | 0.21 | 0.09 | 0 | 0.73 | 204 | 0.12 | 0.25 |
| Hex | 37 | 40 | 46 | 15 | 9 | 0 | 49 | CC | C | 19 |
| Octal | 67 | 100 | 106 | 25 | 11 | 0 | 111 | 314 | 14 | 31 |
| Binary | 110111 | 1000000 | 1000110 | 10101 | 1001 | 0 | 1001001 | 11001100 | 1100 | 11001 |
Color Harmonies of #374046
Complementary color
Monochromatic Colors of #374046
Black with #374046
Text Example
Text Example
White with #374046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374046; }
p { color: rgb(55,64,70); }
H1.HeaderClassName
{
color: #374046;
}
.AnyTagClassName
{
color: #374046;
}
</style>
background-color css
<style>
a { background-color: #374046; }
a { background-color: rgb(55,64,70); }
div.DivClassName
{
background-color: #374046;
}
.BgClassName
{
background-color: #374046;
}
</style>
border-color css
<style>
span { border-color: #374046; }
span { border-color: rgb(55,64,70); }
td.TdClassName
{
border-color: #374046;
}
.TagClassName
{
border-color: #374046;
}
</style>