Shades of Mirage #343E46
Tints of Mirage #343E46
RGB
CMYK
RGB Variations
Color information
#343E46 (or 0x343E46) is known color: Mirage. HEX triplet: 34, 3E and 46. RGB value is (52,62,70). Sum of RGB (Red+Green+Blue) = 52+62+70=184 (24% of max value = 765). Red value is 52 (20.70% from 255 or 28.26% from 184); Green value is 62 (24.61% from 255 or 33.70% from 184); Blue value is 70 (27.73% from 255 or 38.04% from 184); Max value from RGB is 70 - color contains mainly: blue. Hex color #343E46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343E46 is #CBC1B9. Grayscale: #3B3B3B. Windows color (decimal): -13353402 or 4603444. OLE color: 4603444.
HSL color Cylindrical-coordinate representation of color #343E46: hue angle of 206.67º degrees, saturation: 0.15, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #343E46 is Cyan = 0.26, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 52 | 62 | 70 | - |
| CMYK | 0.26 | 0.11 | 0 | 0.73 |
| HSL | 206.67º | 0.15% | 0.24% | - |
| HSV(B) | 206.67º | 0.26% | 0.27% | - |
| XYZ | 4.24 | 4.62 | 6.46 | - |
| YUV | 59.92 | 133.69 | 122.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 62 | 70 | 0.26 | 0.11 | 0 | 0.73 | 206.67 | 0.15 | 0.24 |
| Hex | 34 | 3E | 46 | 1A | B | 0 | 49 | CF | F | 18 |
| Octal | 64 | 76 | 106 | 32 | 13 | 0 | 111 | 317 | 17 | 30 |
| Binary | 110100 | 111110 | 1000110 | 11010 | 1011 | 0 | 1001001 | 11001111 | 1111 | 11000 |
Color Harmonies of #343E46
Complementary color
Monochromatic Colors of #343E46
Black with #343E46
Text Example
Text Example
White with #343E46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343E46; }
p { color: rgb(52,62,70); }
H1.HeaderClassName
{
color: #343E46;
}
.AnyTagClassName
{
color: #343E46;
}
</style>
background-color css
<style>
a { background-color: #343E46; }
a { background-color: rgb(52,62,70); }
div.DivClassName
{
background-color: #343E46;
}
.BgClassName
{
background-color: #343E46;
}
</style>
border-color css
<style>
span { border-color: #343E46; }
span { border-color: rgb(52,62,70); }
td.TdClassName
{
border-color: #343E46;
}
.TagClassName
{
border-color: #343E46;
}
</style>