Shades of Mirage #323D46
Tints of Mirage #323D46
RGB
CMYK
RGB Variations
Color information
#323D46 (or 0x323D46) is known color: Mirage. HEX triplet: 32, 3D and 46. RGB value is (50,61,70). Sum of RGB (Red+Green+Blue) = 50+61+70=181 (23% of max value = 765). Red value is 50 (19.92% from 255 or 27.62% from 181); Green value is 61 (24.22% from 255 or 33.70% from 181); Blue value is 70 (27.73% from 255 or 38.67% from 181); Max value from RGB is 70 - color contains mainly: blue. Hex color #323D46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323D46 is #CDC2B9. Grayscale: #3A3A3A. Windows color (decimal): -13484730 or 4603186. OLE color: 4603186.
HSL color Cylindrical-coordinate representation of color #323D46: hue angle of 207º degrees, saturation: 0.17, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #323D46 is Cyan = 0.29, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 50 | 61 | 70 | - |
| CMYK | 0.29 | 0.13 | 0 | 0.73 |
| HSL | 207º | 0.17% | 0.24% | - |
| HSV(B) | 207º | 0.29% | 0.27% | - |
| XYZ | 4.09 | 4.46 | 6.44 | - |
| YUV | 58.74 | 134.36 | 121.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 61 | 70 | 0.29 | 0.13 | 0 | 0.73 | 207 | 0.17 | 0.24 |
| Hex | 32 | 3D | 46 | 1D | D | 0 | 49 | CF | 11 | 18 |
| Octal | 62 | 75 | 106 | 35 | 15 | 0 | 111 | 317 | 21 | 30 |
| Binary | 110010 | 111101 | 1000110 | 11101 | 1101 | 0 | 1001001 | 11001111 | 10001 | 11000 |
Color Harmonies of #323D46
Complementary color
Monochromatic Colors of #323D46
Black with #323D46
Text Example
Text Example
White with #323D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323D46; }
p { color: rgb(50,61,70); }
H1.HeaderClassName
{
color: #323D46;
}
.AnyTagClassName
{
color: #323D46;
}
</style>
background-color css
<style>
a { background-color: #323D46; }
a { background-color: rgb(50,61,70); }
div.DivClassName
{
background-color: #323D46;
}
.BgClassName
{
background-color: #323D46;
}
</style>
border-color css
<style>
span { border-color: #323D46; }
span { border-color: rgb(50,61,70); }
td.TdClassName
{
border-color: #323D46;
}
.TagClassName
{
border-color: #323D46;
}
</style>