#3C3055

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

Shades of Cherry Pie #3C3055

Tints of Cherry Pie #3C3055

Color information

#3C3055 (or 0x3C3055) is unknown color: approx Cherry Pie. HEX triplet: 3C, 30 and 55. RGB value is (60,48,85). Sum of RGB (Red+Green+Blue) = 60+48+85=193 (25% of max value = 765). Red value is 60 (23.83% from 255 or 31.09% from 193); Green value is 48 (19.14% from 255 or 24.87% from 193); Blue value is 85 (33.59% from 255 or 44.04% from 193); Max value from RGB is 85 - color contains mainly: blue. Hex color #3C3055 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C3055 is #C3CFAA. Grayscale: #373737. Windows color (decimal): -12832683 or 5582908. OLE color: 5582908.

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

Color convert

RGB604885-
CMYK0.290.4400.67
HSL259.46º27.82%26.08%-
HSV(B)259.46º43.53%33.33%-
XYZ4.563.739.07-
YUV55.81144.48130.99-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 31.09%
GREEN value IS 48 (19.14% from 255) = 24.87%
BLUE value IS 85 (33.59% from 255) = 44.04%
R=31.09%
G=24.87%
B=44.04%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6048850.290.4400.67259.4627.8226.08
Hex3C30551D2C0431031c1a
Octal7460125355401034033432
Binary111100110000101010111101101100010000111000000111110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C3055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,48,85); }

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

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

 a { background-color: rgb(60,48,85); }

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

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

 span { border-color: rgb(60,48,85); }

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