#342955

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

Shades of Cherry Pie #342955

Tints of Cherry Pie #342955

Color information

#342955 (or 0x342955) is unknown color: approx Cherry Pie. HEX triplet: 34, 29 and 55. RGB value is (52,41,85). Sum of RGB (Red+Green+Blue) = 52+41+85=178 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.21% from 178); Green value is 41 (16.41% from 255 or 23.03% from 178); Blue value is 85 (33.59% from 255 or 47.75% from 178); Max value from RGB is 85 - color contains mainly: blue. Hex color #342955 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342955 is #CBD6AA. Grayscale: #313131. Windows color (decimal): -13358763 or 5581108. OLE color: 5581108.

HSL color Cylindrical-coordinate representation of color #342955: hue angle of 255º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #342955 is Cyan = 0.39, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB524185-
CMYK0.390.5200.67
HSL255º34.92%24.71%-
HSV(B)255º51.76%33.33%-
XYZ3.852.978.97-
YUV49.3148.14129.92-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 29.21%
GREEN value IS 41 (16.41% from 255) = 23.03%
BLUE value IS 85 (33.59% from 255) = 47.75%
R=29.21%
G=23.03%
B=47.75%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5241850.390.5200.6725534.9224.71
Hex3429552734043ff2319
Octal6451125476401033774331
Binary1101001010011010101100111110100010000111111111110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342955; }

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

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

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

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

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

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

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

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