#3B3155

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

Shades of Cherry Pie #3B3155

Tints of Cherry Pie #3B3155

Color information

#3B3155 (or 0x3B3155) is unknown color: approx Cherry Pie. HEX triplet: 3B, 31 and 55. RGB value is (59,49,85). Sum of RGB (Red+Green+Blue) = 59+49+85=193 (25% of max value = 765). Red value is 59 (23.44% from 255 or 30.57% from 193); Green value is 49 (19.53% from 255 or 25.39% 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 #3B3155 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B3155 is #C4CEAA. Grayscale: #373737. Windows color (decimal): -12897963 or 5583163. OLE color: 5583163.

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

Color convert

RGB594985-
CMYK0.310.4200.67
HSL256.67º26.87%26.27%-
HSV(B)256.67º42.35%33.33%-
XYZ4.543.789.09-
YUV56.09144.31130.07-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 30.57%
GREEN value IS 49 (19.53% from 255) = 25.39%
BLUE value IS 85 (33.59% from 255) = 44.04%
R=30.57%
G=25.39%
B=44.04%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5949850.310.4200.67256.6726.8726.27
Hex3B31551F2A0431011b1a
Octal7361125375201034013332
Binary111011110001101010111111101010010000111000000011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B3155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,49,85); }

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

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

 a { background-color: rgb(59,49,85); }

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

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

 span { border-color: rgb(59,49,85); }

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