#3E3056

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

Shades of Cherry Pie #3E3056

Tints of Cherry Pie #3E3056

Color information

#3E3056 (or 0x3E3056) is unknown color: approx Cherry Pie. HEX triplet: 3E, 30 and 56. RGB value is (62,48,86). Sum of RGB (Red+Green+Blue) = 62+48+86=196 (25% of max value = 765). Red value is 62 (24.61% from 255 or 31.63% from 196); Green value is 48 (19.14% from 255 or 24.49% from 196); Blue value is 86 (33.98% from 255 or 43.88% from 196); Max value from RGB is 86 - color contains mainly: blue. Hex color #3E3056 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3E3056 is #C1CFA9. Grayscale: #383838. Windows color (decimal): -12701610 or 5648446. OLE color: 5648446.

HSL color Cylindrical-coordinate representation of color #3E3056: hue angle of 262.11º 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 #3E3056 is Cyan = 0.28, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB624886-
CMYK0.280.4400.66
HSL262.11º28.36%26.27%-
HSV(B)262.11º44.19%33.73%-
XYZ4.723.819.29-
YUV56.52144.64131.91-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 31.63%
GREEN value IS 48 (19.14% from 255) = 24.49%
BLUE value IS 86 (33.98% from 255) = 43.88%
R=31.63%
G=24.49%
B=43.88%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6248860.280.4400.66262.1128.3626.27
Hex3E30561C2C0421061c1a
Octal7660126345401024063432
Binary111110110000101011011100101100010000101000001101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E3056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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