#342656

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

Shades of Cherry Pie #342656

Tints of Cherry Pie #342656

Color information

#342656 (or 0x342656) is unknown color: approx Cherry Pie. HEX triplet: 34, 26 and 56. RGB value is (52,38,86). Sum of RGB (Red+Green+Blue) = 52+38+86=176 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.55% from 176); Green value is 38 (15.23% from 255 or 21.59% from 176); Blue value is 86 (33.98% from 255 or 48.86% from 176); Max value from RGB is 86 - color contains mainly: blue. Hex color #342656 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342656 is #CBD9A9. Grayscale: #2F2F2F. Windows color (decimal): -13359530 or 5645876. OLE color: 5645876.

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

Color convert

RGB523886-
CMYK0.400.5600.66
HSL257.5º38.71%24.31%-
HSV(B)257.5º55.81%33.73%-
XYZ3.792.799.14-
YUV47.66149.64131.1-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 29.55%
GREEN value IS 38 (15.23% from 255) = 21.59%
BLUE value IS 86 (33.98% from 255) = 48.86%
R=29.55%
G=21.59%
B=48.86%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5238860.400.5600.66257.538.7124.31
Hex34265628380421022718
Octal6446126507001024024730
Binary11010010011010101101010001110000100001010000001010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342656; }

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

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

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

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

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

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

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

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