#342854

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

Shades of Cherry Pie #342854

Tints of Cherry Pie #342854

Color information

#342854 (or 0x342854) is unknown color: approx Cherry Pie. HEX triplet: 34, 28 and 54. RGB value is (52,40,84). Sum of RGB (Red+Green+Blue) = 52+40+84=176 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.55% from 176); Green value is 40 (16.02% from 255 or 22.73% from 176); Blue value is 84 (33.20% from 255 or 47.73% from 176); Max value from RGB is 84 - color contains mainly: blue. Hex color #342854 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342854 is #CBD7AB. Grayscale: #303030. Windows color (decimal): -13359020 or 5515316. OLE color: 5515316.

HSL color Cylindrical-coordinate representation of color #342854: hue angle of 256.36º degrees, saturation: 0.35, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #342854 is Cyan = 0.38, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB524084-
CMYK0.380.5200.67
HSL256.36º35.48%24.31%-
HSV(B)256.36º52.38%32.94%-
XYZ3.782.898.75-
YUV48.6147.98130.42-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 29.55%
GREEN value IS 40 (16.02% from 255) = 22.73%
BLUE value IS 84 (33.20% from 255) = 47.73%
R=29.55%
G=22.73%
B=47.73%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5240840.380.5200.67256.3635.4824.31
Hex34285426340431002318
Octal6450124466401034004330
Binary11010010100010101001001101101000100001110000000010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342854; }

 p { color: rgb(52,40,84); }

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

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

 a { background-color: rgb(52,40,84); }

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

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

 span { border-color: rgb(52,40,84); }

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