COLOR #3B2659

HEX: #3B2659 RGB: (59,38,89)

Color info

#3B2659 contains red, green and blue colors in about the same proportion. Web safe color of #3B2659 is #333366 (or #336).

RGB color model

#3B2659 color RGB value is (59,38,89).

RGB: (59,38,89) (23%, 15%, 35%)

RGB channels and saturation

R 59 of 255 = 23%
G 38 of 255 = 15%
B 89 of 255 = 35%

59
38
89

R + G + B ~ 24%. #3B2659 is dark color.

Portions of RGB colors in percentages

R + G + B = 59 + 38 + 89 = 186 (100%)
R 59 of 186 ~ 31.72%
G 38 of 186 ~ 20.43%
B 89 of 186 ~ 47.85'%

%31.72
%20.43
%47.85

CMYK color model

#3B2659 color CMYK value is (34,57,0,65).

  • cyan value is 33.71%
  • magenta value is 57.30%
  • yellow value is 0.00%
  • key color value is 65.10%

CMYK: (34,57,0,65)
C34M57Y0K65 (34%, 57%, 0%, 65%)
(0.34 / 0.57 / 0.00 / 0.65)

CMYK percentages

%33.71
%57.3
%0
%65.1

Codes

Color #3B2659 in popluar color models

3B 26 59
RGB 59 38 89
HSL 265° 40.16% 24.90%
HSB/HSV 265° 57.30% 34.90%
CMYK 33.71% 57.30% 0.00%
65.10%

Color #3B2659 in popluar number systems.

HEX 3B 26 59
Decimal 59 38 89
Binary 111011 100110 1011001
Octal 73 46 131

Shades and tints

Shades of #3B2659

#3B2659
(59,38,89)
#362351
(54,35,81)
#312049
(49,32,73)
#2C1D41
(44,29,65)
#271A39
(39,26,57)
#221731
(34,23,49)
#1D1429
(29,20,41)
#181121
(24,17,33)
#130E19
(19,14,25)
#0E0B11
(14,11,17)
#090809
(9,8,9)
#000000
(0,0,0)

Tints of #3B2659

#3B2659
(59,38,89)
#4C3968
(76,57,104)
#5D4C77
(93,76,119)
#6E5F86
(110,95,134)
#7F7295
(127,114,149)
#9085A4
(144,133,164)
#A198B3
(161,152,179)
#B2ABC2
(178,171,194)
#C3BED1
(195,190,209)
#D4D1E0
(212,209,224)
#E5E4EF
(229,228,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B2659 color. Also use rgb(59,38,89) instead hex code.

Text Font Color

.myTextColor { color: #3B2659; }

<p style="color:#3B2659">This sample text font color is #3B2659.</p>

This text font color is #3B2659.

Background Color

.myBgColor { background-color: #3B2659; }

<div style="background-color:#3B2659">Inner text</div>

This div background color is #3B2659.

Border color

.myBorderColor { border: 1px solid #3B2659; }

<div style="border:3px solid #3B2659">Div</div>

This div border color is #3B2659.

Opacity

.myOpacity80 { color: #3B2659; opacity: 0.8; }

<p style="color:#3B2659;opacity:0.8;">80%</p>

Text with #3B2659 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #3B2659;}

<p style="text-shadow: 3px 3px 1px #3B2659">Text here.</p>

This text has shadow with #3B2659 color.


.textShadow {text-shadow: 3px 3px 1px #3B2659', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #3B2659, 5px 5px 20px red">Text here.</p>

This text has shadow with #3B2659 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#3B2659, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#3B2659, Direction=45, Strength=4)">Text</p>

This text has shadow with #3B2659 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #3B2659;
-webkit-box-shadow: 1px 1px 3px 2px #3B2659;
box-shadow: 1px 1px 3px 2px #3B2659;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #3B2659; -webkit-box-shadow: 1px 1px 3px 2px #3B2659; box-shadow:1px 1px 3px 2px #3B2659;">
Div content here
</div>

This div box has shadow with color #3B2659.

Preview

Color preview on black background

This text has color #3B2659 on black background.


Color preview on white background

This text has color #3B2659 on white background.


Black color preview on #3B2659 background

This text has black color on #3B2659 background.


White color preview on #3B2659 background

This text has white color on #3B2659 background.


Related colors

Complementary color

Complementary color for #hex is #C4D9A6.


I love getcolorcode.com

Triadic colors

1 #593B26 and #26593B with #3B2659 are triadic colors.

2 #59263B and #263B59 with #3B2659 are triadic colors.