#343E43

Color #343E43 Mirage (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mirage #343E43

Tints of Mirage #343E43

Color information

#343E43 (or 0x343E43) is unknown color: approx Mirage. HEX triplet: 34, 3E and 43. RGB value is (52,62,67). Sum of RGB (Red+Green+Blue) = 52+62+67=181 (23% of max value = 765). Red value is 52 (20.70% from 255 or 28.73% from 181); Green value is 62 (24.61% from 255 or 34.25% from 181); Blue value is 67 (26.56% from 255 or 37.02% from 181); Max value from RGB is 67 - color contains mainly: blue. Hex color #343E43 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343E43 is #CBC1BC. Grayscale: #3B3B3B. Windows color (decimal): -13353405 or 4406836. OLE color: 4406836.

HSL color Cylindrical-coordinate representation of color #343E43: hue angle of 200º 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 #343E43 is Cyan = 0.22, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB526267-
CMYK0.220.0700.74
HSL200º12.61%23.33%-
HSV(B)200º22.39%26.27%-
XYZ4.154.585.98-
YUV59.58132.19122.59-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 52 (20.70% from 255) = 28.73%
GREEN value IS 62 (24.61% from 255) = 34.25%
BLUE value IS 67 (26.56% from 255) = 37.02%
R=28.73%
G=34.25%
B=37.02%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5262670.220.0700.7420012.6123.33
Hex343E4316704Ac8d17
Octal647610326701123101527
Binary1101001111101000011101101110100101011001000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #343E43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #343E43; }

 p { color: rgb(52,62,67); }

 H1.HeaderClassName
 {
   color: #343E43;
 }
 .AnyTagClassName
 {
   color: #343E43;
 }
</style>
background-color css

<style>
 a { background-color: #343E43; }

 a { background-color: rgb(52,62,67); }

 div.DivClassName
 {
   background-color: #343E43;
 }
 .BgClassName
 {
   background-color: #343E43;
 }
</style>
border-color css

<style>
 span { border-color: #343E43; }

 span { border-color: rgb(52,62,67); }

 td.TdClassName
 {
   border-color: #343E43;
 }
 .TagClassName
 {
   border-color: #343E43;
 }
</style>