Shades of Mirage #343D43
Tints of Mirage #343D43
RGB
CMYK
RGB Variations
Color information
#343D43 (or 0x343D43) is known color: Mirage. HEX triplet: 34, 3D and 43. RGB value is (52,61,67). Sum of RGB (Red+Green+Blue) = 52+61+67=180 (23% of max value = 765). Red value is 52 (20.70% from 255 or 28.89% from 180); Green value is 61 (24.22% from 255 or 33.89% from 180); Blue value is 67 (26.56% from 255 or 37.22% from 180); Max value from RGB is 67 - color contains mainly: blue. Hex color #343D43 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343D43 is #CBC2BC. Grayscale: #3A3A3A. Windows color (decimal): -13353661 or 4406580. OLE color: 4406580.
HSL color Cylindrical-coordinate representation of color #343D43: hue angle of 204º degrees, saturation: 0.13, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #343D43 is Cyan = 0.22, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 52 | 61 | 67 | - |
| CMYK | 0.22 | 0.09 | 0 | 0.74 |
| HSL | 204º | 0.13% | 0.23% | - |
| HSV(B) | 204º | 0.22% | 0.26% | - |
| XYZ | 4.1 | 4.47 | 5.96 | - |
| YUV | 58.99 | 132.52 | 123.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 61 | 67 | 0.22 | 0.09 | 0 | 0.74 | 204 | 0.13 | 0.23 |
| Hex | 34 | 3D | 43 | 16 | 9 | 0 | 4A | CC | D | 17 |
| Octal | 64 | 75 | 103 | 26 | 11 | 0 | 112 | 314 | 15 | 27 |
| Binary | 110100 | 111101 | 1000011 | 10110 | 1001 | 0 | 1001010 | 11001100 | 1101 | 10111 |
Color Harmonies of #343D43
Complementary color
Monochromatic Colors of #343D43
Black with #343D43
Text Example
Text Example
White with #343D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343D43; }
p { color: rgb(52,61,67); }
H1.HeaderClassName
{
color: #343D43;
}
.AnyTagClassName
{
color: #343D43;
}
</style>
background-color css
<style>
a { background-color: #343D43; }
a { background-color: rgb(52,61,67); }
div.DivClassName
{
background-color: #343D43;
}
.BgClassName
{
background-color: #343D43;
}
</style>
border-color css
<style>
span { border-color: #343D43; }
span { border-color: rgb(52,61,67); }
td.TdClassName
{
border-color: #343D43;
}
.TagClassName
{
border-color: #343D43;
}
</style>