#342554

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

Shades of Cherry Pie #342554

Tints of Cherry Pie #342554

Color information

#342554 (or 0x342554) is unknown color: approx Cherry Pie. HEX triplet: 34, 25 and 54. RGB value is (52,37,84). Sum of RGB (Red+Green+Blue) = 52+37+84=173 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.06% from 173); Green value is 37 (14.84% from 255 or 21.39% from 173); Blue value is 84 (33.20% from 255 or 48.55% from 173); Max value from RGB is 84 - color contains mainly: blue. Hex color #342554 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342554 is #CBDAAB. Grayscale: #2E2E2E. Windows color (decimal): -13359788 or 5514548. OLE color: 5514548.

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

Color convert

RGB523784-
CMYK0.380.5600.67
HSL259.15º38.84%23.73%-
HSV(B)259.15º55.95%32.94%-
XYZ3.682.698.71-
YUV46.84148.97131.68-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 30.06%
GREEN value IS 37 (14.84% from 255) = 21.39%
BLUE value IS 84 (33.20% from 255) = 48.55%
R=30.06%
G=21.39%
B=48.55%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5237840.380.5600.67259.1538.8423.73
Hex34255426380431032718
Octal6445124467001034034730
Binary11010010010110101001001101110000100001110000001110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342554; }

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

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

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

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

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

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

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

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