Shades of Mirage #374045
Tints of Mirage #374045
RGB
CMYK
RGB Variations
Color information
#374045 (or 0x374045) is known color: Mirage. HEX triplet: 37, 40 and 45. RGB value is (55,64,69). Sum of RGB (Red+Green+Blue) = 55+64+69=188 (24% of max value = 765). Red value is 55 (21.88% from 255 or 29.26% from 188); Green value is 64 (25.39% from 255 or 34.04% from 188); Blue value is 69 (27.34% from 255 or 36.70% from 188); Max value from RGB is 69 - color contains mainly: blue. Hex color #374045 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #374045 is #C8BFBA. Grayscale: #3D3D3D. Windows color (decimal): -13156283 or 4538423. OLE color: 4538423.
HSL color Cylindrical-coordinate representation of color #374045: hue angle of 201.43º degrees, saturation: 0.11, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #374045 is Cyan = 0.20, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 55 | 64 | 69 | - |
| CMYK | 0.20 | 0.07 | 0 | 0.73 |
| HSL | 201.43º | 0.11% | 0.24% | - |
| HSV(B) | 201.43º | 0.2% | 0.27% | - |
| XYZ | 4.48 | 4.91 | 6.34 | - |
| YUV | 61.88 | 132.02 | 123.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 64 | 69 | 0.20 | 0.07 | 0 | 0.73 | 201.43 | 0.11 | 0.24 |
| Hex | 37 | 40 | 45 | 14 | 7 | 0 | 49 | C9 | B | 18 |
| Octal | 67 | 100 | 105 | 24 | 7 | 0 | 111 | 311 | 13 | 30 |
| Binary | 110111 | 1000000 | 1000101 | 10100 | 111 | 0 | 1001001 | 11001001 | 1011 | 11000 |
Color Harmonies of #374045
Complementary color
Monochromatic Colors of #374045
Black with #374045
Text Example
Text Example
White with #374045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374045; }
p { color: rgb(55,64,69); }
H1.HeaderClassName
{
color: #374045;
}
.AnyTagClassName
{
color: #374045;
}
</style>
background-color css
<style>
a { background-color: #374045; }
a { background-color: rgb(55,64,69); }
div.DivClassName
{
background-color: #374045;
}
.BgClassName
{
background-color: #374045;
}
</style>
border-color css
<style>
span { border-color: #374045; }
span { border-color: rgb(55,64,69); }
td.TdClassName
{
border-color: #374045;
}
.TagClassName
{
border-color: #374045;
}
</style>