COLOR #3B355E

HEX: #3B355E RGB: (59,53,94)

Color info

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

RGB color model

#3B355E color RGB value is (59,53,94).

RGB: (59,53,94) (23%, 21%, 37%)

RGB channels and saturation

R 59 of 255 = 23%
G 53 of 255 = 21%
B 94 of 255 = 37%

59
53
94

R + G + B ~ 27%. #3B355E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 59 + 53 + 94 = 206 (100%)
R 59 of 206 ~ 28.64%
G 53 of 206 ~ 25.73%
B 94 of 206 ~ 45.63'%

%28.64
%25.73
%45.63

CMYK color model

#3B355E color CMYK value is (37,44,0,63).

  • cyan value is 37.23%
  • magenta value is 43.62%
  • yellow value is 0.00%
  • key color value is 63.14%

CMYK: (37,44,0,63)
C37M44Y0K63 (37%, 44%, 0%, 63%)
(0.37 / 0.44 / 0.00 / 0.63)

CMYK percentages

%37.23
%43.62
%0
%63.14

Codes

Color #3B355E in popluar color models

3B 35 5E
RGB 59 53 94
HSL 249° 27.89% 28.82%
HSB/HSV 249° 43.62% 36.86%
CMYK 37.23% 43.62% 0.00%
63.14%

Color #3B355E in popluar number systems.

HEX 3B 35 5E
Decimal 59 53 94
Binary 111011 110101 1011110
Octal 73 65 136

Shades and tints

Shades of #3B355E

#3B355E
(59,53,94)
#363156
(54,49,86)
#312D4E
(49,45,78)
#2C2946
(44,41,70)
#27253E
(39,37,62)
#222136
(34,33,54)
#1D1D2E
(29,29,46)
#181926
(24,25,38)
#13151E
(19,21,30)
#0E1116
(14,17,22)
#090D0E
(9,13,14)
#000000
(0,0,0)

Tints of #3B355E

#3B355E
(59,53,94)
#4C476C
(76,71,108)
#5D597A
(93,89,122)
#6E6B88
(110,107,136)
#7F7D96
(127,125,150)
#908FA4
(144,143,164)
#A1A1B2
(161,161,178)
#B2B3C0
(178,179,192)
#C3C5CE
(195,197,206)
#D4D7DC
(212,215,220)
#E5E9EA
(229,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B355E color. Also use rgb(59,53,94) instead hex code.

Text Font Color

.myTextColor { color: #3B355E; }

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

This text font color is #3B355E.

Background Color

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

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

This div background color is #3B355E.

Border color

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

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

This div border color is #3B355E.

Opacity

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

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

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

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

This text has shadow with #3B355E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B355E.

Preview

Color preview on black background

This text has color #3B355E on black background.


Color preview on white background

This text has color #3B355E on white background.


Black color preview on #3B355E background

This text has black color on #3B355E background.


White color preview on #3B355E background

This text has white color on #3B355E background.


Related colors

Complementary color

Complementary color for #hex is #C4CAA1.


I love getcolorcode.com

Triadic colors

1 #5E3B35 and #355E3B with #3B355E are triadic colors.

2 #5E353B and #353B5E with #3B355E are triadic colors.