COLOR #3B2258

HEX: #3B2258 RGB: (59,34,88)

Color info

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

RGB color model

#3B2258 color RGB value is (59,34,88).

RGB: (59,34,88) (23%, 13%, 35%)

RGB channels and saturation

R 59 of 255 = 23%
G 34 of 255 = 13%
B 88 of 255 = 35%

59
34
88

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

Portions of RGB colors in percentages

R + G + B = 59 + 34 + 88 = 181 (100%)
R 59 of 181 ~ 32.6%
G 34 of 181 ~ 18.78%
B 88 of 181 ~ 48.62'%

%32.6
%18.78
%48.62

CMYK color model

#3B2258 color CMYK value is (33,61,0,65).

  • cyan value is 32.95%
  • magenta value is 61.36%
  • yellow value is 0.00%
  • key color value is 65.49%

CMYK: (33,61,0,65)
C33M61Y0K65 (33%, 61%, 0%, 65%)
(0.33 / 0.61 / 0.00 / 0.65)

CMYK percentages

%32.95
%61.36
%0
%65.49

Codes

Color #3B2258 in popluar color models

3B 22 58
RGB 59 34 88
HSL 268° 44.26% 23.92%
HSB/HSV 268° 61.36% 34.51%
CMYK 32.95% 61.36% 0.00%
65.49%

Color #3B2258 in popluar number systems.

HEX 3B 22 58
Decimal 59 34 88
Binary 111011 100010 1011000
Octal 73 42 130

Shades and tints

Shades of #3B2258

#3B2258
(59,34,88)
#361F50
(54,31,80)
#311C48
(49,28,72)
#2C1940
(44,25,64)
#271638
(39,22,56)
#221330
(34,19,48)
#1D1028
(29,16,40)
#180D20
(24,13,32)
#130A18
(19,10,24)
#0E0710
(14,7,16)
#090408
(9,4,8)
#000000
(0,0,0)

Tints of #3B2258

#3B2258
(59,34,88)
#4C3667
(76,54,103)
#5D4A76
(93,74,118)
#6E5E85
(110,94,133)
#7F7294
(127,114,148)
#9086A3
(144,134,163)
#A19AB2
(161,154,178)
#B2AEC1
(178,174,193)
#C3C2D0
(195,194,208)
#D4D6DF
(212,214,223)
#E5EAEE
(229,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B2258 color. Also use rgb(59,34,88) instead hex code.

Text Font Color

.myTextColor { color: #3B2258; }

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

This text font color is #3B2258.

Background Color

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

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

This div background color is #3B2258.

Border color

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

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

This div border color is #3B2258.

Opacity

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

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

Text with #3B2258 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 #3B2258;}

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

This text has shadow with #3B2258 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B2258.

Preview

Color preview on black background

This text has color #3B2258 on black background.


Color preview on white background

This text has color #3B2258 on white background.


Black color preview on #3B2258 background

This text has black color on #3B2258 background.


White color preview on #3B2258 background

This text has white color on #3B2258 background.


Related colors

Complementary color

Complementary color for #hex is #C4DDA7.


I love getcolorcode.com

Triadic colors

1 #583B22 and #22583B with #3B2258 are triadic colors.

2 #58223B and #223B58 with #3B2258 are triadic colors.