#3C2E53

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

Shades of Cherry Pie #3C2E53

Tints of Cherry Pie #3C2E53

Color information

#3C2E53 (or 0x3C2E53) is unknown color: approx Cherry Pie. HEX triplet: 3C, 2E and 53. RGB value is (60,46,83). Sum of RGB (Red+Green+Blue) = 60+46+83=189 (25% of max value = 765). Red value is 60 (23.83% from 255 or 31.75% from 189); Green value is 46 (18.36% from 255 or 24.34% from 189); Blue value is 83 (32.81% from 255 or 43.92% from 189); Max value from RGB is 83 - color contains mainly: blue. Hex color #3C2E53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C2E53 is #C3D1AC. Grayscale: #363636. Windows color (decimal): -12833197 or 5451324. OLE color: 5451324.

HSL color Cylindrical-coordinate representation of color #3C2E53: hue angle of 262.7º degrees, saturation: 0.29, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3C2E53 is Cyan = 0.28, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB604683-
CMYK0.280.4500.67
HSL262.7º28.68%25.29%-
HSV(B)262.7º44.58%32.55%-
XYZ4.43.548.63-
YUV54.4144.14131.99-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 31.75%
GREEN value IS 46 (18.36% from 255) = 24.34%
BLUE value IS 83 (32.81% from 255) = 43.92%
R=31.75%
G=24.34%
B=43.92%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6046830.280.4500.67262.728.6825.29
Hex3C2E531C2D0431071d19
Octal7456123345501034073531
Binary111100101110101001111100101101010000111000001111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C2E53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,46,83); }

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

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

 a { background-color: rgb(60,46,83); }

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

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

 span { border-color: rgb(60,46,83); }

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