#342652

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

Shades of Cherry Pie #342652

Tints of Cherry Pie #342652

Color information

#342652 (or 0x342652) is unknown color: approx Cherry Pie. HEX triplet: 34, 26 and 52. RGB value is (52,38,82). Sum of RGB (Red+Green+Blue) = 52+38+82=172 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.23% from 172); Green value is 38 (15.23% from 255 or 22.09% from 172); Blue value is 82 (32.42% from 255 or 47.67% from 172); Max value from RGB is 82 - color contains mainly: blue. Hex color #342652 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342652 is #CBD9AD. Grayscale: #2F2F2F. Windows color (decimal): -13359534 or 5383732. OLE color: 5383732.

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

Color convert

RGB523882-
CMYK0.370.5400.68
HSL259.09º36.67%23.53%-
HSV(B)259.09º53.66%32.16%-
XYZ3.632.738.32-
YUV47.2147.64131.42-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 30.23%
GREEN value IS 38 (15.23% from 255) = 22.09%
BLUE value IS 82 (32.42% from 255) = 47.67%
R=30.23%
G=22.09%
B=47.67%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5238820.370.5400.68259.0936.6723.53
Hex34265225360441032518
Octal6446122456601044034530
Binary11010010011010100101001011101100100010010000001110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342652; }

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

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

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

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

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

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

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

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