COLOR #3B406B

HEX: #3B406B
RGB: (59,64,107)

Color info

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

RGB color model

#3B406B color RGB value is (59,64,107).

  • red value is 59;
  • green value is 64;
  • blue value is 107.
RGB:
(59,64,107)
(23%,25%,42%)

RGB channels and saturation

R 59 of 255 = 23%
G 64 of 255 = 25%
B 107 of 255 = 42%

59
64
107

R + G + B ~ 30%. #3B406B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 64 + 107 = 230 (100%)
R 59 of 230 ~ 25.65%
G 64 of 230 ~ 27.83%
B 107 of 230 ~ 46.52%

%25.65
%27.83
%46.52

CMYK color model

#3B406B color CMYK value is (45,40,0,58).

  • cyan value is 44.86%
  • magenta value is 40.19%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(45,40,0,58)
C45M40Y0K58 
(45%,40%,0%,58%)
(0.45/0.40/0.00/0.58)	

CMYK percentages

%44.86
%40.19
%0
%58.04

Codes

Color #3B406B in popluar color models

3B406B
RGB5964107
HSL234°28.92%32.55%
HSB/HSV234°44.86%41.96%
CMYK44.86%40.19%0.00%
58.04%

Color #3B406B in popluar number systems.

HEX3B406B
Decimal5964107
Binary11101110000001101011
Octal73100153

Shades and tints

Shades of #3B406B

#3B406B
(59,64,107)
#363B62
(54,59,98)
#313659
(49,54,89)
#2C3150
(44,49,80)
#272C47
(39,44,71)
#22273E
(34,39,62)
#1D2235
(29,34,53)
#181D2C
(24,29,44)
#131823
(19,24,35)
#0E131A
(14,19,26)
#090E11
(9,14,17)
#000000
(0,0,0)

Tints of #3B406B

#3B406B
(59,64,107)
#4C5178
(76,81,120)
#5D6285
(93,98,133)
#6E7392
(110,115,146)
#7F849F
(127,132,159)
#9095AC
(144,149,172)
#A1A6B9
(161,166,185)
#B2B7C6
(178,183,198)
#C3C8D3
(195,200,211)
#D4D9E0
(212,217,224)
#E5EAED
(229,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B406B color. Also use rgb(59,64,107) instead hex code.

Text Font Color

.myTextColor { color: #3B406B; }

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

This text font color is #3B406B.


Background Color

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

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

This div background color is #3B406B.


Border color

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

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

This div border color is #3B406B.


Opacity

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

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

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

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

This text has shadow with #3B406B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B406B on black background.


Color preview on white background

This text has color #3B406B on white background.



Black color preview on #3B406B background

This text has black color on #3B406B background.


White color preview on #3B406B background

This text has white color on #3B406B background.