#342950

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

Shades of Cherry Pie #342950

Tints of Cherry Pie #342950

Color information

#342950 (or 0x342950) is unknown color: approx Cherry Pie. HEX triplet: 34, 29 and 50. RGB value is (52,41,80). Sum of RGB (Red+Green+Blue) = 52+41+80=173 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.06% from 173); Green value is 41 (16.41% from 255 or 23.70% from 173); Blue value is 80 (31.64% from 255 or 46.24% from 173); Max value from RGB is 80 - color contains mainly: blue. Hex color #342950 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342950 is #CBD6AF. Grayscale: #303030. Windows color (decimal): -13358768 or 5253428. OLE color: 5253428.

HSL color Cylindrical-coordinate representation of color #342950: hue angle of 256.92º degrees, saturation: 0.32, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #342950 is Cyan = 0.35, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB524180-
CMYK0.350.4900.69
HSL256.92º32.23%23.73%-
HSV(B)256.92º48.75%31.37%-
XYZ3.662.97.96-
YUV48.74145.64130.33-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 30.06%
GREEN value IS 41 (16.41% from 255) = 23.70%
BLUE value IS 80 (31.64% from 255) = 46.24%
R=30.06%
G=23.70%
B=46.24%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5241800.350.4900.69256.9232.2323.73
Hex34295023310451012018
Octal6451120436101054014030
Binary11010010100110100001000111100010100010110000000110000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342950; }

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

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

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

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

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

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

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

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