Html Css Color HEX #343C41 Mirage

📋 copy color: '#343C41'

red 52 ◦ green 60 ◦ blue 65

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

Shades of Mirage #343C41

Tints of Mirage #343C41

RGB

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

 GREEN value IS 60 (23.83% from 255) = 33.9%

 BLUE value IS 65 (25.78% from 255) = 36.72%

R = 29.38%
G = 33.9%
B = 36.72%

CMYK

 C value IS 0.20

 M value IS 0.08

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#343C41 (or 0x343C41) is known color: Mirage. HEX triplet: 34, 3C and 41. RGB value is (52,60,65). Sum of RGB (Red+Green+Blue) = 52+60+65=177 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.38% from 177); Green value is 60 (23.83% from 255 or 33.90% from 177); Blue value is 65 (25.78% from 255 or 36.72% from 177); Max value from RGB is 65 - color contains mainly: blue. Hex color #343C41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343C41 is #CBC3BE. Grayscale: #3A3A3A. Windows color (decimal): -13353919 or 4275252. OLE color: 4275252.

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

Color convert

RGB 52 60 65 -
CMYK 0.20 0.08 0 0.75
HSL 203.08º 0.11% 0.23% -
HSV(B) 203.08º 0.2% 0.25% -
XYZ 3.99 4.34 5.63 -
YUV 58.18 131.85 123.59 -
System Red Green Blue C M Y K H S L
Decimal 52 60 65 0.20 0.08 0 0.75 203.08 0.11 0.23
Hex 34 3C 41 14 8 0 4B CB B 17
Octal 64 74 101 24 10 0 113 313 13 27
Binary 110100 111100 1000001 10100 1000 0 1001011 11001011 1011 10111

Color Harmonies of #343C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343C41

Black with #343C41

Text Example


Text Example

White with #343C41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,60,65); }

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

background-color css

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

 a { background-color: rgb(52,60,65); }

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

border-color css

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

 span { border-color: rgb(52,60,65); }

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