Html Css Color HEX #342D48 Cherry Pie

📋 copy color: '#342D48'

red 52 ◦ green 45 ◦ blue 72

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

Shades of Cherry Pie #342D48

Tints of Cherry Pie #342D48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 42.6%

R = 30.77%
G = 26.63%
B = 42.6%

CMYK

 C value IS 0.28

 M value IS 0.38

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#342D48 (or 0x342D48) is known color: Cherry Pie. HEX triplet: 34, 2D and 48. RGB value is (52,45,72). Sum of RGB (Red+Green+Blue) = 52+45+72=169 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.77% from 169); Green value is 45 (17.97% from 255 or 26.63% from 169); Blue value is 72 (28.52% from 255 or 42.60% from 169); Max value from RGB is 72 - color contains mainly: blue. Hex color #342D48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342D48 is #CBD2B7. Grayscale: #323232. Windows color (decimal): -13357752 or 4730164. OLE color: 4730164.

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

Color convert

RGB 52 45 72 -
CMYK 0.28 0.38 0 0.72
HSL 255.56º 0.23% 0.23% -
HSV(B) 255.56º 0.38% 0.28% -
XYZ 3.52 3.07 6.54 -
YUV 50.17 140.32 129.3 -
System Red Green Blue C M Y K H S L
Decimal 52 45 72 0.28 0.38 0 0.72 255.56 0.23 0.23
Hex 34 2D 48 1C 26 0 48 100 17 17
Octal 64 55 110 34 46 0 110 400 27 27
Binary 110100 101101 1001000 11100 100110 0 1001000 100000000 10111 10111

Color Harmonies of #342D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342D48

Black with #342D48

Text Example


Text Example

White with #342D48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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