Html Css Color HEX #342F50 Cherry Pie

📋 copy color: '#342F50'

red 52 ◦ green 47 ◦ blue 80

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

Shades of Cherry Pie #342F50

Tints of Cherry Pie #342F50

RGB

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

 GREEN value IS 47 (18.75% from 255) = 26.26%

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

R = 29.05%
G = 26.26%
B = 44.69%

CMYK

 C value IS 0.35

 M value IS 0.41

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#342F50 (or 0x342F50) is known color: Cherry Pie. HEX triplet: 34, 2F and 50. RGB value is (52,47,80). Sum of RGB (Red+Green+Blue) = 52+47+80=179 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.05% from 179); Green value is 47 (18.75% from 255 or 26.26% from 179); Blue value is 80 (31.64% from 255 or 44.69% from 179); Max value from RGB is 80 - color contains mainly: blue. Hex color #342F50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342F50 is #CBD0AF. Grayscale: #343434. Windows color (decimal): -13357232 or 5254964. OLE color: 5254964.

HSL color Cylindrical-coordinate representation of color #342F50: hue angle of 249.09º degrees, saturation: 0.26, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #342F50 is Cyan = 0.35, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 52 47 80 -
CMYK 0.35 0.41 0 0.69
HSL 249.09º 0.26% 0.25% -
HSV(B) 249.09º 0.41% 0.31% -
XYZ 3.88 3.34 8.03 -
YUV 52.26 143.66 127.82 -
System Red Green Blue C M Y K H S L
Decimal 52 47 80 0.35 0.41 0 0.69 249.09 0.26 0.25
Hex 34 2F 50 23 29 0 45 F9 1A 19
Octal 64 57 120 43 51 0 105 371 32 31
Binary 110100 101111 1010000 100011 101001 0 1000101 11111001 11010 11001

Color Harmonies of #342F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342F50

Black with #342F50

Text Example


Text Example

White with #342F50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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