#342953

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

Shades of Cherry Pie #342953

Tints of Cherry Pie #342953

Color information

#342953 (or 0x342953) is unknown color: approx Cherry Pie. HEX triplet: 34, 29 and 53. RGB value is (52,41,83). Sum of RGB (Red+Green+Blue) = 52+41+83=176 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.55% from 176); Green value is 41 (16.41% from 255 or 23.30% from 176); Blue value is 83 (32.81% from 255 or 47.16% from 176); Max value from RGB is 83 - color contains mainly: blue. Hex color #342953 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342953 is #CBD6AC. Grayscale: #303030. Windows color (decimal): -13358765 or 5450036. OLE color: 5450036.

HSL color Cylindrical-coordinate representation of color #342953: hue angle of 255.71º degrees, saturation: 0.34, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #342953 is Cyan = 0.37, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB524183-
CMYK0.370.5100.67
HSL255.71º33.87%24.31%-
HSV(B)255.71º50.6%32.55%-
XYZ3.772.948.55-
YUV49.08147.14130.08-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 29.55%
GREEN value IS 41 (16.41% from 255) = 23.30%
BLUE value IS 83 (32.81% from 255) = 47.16%
R=29.55%
G=23.30%
B=47.16%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5241830.370.5100.67255.7133.8724.31
Hex34295325330431002218
Octal6451123456301034004230
Binary11010010100110100111001011100110100001110000000010001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342953; }

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

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

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

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

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

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

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

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