Html Css Color HEX #343F47 Mirage

📋 copy color: '#343F47'

red 52 ◦ green 63 ◦ blue 71

#343F47
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mirage #343F47

Tints of Mirage #343F47

RGB

 RED value IS 52 (20.7% from 255) = 27.96%

 GREEN value IS 63 (25% from 255) = 33.87%

 BLUE value IS 71 (28.13% from 255) = 38.17%

R = 27.96%
G = 33.87%
B = 38.17%

CMYK

 C value IS 0.27

 M value IS 0.11

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#343F47 (or 0x343F47) is known color: Mirage. HEX triplet: 34, 3F and 47. RGB value is (52,63,71). Sum of RGB (Red+Green+Blue) = 52+63+71=186 (24% of max value = 765). Red value is 52 (20.70% from 255 or 27.96% from 186); Green value is 63 (25% from 255 or 33.87% from 186); Blue value is 71 (28.12% from 255 or 38.17% from 186); Max value from RGB is 71 - color contains mainly: blue. Hex color #343F47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343F47 is #CBC0B8. Grayscale: #3C3C3C. Windows color (decimal): -13353145 or 4669236. OLE color: 4669236.

HSL color Cylindrical-coordinate representation of color #343F47: hue angle of 205.26º degrees, saturation: 0.15, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #343F47 is Cyan = 0.27, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 52 63 71 -
CMYK 0.27 0.11 0 0.72
HSL 205.26º 0.15% 0.24% -
HSV(B) 205.26º 0.27% 0.28% -
XYZ 4.33 4.74 6.65 -
YUV 60.62 133.86 121.85 -
System Red Green Blue C M Y K H S L
Decimal 52 63 71 0.27 0.11 0 0.72 205.26 0.15 0.24
Hex 34 3F 47 1B B 0 48 CD F 18
Octal 64 77 107 33 13 0 110 315 17 30
Binary 110100 111111 1000111 11011 1011 0 1001000 11001101 1111 11000

Color Harmonies of #343F47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343F47

Black with #343F47

Text Example


Text Example

White with #343F47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,63,71); }

 H1.HeaderClassName
 {
   color: #343F47;
 }
 .AnyTagClassName
 {
   color: #343F47;
 }
</style>

background-color css

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

 a { background-color: rgb(52,63,71); }

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

border-color css

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

 span { border-color: rgb(52,63,71); }

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