#342553

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

Shades of Cherry Pie #342553

Tints of Cherry Pie #342553

Color information

#342553 (or 0x342553) is unknown color: approx Cherry Pie. HEX triplet: 34, 25 and 53. RGB value is (52,37,83). Sum of RGB (Red+Green+Blue) = 52+37+83=172 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.23% from 172); Green value is 37 (14.84% from 255 or 21.51% from 172); Blue value is 83 (32.81% from 255 or 48.26% from 172); Max value from RGB is 83 - color contains mainly: blue. Hex color #342553 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342553 is #CBDAAC. Grayscale: #2E2E2E. Windows color (decimal): -13359789 or 5449012. OLE color: 5449012.

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

Color convert

RGB523783-
CMYK0.370.5500.67
HSL259.57º38.33%23.53%-
HSV(B)259.57º55.42%32.55%-
XYZ3.642.688.51-
YUV46.73148.47131.76-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 30.23%
GREEN value IS 37 (14.84% from 255) = 21.51%
BLUE value IS 83 (32.81% from 255) = 48.26%
R=30.23%
G=21.51%
B=48.26%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5237830.370.5500.67259.5738.3323.53
Hex34255325370431042618
Octal6445123456701034044630
Binary11010010010110100111001011101110100001110000010010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342553; }

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

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

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

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

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

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

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

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