Html Css Color HEX #343B40 Mirage

📋 copy color: '#343B40'

red 52 ◦ green 59 ◦ blue 64

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

Shades of Mirage #343B40

Tints of Mirage #343B40

RGB

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

 GREEN value IS 59 (23.44% from 255) = 33.71%

 BLUE value IS 64 (25.39% from 255) = 36.57%

R = 29.71%
G = 33.71%
B = 36.57%

CMYK

 C value IS 0.19

 M value IS 0.08

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#343B40 (or 0x343B40) is known color: Mirage. HEX triplet: 34, 3B and 40. RGB value is (52,59,64). Sum of RGB (Red+Green+Blue) = 52+59+64=175 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.71% from 175); Green value is 59 (23.44% from 255 or 33.71% from 175); Blue value is 64 (25.39% from 255 or 36.57% from 175); Max value from RGB is 64 - color contains mainly: blue. Hex color #343B40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343B40 is #CBC4BF. Grayscale: #393939. Windows color (decimal): -13354176 or 4209460. OLE color: 4209460.

HSL color Cylindrical-coordinate representation of color #343B40: hue angle of 205º degrees, saturation: 0.1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #343B40 is Cyan = 0.19, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 52 59 64 -
CMYK 0.19 0.08 0 0.75
HSL 205º 0.1% 0.23% -
HSV(B) 205º 0.19% 0.25% -
XYZ 3.91 4.23 5.46 -
YUV 57.48 131.68 124.09 -
System Red Green Blue C M Y K H S L
Decimal 52 59 64 0.19 0.08 0 0.75 205 0.1 0.23
Hex 34 3B 40 13 8 0 4B CD A 17
Octal 64 73 100 23 10 0 113 315 12 27
Binary 110100 111011 1000000 10011 1000 0 1001011 11001101 1010 10111

Color Harmonies of #343B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343B40

Black with #343B40

Text Example


Text Example

White with #343B40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,59,64); }

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

background-color css

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

 a { background-color: rgb(52,59,64); }

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

border-color css

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

 span { border-color: rgb(52,59,64); }

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