#342D4F

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

Shades of Cherry Pie #342D4F

Tints of Cherry Pie #342D4F

Color information

#342D4F (or 0x342D4F) is unknown color: approx Cherry Pie. HEX triplet: 34, 2D and 4F. RGB value is (52,45,79). Sum of RGB (Red+Green+Blue) = 52+45+79=176 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.55% from 176); Green value is 45 (17.97% from 255 or 25.57% from 176); Blue value is 79 (31.25% from 255 or 44.89% from 176); Max value from RGB is 79 - color contains mainly: blue. Hex color #342D4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342D4F is #CBD2B0. Grayscale: #323232. Windows color (decimal): -13357745 or 5188916. OLE color: 5188916.

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

Color convert

RGB524579-
CMYK0.340.4300.69
HSL252.35º27.42%24.31%-
HSV(B)252.35º43.04%30.98%-
XYZ3.773.177.81-
YUV50.97143.82128.74-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 29.55%
GREEN value IS 45 (17.97% from 255) = 25.57%
BLUE value IS 79 (31.25% from 255) = 44.89%
R=29.55%
G=25.57%
B=44.89%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5245790.340.4300.69252.3527.4224.31
Hex342D4F222B045fc1b18
Octal6455117425301053743330
Binary110100101101100111110001010101101000101111111001101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342D4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,45,79); }

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

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

 a { background-color: rgb(52,45,79); }

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

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

 span { border-color: rgb(52,45,79); }

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