#342C50

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

Shades of Cherry Pie #342C50

Tints of Cherry Pie #342C50

Color information

#342C50 (or 0x342C50) is unknown color: approx Cherry Pie. HEX triplet: 34, 2C and 50. RGB value is (52,44,80). Sum of RGB (Red+Green+Blue) = 52+44+80=176 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.55% from 176); Green value is 44 (17.58% from 255 or 25% from 176); Blue value is 80 (31.64% from 255 or 45.45% from 176); Max value from RGB is 80 - color contains mainly: blue. Hex color #342C50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342C50 is #CBD3AF. Grayscale: #323232. Windows color (decimal): -13358000 or 5254196. OLE color: 5254196.

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

Color convert

RGB524480-
CMYK0.350.4500.69
HSL253.33º29.03%24.31%-
HSV(B)253.33º45%31.37%-
XYZ3.763.117.99-
YUV50.5144.65129.07-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 29.55%
GREEN value IS 44 (17.58% from 255) = 25%
BLUE value IS 80 (31.64% from 255) = 45.45%
R=29.55%
G=25%
B=45.45%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5244800.350.4500.69253.3329.0324.31
Hex342C50232D045fd1d18
Octal6454120435501053753530
Binary110100101100101000010001110110101000101111111011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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