#3C3056

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

Shades of Cherry Pie #3C3056

Tints of Cherry Pie #3C3056

Color information

#3C3056 (or 0x3C3056) is unknown color: approx Cherry Pie. HEX triplet: 3C, 30 and 56. RGB value is (60,48,86). Sum of RGB (Red+Green+Blue) = 60+48+86=194 (25% of max value = 765). Red value is 60 (23.83% from 255 or 30.93% from 194); Green value is 48 (19.14% from 255 or 24.74% from 194); Blue value is 86 (33.98% from 255 or 44.33% from 194); Max value from RGB is 86 - color contains mainly: blue. Hex color #3C3056 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C3056 is #C3CFA9. Grayscale: #373737. Windows color (decimal): -12832682 or 5648444. OLE color: 5648444.

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

Color convert

RGB604886-
CMYK0.300.4400.66
HSL258.95º28.36%26.27%-
HSV(B)258.95º44.19%33.73%-
XYZ4.63.759.28-
YUV55.92144.98130.91-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 30.93%
GREEN value IS 48 (19.14% from 255) = 24.74%
BLUE value IS 86 (33.98% from 255) = 44.33%
R=30.93%
G=24.74%
B=44.33%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6048860.300.4400.66258.9528.3626.27
Hex3C30561E2C0421031c1a
Octal7460126365401024033432
Binary111100110000101011011110101100010000101000000111110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C3056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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