Html Css Color HEX #342D49 Cherry Pie

📋 copy color: '#342D49'

red 52 ◦ green 45 ◦ blue 73

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

Shades of Cherry Pie #342D49

Tints of Cherry Pie #342D49

RGB

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

 GREEN value IS 45 (17.97% from 255) = 26.47%

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

R = 30.59%
G = 26.47%
B = 42.94%

CMYK

 C value IS 0.29

 M value IS 0.38

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#342D49 (or 0x342D49) is known color: Cherry Pie. HEX triplet: 34, 2D and 49. RGB value is (52,45,73). Sum of RGB (Red+Green+Blue) = 52+45+73=170 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.59% from 170); Green value is 45 (17.97% from 255 or 26.47% from 170); Blue value is 73 (28.91% from 255 or 42.94% from 170); Max value from RGB is 73 - color contains mainly: blue. Hex color #342D49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342D49 is #CBD2B6. Grayscale: #323232. Windows color (decimal): -13357751 or 4795700. OLE color: 4795700.

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

Color convert

RGB 52 45 73 -
CMYK 0.29 0.38 0 0.71
HSL 255º 0.24% 0.23% -
HSV(B) 255º 0.38% 0.29% -
XYZ 3.56 3.09 6.71 -
YUV 50.29 140.82 129.22 -
System Red Green Blue C M Y K H S L
Decimal 52 45 73 0.29 0.38 0 0.71 255 0.24 0.23
Hex 34 2D 49 1D 26 0 47 FF 18 17
Octal 64 55 111 35 46 0 107 377 30 27
Binary 110100 101101 1001001 11101 100110 0 1000111 11111111 11000 10111

Color Harmonies of #342D49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342D49

Black with #342D49

Text Example


Text Example

White with #342D49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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