#3C2C58

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

Shades of Cherry Pie #3C2C58

Tints of Cherry Pie #3C2C58

Color information

#3C2C58 (or 0x3C2C58) is unknown color: approx Cherry Pie. HEX triplet: 3C, 2C and 58. RGB value is (60,44,88). Sum of RGB (Red+Green+Blue) = 60+44+88=192 (25% of max value = 765). Red value is 60 (23.83% from 255 or 31.25% from 192); Green value is 44 (17.58% from 255 or 22.92% from 192); Blue value is 88 (34.77% from 255 or 45.83% from 192); Max value from RGB is 88 - color contains mainly: blue. Hex color #3C2C58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C2C58 is #C3D3A7. Grayscale: #353535. Windows color (decimal): -12833704 or 5778492. OLE color: 5778492.

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

Color convert

RGB604488-
CMYK0.320.500.65
HSL261.82º33.33%25.88%-
HSV(B)261.82º50%34.51%-
XYZ4.533.479.66-
YUV53.8147.3132.42-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 31.25%
GREEN value IS 44 (17.58% from 255) = 22.92%
BLUE value IS 88 (34.77% from 255) = 45.83%
R=31.25%
G=22.92%
B=45.83%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6044880.320.500.65261.8233.3325.88
Hex3C2C582032041106211a
Octal7454130406201014064132
Binary11110010110010110001000001100100100000110000011010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C2C58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,44,88); }

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

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

 a { background-color: rgb(60,44,88); }

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

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

 span { border-color: rgb(60,44,88); }

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