#342956

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

Shades of Cherry Pie #342956

Tints of Cherry Pie #342956

Color information

#342956 (or 0x342956) is unknown color: approx Cherry Pie. HEX triplet: 34, 29 and 56. RGB value is (52,41,86). Sum of RGB (Red+Green+Blue) = 52+41+86=179 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.05% from 179); Green value is 41 (16.41% from 255 or 22.91% from 179); Blue value is 86 (33.98% from 255 or 48.04% from 179); Max value from RGB is 86 - color contains mainly: blue. Hex color #342956 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342956 is #CBD6A9. Grayscale: #313131. Windows color (decimal): -13358762 or 5646644. OLE color: 5646644.

HSL color Cylindrical-coordinate representation of color #342956: hue angle of 254.67º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #342956 is Cyan = 0.40, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB524186-
CMYK0.400.5200.66
HSL254.67º35.43%24.9%-
HSV(B)254.67º52.33%33.73%-
XYZ3.892.999.18-
YUV49.42148.64129.84-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 29.05%
GREEN value IS 41 (16.41% from 255) = 22.91%
BLUE value IS 86 (33.98% from 255) = 48.04%
R=29.05%
G=22.91%
B=48.04%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5241860.400.5200.66254.6735.4324.9
Hex3429562834042ff2319
Octal6451126506401023774331
Binary1101001010011010110101000110100010000101111111110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342956; }

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

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

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

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

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

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

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

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