Html Css Color HEX #342E49 Cherry Pie

📋 copy color: '#342E49'

red 52 ◦ green 46 ◦ blue 73

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

Shades of Cherry Pie #342E49

Tints of Cherry Pie #342E49

RGB

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

 GREEN value IS 46 (18.36% from 255) = 26.9%

 BLUE value IS 73 (28.91% from 255) = 42.69%

R = 30.41%
G = 26.9%
B = 42.69%

CMYK

 C value IS 0.29

 M value IS 0.37

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#342E49 (or 0x342E49) is known color: Cherry Pie. HEX triplet: 34, 2E and 49. RGB value is (52,46,73). Sum of RGB (Red+Green+Blue) = 52+46+73=171 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.41% from 171); Green value is 46 (18.36% from 255 or 26.90% from 171); Blue value is 73 (28.91% from 255 or 42.69% from 171); Max value from RGB is 73 - color contains mainly: blue. Hex color #342E49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342E49 is #CBD1B6. Grayscale: #323232. Windows color (decimal): -13357495 or 4795956. OLE color: 4795956.

HSL color Cylindrical-coordinate representation of color #342E49: hue angle of 253.33º degrees, saturation: 0.23, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #342E49 is Cyan = 0.29, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 52 46 73 -
CMYK 0.29 0.37 0 0.71
HSL 253.33º 0.23% 0.23% -
HSV(B) 253.33º 0.37% 0.29% -
XYZ 3.6 3.17 6.72 -
YUV 50.87 140.49 128.8 -
System Red Green Blue C M Y K H S L
Decimal 52 46 73 0.29 0.37 0 0.71 253.33 0.23 0.23
Hex 34 2E 49 1D 25 0 47 FD 17 17
Octal 64 56 111 35 45 0 107 375 27 27
Binary 110100 101110 1001001 11101 100101 0 1000111 11111101 10111 10111

Color Harmonies of #342E49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342E49

Black with #342E49

Text Example


Text Example

White with #342E49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342E49; }

 p { color: rgb(52,46,73); }

 H1.HeaderClassName
 {
   color: #342E49;
 }
 .AnyTagClassName
 {
   color: #342E49;
 }
</style>

background-color css

<style>
 a { background-color: #342E49; }

 a { background-color: rgb(52,46,73); }

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

border-color css

<style>
 span { border-color: #342E49; }

 span { border-color: rgb(52,46,73); }

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