#342B4E

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

Shades of Cherry Pie #342B4E

Tints of Cherry Pie #342B4E

Color information

#342B4E (or 0x342B4E) is unknown color: approx Cherry Pie. HEX triplet: 34, 2B and 4E. RGB value is (52,43,78). Sum of RGB (Red+Green+Blue) = 52+43+78=173 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.06% from 173); Green value is 43 (17.19% from 255 or 24.86% from 173); Blue value is 78 (30.86% from 255 or 45.09% from 173); Max value from RGB is 78 - color contains mainly: blue. Hex color #342B4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342B4E is #CBD4B1. Grayscale: #313131. Windows color (decimal): -13358258 or 5122868. OLE color: 5122868.

HSL color Cylindrical-coordinate representation of color #342B4E: hue angle of 255.43º 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 #342B4E is Cyan = 0.33, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB524378-
CMYK0.330.4500.69
HSL255.43º28.93%23.73%-
HSV(B)255.43º44.87%30.59%-
XYZ3.663.017.6-
YUV49.68143.98129.65-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 30.06%
GREEN value IS 43 (17.19% from 255) = 24.86%
BLUE value IS 78 (30.86% from 255) = 45.09%
R=30.06%
G=24.86%
B=45.09%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5243780.330.4500.69255.4328.9323.73
Hex342B4E212D045ff1d18
Octal6453116415501053773530
Binary110100101011100111010000110110101000101111111111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,43,78); }

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

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

 a { background-color: rgb(52,43,78); }

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

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

 span { border-color: rgb(52,43,78); }

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