#3A2C59

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

Shades of Cherry Pie #3A2C59

Tints of Cherry Pie #3A2C59

Color information

#3A2C59 (or 0x3A2C59) is unknown color: approx Cherry Pie. HEX triplet: 3A, 2C and 59. RGB value is (58,44,89). Sum of RGB (Red+Green+Blue) = 58+44+89=191 (25% of max value = 765). Red value is 58 (23.05% from 255 or 30.37% from 191); Green value is 44 (17.58% from 255 or 23.04% from 191); Blue value is 89 (35.16% from 255 or 46.60% from 191); Max value from RGB is 89 - color contains mainly: blue. Hex color #3A2C59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A2C59 is #C5D3A6. Grayscale: #353535. Windows color (decimal): -12964775 or 5844026. OLE color: 5844026.

HSL color Cylindrical-coordinate representation of color #3A2C59: hue angle of 258.67º degrees, saturation: 0.34, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3A2C59 is Cyan = 0.35, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB584489-
CMYK0.350.5100.65
HSL258.67º33.83%26.08%-
HSV(B)258.67º50.56%34.9%-
XYZ4.453.429.88-
YUV53.32148.14131.34-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 30.37%
GREEN value IS 44 (17.58% from 255) = 23.04%
BLUE value IS 89 (35.16% from 255) = 46.60%
R=30.37%
G=23.04%
B=46.60%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5844890.350.5100.65258.6733.8326.08
Hex3A2C592333041103221a
Octal7254131436301014034232
Binary11101010110010110011000111100110100000110000001110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A2C59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A2C59; }

 p { color: rgb(58,44,89); }

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

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

 a { background-color: rgb(58,44,89); }

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

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

 span { border-color: rgb(58,44,89); }

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