Html Css Color HEX #342950 Cherry Pie

📋 copy color: '#342950'

red 52 ◦ green 41 ◦ blue 80

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

Shades of Cherry Pie #342950

Tints of Cherry Pie #342950

RGB

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

 GREEN value IS 41 (16.41% from 255) = 23.7%

 BLUE value IS 80 (31.64% from 255) = 46.24%

R = 30.06%
G = 23.7%
B = 46.24%

CMYK

 C value IS 0.35

 M value IS 0.49

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#342950 (or 0x342950) is known color: Cherry Pie. HEX triplet: 34, 29 and 50. RGB value is (52,41,80). Sum of RGB (Red+Green+Blue) = 52+41+80=173 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.06% from 173); Green value is 41 (16.41% from 255 or 23.70% from 173); Blue value is 80 (31.64% from 255 or 46.24% from 173); Max value from RGB is 80 - color contains mainly: blue. Hex color #342950 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342950 is #CBD6AF. Grayscale: #303030. Windows color (decimal): -13358768 or 5253428. OLE color: 5253428.

HSL color Cylindrical-coordinate representation of color #342950: hue angle of 256.92º degrees, saturation: 0.32, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #342950 is Cyan = 0.35, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 52 41 80 -
CMYK 0.35 0.49 0 0.69
HSL 256.92º 0.32% 0.24% -
HSV(B) 256.92º 0.49% 0.31% -
XYZ 3.66 2.9 7.96 -
YUV 48.74 145.64 130.33 -
System Red Green Blue C M Y K H S L
Decimal 52 41 80 0.35 0.49 0 0.69 256.92 0.32 0.24
Hex 34 29 50 23 31 0 45 101 20 18
Octal 64 51 120 43 61 0 105 401 40 30
Binary 110100 101001 1010000 100011 110001 0 1000101 100000001 100000 11000

Color Harmonies of #342950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342950

Black with #342950

Text Example


Text Example

White with #342950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342950; }

 p { color: rgb(52,41,80); }

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

background-color css

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

 a { background-color: rgb(52,41,80); }

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

border-color css

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

 span { border-color: rgb(52,41,80); }

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