#342857

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

Shades of Cherry Pie #342857

Tints of Cherry Pie #342857

Color information

#342857 (or 0x342857) is unknown color: approx Cherry Pie. HEX triplet: 34, 28 and 57. RGB value is (52,40,87). Sum of RGB (Red+Green+Blue) = 52+40+87=179 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.05% from 179); Green value is 40 (16.02% from 255 or 22.35% from 179); Blue value is 87 (34.38% from 255 or 48.60% from 179); Max value from RGB is 87 - color contains mainly: blue. Hex color #342857 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342857 is #CBD7A8. Grayscale: #303030. Windows color (decimal): -13359017 or 5711924. OLE color: 5711924.

HSL color Cylindrical-coordinate representation of color #342857: hue angle of 255.32º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #342857 is Cyan = 0.40, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB524087-
CMYK0.400.5400.66
HSL255.32º37.01%24.9%-
HSV(B)255.32º54.02%34.12%-
XYZ3.92.949.38-
YUV48.95149.48130.18-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 29.05%
GREEN value IS 40 (16.02% from 255) = 22.35%
BLUE value IS 87 (34.38% from 255) = 48.60%
R=29.05%
G=22.35%
B=48.60%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5240870.400.5400.66255.3237.0124.9
Hex3428572836042ff2519
Octal6450127506601023774531
Binary1101001010001010111101000110110010000101111111110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342857; }

 p { color: rgb(52,40,87); }

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

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

 a { background-color: rgb(52,40,87); }

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

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

 span { border-color: rgb(52,40,87); }

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