#342754

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

Shades of Cherry Pie #342754

Tints of Cherry Pie #342754

Color information

#342754 (or 0x342754) is unknown color: approx Cherry Pie. HEX triplet: 34, 27 and 54. RGB value is (52,39,84). Sum of RGB (Red+Green+Blue) = 52+39+84=175 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.71% from 175); Green value is 39 (15.62% from 255 or 22.29% from 175); Blue value is 84 (33.20% from 255 or 48% from 175); Max value from RGB is 84 - color contains mainly: blue. Hex color #342754 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342754 is #CBD8AB. Grayscale: #2F2F2F. Windows color (decimal): -13359276 or 5515060. OLE color: 5515060.

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

Color convert

RGB523984-
CMYK0.380.5400.67
HSL257.33º36.59%24.12%-
HSV(B)257.33º53.57%32.94%-
XYZ3.742.828.73-
YUV48.02148.31130.84-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 29.71%
GREEN value IS 39 (15.62% from 255) = 22.29%
BLUE value IS 84 (33.20% from 255) = 48%
R=29.71%
G=22.29%
B=48%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5239840.380.5400.67257.3336.5924.12
Hex34275426360431012518
Octal6447124466601034014530
Binary11010010011110101001001101101100100001110000000110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342754; }

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

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

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

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

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

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

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

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