#342753

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

Shades of Cherry Pie #342753

Tints of Cherry Pie #342753

Color information

#342753 (or 0x342753) is unknown color: approx Cherry Pie. HEX triplet: 34, 27 and 53. RGB value is (52,39,83). Sum of RGB (Red+Green+Blue) = 52+39+83=174 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.89% from 174); Green value is 39 (15.62% from 255 or 22.41% from 174); Blue value is 83 (32.81% from 255 or 47.70% from 174); Max value from RGB is 83 - color contains mainly: blue. Hex color #342753 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342753 is #CBD8AC. Grayscale: #2F2F2F. Windows color (decimal): -13359277 or 5449524. OLE color: 5449524.

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

Color convert

RGB523983-
CMYK0.370.5300.67
HSL257.73º36.07%23.92%-
HSV(B)257.73º53.01%32.55%-
XYZ3.72.818.53-
YUV47.9147.81130.92-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 29.89%
GREEN value IS 39 (15.62% from 255) = 22.41%
BLUE value IS 83 (32.81% from 255) = 47.70%
R=29.89%
G=22.41%
B=47.70%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5239830.370.5300.67257.7336.0723.92
Hex34275325350431022418
Octal6447123456501034024430
Binary11010010011110100111001011101010100001110000001010010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342753; }

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

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

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

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

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

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

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

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