#3B3154

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

Shades of Cherry Pie #3B3154

Tints of Cherry Pie #3B3154

Color information

#3B3154 (or 0x3B3154) is unknown color: approx Cherry Pie. HEX triplet: 3B, 31 and 54. RGB value is (59,49,84). Sum of RGB (Red+Green+Blue) = 59+49+84=192 (25% of max value = 765). Red value is 59 (23.44% from 255 or 30.73% from 192); Green value is 49 (19.53% from 255 or 25.52% from 192); Blue value is 84 (33.20% from 255 or 43.75% from 192); Max value from RGB is 84 - color contains mainly: blue. Hex color #3B3154 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B3154 is #C4CEAB. Grayscale: #373737. Windows color (decimal): -12897964 or 5517627. OLE color: 5517627.

HSL color Cylindrical-coordinate representation of color #3B3154: hue angle of 257.14º degrees, saturation: 0.26, 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 #3B3154 is Cyan = 0.30, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB594984-
CMYK0.300.4200.67
HSL257.14º26.32%26.08%-
HSV(B)257.14º41.67%32.94%-
XYZ4.53.778.88-
YUV55.98143.81130.15-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 30.73%
GREEN value IS 49 (19.53% from 255) = 25.52%
BLUE value IS 84 (33.20% from 255) = 43.75%
R=30.73%
G=25.52%
B=43.75%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5949840.300.4200.67257.1426.3226.08
Hex3B31541E2A0431011a1a
Octal7361124365201034013232
Binary111011110001101010011110101010010000111000000011101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B3154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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