COLOR #3B355B

HEX: #3B355B
RGB: (59,53,91)

Color info

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

RGB color model

#3B355B color RGB value is (59,53,91).

  • red value is 59;
  • green value is 53;
  • blue value is 91.
RGB:
(59,53,91)
(23%,21%,36%)

RGB channels and saturation

R 59 of 255 = 23%
G 53 of 255 = 21%
B 91 of 255 = 36%

59
53
91

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

Portions of RGB colors in percentages

R + G + B =
59 + 53 + 91 = 203 (100%)
R 59 of 203 ~ 29.06%
G 53 of 203 ~ 26.11%
B 91 of 203 ~ 44.83%

%29.06
%26.11
%44.83

CMYK color model

#3B355B color CMYK value is (35,42,0,64).

  • cyan value is 35.16%
  • magenta value is 41.76%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK:
(35,42,0,64)
C35M42Y0K64 
(35%,42%,0%,64%)
(0.35/0.42/0.00/0.64)	

CMYK percentages

%35.16
%41.76
%0
%64.31

Codes

Color #3B355B in popluar color models

3B355B
RGB595391
HSL249°26.39%28.24%
HSB/HSV249°41.76%35.69%
CMYK35.16%41.76%0.00%
64.31%

Color #3B355B in popluar number systems.

HEX3B355B
Decimal595391
Binary1110111101011011011
Octal7365133

Shades and tints

Shades of #3B355B

#3B355B
(59,53,91)
#363153
(54,49,83)
#312D4B
(49,45,75)
#2C2943
(44,41,67)
#27253B
(39,37,59)
#222133
(34,33,51)
#1D1D2B
(29,29,43)
#181923
(24,25,35)
#13151B
(19,21,27)
#0E1113
(14,17,19)
#090D0B
(9,13,11)
#000000
(0,0,0)

Tints of #3B355B

#3B355B
(59,53,91)
#4C4769
(76,71,105)
#5D5977
(93,89,119)
#6E6B85
(110,107,133)
#7F7D93
(127,125,147)
#908FA1
(144,143,161)
#A1A1AF
(161,161,175)
#B2B3BD
(178,179,189)
#C3C5CB
(195,197,203)
#D4D7D9
(212,215,217)
#E5E9E7
(229,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B355B; }

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

This text font color is #3B355B.


Background Color

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

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

This div background color is #3B355B.


Border color

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

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

This div border color is #3B355B.


Opacity

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

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

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

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

This text has shadow with #3B355B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B355B on black background.


Color preview on white background

This text has color #3B355B on white background.



Black color preview on #3B355B background

This text has black color on #3B355B background.


White color preview on #3B355B background

This text has white color on #3B355B background.