#342F50

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

Shades of Cherry Pie #342F50

Tints of Cherry Pie #342F50

Color information

#342F50 (or 0x342F50) is unknown color: approx Cherry Pie. HEX triplet: 34, 2F and 50. RGB value is (52,47,80). Sum of RGB (Red+Green+Blue) = 52+47+80=179 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.05% from 179); Green value is 47 (18.75% from 255 or 26.26% from 179); Blue value is 80 (31.64% from 255 or 44.69% from 179); Max value from RGB is 80 - color contains mainly: blue. Hex color #342F50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342F50 is #CBD0AF. Grayscale: #343434. Windows color (decimal): -13357232 or 5254964. OLE color: 5254964.

HSL color Cylindrical-coordinate representation of color #342F50: hue angle of 249.09º degrees, saturation: 0.26, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #342F50 is Cyan = 0.35, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB524780-
CMYK0.350.4100.69
HSL249.09º25.98%24.9%-
HSV(B)249.09º41.25%31.37%-
XYZ3.883.348.03-
YUV52.26143.66127.82-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 29.05%
GREEN value IS 47 (18.75% from 255) = 26.26%
BLUE value IS 80 (31.64% from 255) = 44.69%
R=29.05%
G=26.26%
B=44.69%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5247800.350.4100.69249.0925.9824.9
Hex342F502329045f91a19
Octal6457120435101053713231
Binary110100101111101000010001110100101000101111110011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342F50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342F50; }

 p { color: rgb(52,47,80); }

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

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

 a { background-color: rgb(52,47,80); }

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

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

 span { border-color: rgb(52,47,80); }

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