#3C3752

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

Shades of Cherry Pie #3C3752

Tints of Cherry Pie #3C3752

Color information

#3C3752 (or 0x3C3752) is unknown color: approx Cherry Pie. HEX triplet: 3C, 37 and 52. RGB value is (60,55,82). Sum of RGB (Red+Green+Blue) = 60+55+82=197 (26% of max value = 765). Red value is 60 (23.83% from 255 or 30.46% from 197); Green value is 55 (21.88% from 255 or 27.92% from 197); Blue value is 82 (32.42% from 255 or 41.62% from 197); Max value from RGB is 82 - color contains mainly: blue. Hex color #3C3752 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C3752 is #C3C8AD. Grayscale: #3B3B3B. Windows color (decimal): -12830894 or 5388092. OLE color: 5388092.

HSL color Cylindrical-coordinate representation of color #3C3752: hue angle of 251.11º degrees, saturation: 0.2, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #3C3752 is Cyan = 0.27, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB605582-
CMYK0.270.3300.68
HSL251.11º19.71%26.86%-
HSV(B)251.11º32.93%32.16%-
XYZ4.754.38.56-
YUV59.57140.66128.3-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 30.46%
GREEN value IS 55 (21.88% from 255) = 27.92%
BLUE value IS 82 (32.42% from 255) = 41.62%
R=30.46%
G=27.92%
B=41.62%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6055820.270.3300.68251.1119.7126.86
Hex3C37521B21044fb141b
Octal7467122334101043732433
Binary11110011011110100101101110000101000100111110111010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C3752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,55,82); }

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

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

 a { background-color: rgb(60,55,82); }

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

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

 span { border-color: rgb(60,55,82); }

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