#342651

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

Shades of Cherry Pie #342651

Tints of Cherry Pie #342651

Color information

#342651 (or 0x342651) is unknown color: approx Cherry Pie. HEX triplet: 34, 26 and 51. RGB value is (52,38,81). Sum of RGB (Red+Green+Blue) = 52+38+81=171 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.41% from 171); Green value is 38 (15.23% from 255 or 22.22% from 171); Blue value is 81 (32.03% from 255 or 47.37% from 171); Max value from RGB is 81 - color contains mainly: blue. Hex color #342651 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342651 is #CBD9AE. Grayscale: #2E2E2E. Windows color (decimal): -13359535 or 5318196. OLE color: 5318196.

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

Color convert

RGB523881-
CMYK0.360.5300.68
HSL259.53º36.13%23.33%-
HSV(B)259.53º53.09%31.76%-
XYZ3.592.718.12-
YUV47.09147.14131.5-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 30.41%
GREEN value IS 38 (15.23% from 255) = 22.22%
BLUE value IS 81 (32.03% from 255) = 47.37%
R=30.41%
G=22.22%
B=47.37%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5238810.360.5300.68259.5336.1323.33
Hex34265124350441042417
Octal6446121446501044044427
Binary11010010011010100011001001101010100010010000010010010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342651; }

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

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

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

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

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

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

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

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