Shades of Mirage #323C44
Tints of Mirage #323C44
RGB
CMYK
RGB Variations
Color information
#323C44 (or 0x323C44) is known color: Mirage. HEX triplet: 32, 3C and 44. RGB value is (50,60,68). Sum of RGB (Red+Green+Blue) = 50+60+68=178 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.09% from 178); Green value is 60 (23.83% from 255 or 33.71% from 178); Blue value is 68 (26.95% from 255 or 38.20% from 178); Max value from RGB is 68 - color contains mainly: blue. Hex color #323C44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323C44 is #CDC3BB. Grayscale: #393939. Windows color (decimal): -13484988 or 4471858. OLE color: 4471858.
HSL color Cylindrical-coordinate representation of color #323C44: hue angle of 206.67º degrees, saturation: 0.15, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #323C44 is Cyan = 0.26, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 50 | 60 | 68 | - |
| CMYK | 0.26 | 0.12 | 0 | 0.73 |
| HSL | 206.67º | 0.15% | 0.23% | - |
| HSV(B) | 206.67º | 0.26% | 0.27% | - |
| XYZ | 3.97 | 4.33 | 6.09 | - |
| YUV | 57.92 | 133.69 | 122.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 60 | 68 | 0.26 | 0.12 | 0 | 0.73 | 206.67 | 0.15 | 0.23 |
| Hex | 32 | 3C | 44 | 1A | C | 0 | 49 | CF | F | 17 |
| Octal | 62 | 74 | 104 | 32 | 14 | 0 | 111 | 317 | 17 | 27 |
| Binary | 110010 | 111100 | 1000100 | 11010 | 1100 | 0 | 1001001 | 11001111 | 1111 | 10111 |
Color Harmonies of #323C44
Complementary color
Monochromatic Colors of #323C44
Black with #323C44
Text Example
Text Example
White with #323C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323C44; }
p { color: rgb(50,60,68); }
H1.HeaderClassName
{
color: #323C44;
}
.AnyTagClassName
{
color: #323C44;
}
</style>
background-color css
<style>
a { background-color: #323C44; }
a { background-color: rgb(50,60,68); }
div.DivClassName
{
background-color: #323C44;
}
.BgClassName
{
background-color: #323C44;
}
</style>
border-color css
<style>
span { border-color: #323C44; }
span { border-color: rgb(50,60,68); }
td.TdClassName
{
border-color: #323C44;
}
.TagClassName
{
border-color: #323C44;
}
</style>