#342F4C

Color #342F4C Cherry Pie (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cherry Pie #342F4C

Tints of Cherry Pie #342F4C

Color information

#342F4C (or 0x342F4C) is unknown color: approx Cherry Pie. HEX triplet: 34, 2F and 4C. RGB value is (52,47,76). Sum of RGB (Red+Green+Blue) = 52+47+76=175 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.71% from 175); Green value is 47 (18.75% from 255 or 26.86% from 175); Blue value is 76 (30.08% from 255 or 43.43% from 175); Max value from RGB is 76 - color contains mainly: blue. Hex color #342F4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342F4C is #CBD0B3. Grayscale: #333333. Windows color (decimal): -13357236 or 4992820. OLE color: 4992820.

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

Color convert

RGB524776-
CMYK0.320.3800.70
HSL250.34º23.58%24.12%-
HSV(B)250.34º38.16%29.8%-
XYZ3.743.287.27-
YUV51.8141.66128.14-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 29.71%
GREEN value IS 47 (18.75% from 255) = 26.86%
BLUE value IS 76 (30.08% from 255) = 43.43%
R=29.71%
G=26.86%
B=43.43%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5247760.320.3800.70250.3423.5824.12
Hex342F4C2026046fa1818
Octal6457114404601063723030
Binary110100101111100110010000010011001000110111110101100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342F4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #342F4C;
 }
 .AnyTagClassName
 {
   color: #342F4C;
 }
</style>
background-color css

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

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

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

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

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

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