COLOR #3B456E

HEX: #3B456E
RGB: (59,69,110)

Color info

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

RGB color model

#3B456E color RGB value is (59,69,110).

  • red value is 59;
  • green value is 69;
  • blue value is 110.
RGB:
(59,69,110)
(23%,27%,43%)

RGB channels and saturation

R 59 of 255 = 23%
G 69 of 255 = 27%
B 110 of 255 = 43%

59
69
110

R + G + B ~ 31%. #3B456E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 69 + 110 = 238 (100%)
R 59 of 238 ~ 24.79%
G 69 of 238 ~ 28.99%
B 110 of 238 ~ 46.22%

%24.79
%28.99
%46.22

CMYK color model

#3B456E color CMYK value is (46,37,0,57).

  • cyan value is 46.36%
  • magenta value is 37.27%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(46,37,0,57)
C46M37Y0K57 
(46%,37%,0%,57%)
(0.46/0.37/0.00/0.57)	

CMYK percentages

%46.36
%37.27
%0
%56.86

Codes

Color #3B456E in popluar color models

3B456E
RGB5969110
HSL228°30.18%33.14%
HSB/HSV228°46.36%43.14%
CMYK46.36%37.27%0.00%
56.86%

Color #3B456E in popluar number systems.

HEX3B456E
Decimal5969110
Binary11101110001011101110
Octal73105156

Shades and tints

Shades of #3B456E

#3B456E
(59,69,110)
#363F64
(54,63,100)
#31395A
(49,57,90)
#2C3350
(44,51,80)
#272D46
(39,45,70)
#22273C
(34,39,60)
#1D2132
(29,33,50)
#181B28
(24,27,40)
#13151E
(19,21,30)
#0E0F14
(14,15,20)
#09090A
(9,9,10)
#000000
(0,0,0)

Tints of #3B456E

#3B456E
(59,69,110)
#4C557B
(76,85,123)
#5D6588
(93,101,136)
#6E7595
(110,117,149)
#7F85A2
(127,133,162)
#9095AF
(144,149,175)
#A1A5BC
(161,165,188)
#B2B5C9
(178,181,201)
#C3C5D6
(195,197,214)
#D4D5E3
(212,213,227)
#E5E5F0
(229,229,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B456E color. Also use rgb(59,69,110) instead hex code.

Text Font Color

.myTextColor { color: #3B456E; }

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

This text font color is #3B456E.


Background Color

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

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

This div background color is #3B456E.


Border color

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

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

This div border color is #3B456E.


Opacity

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

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

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

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

This text has shadow with #3B456E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B456E on black background.


Color preview on white background

This text has color #3B456E on white background.



Black color preview on #3B456E background

This text has black color on #3B456E background.


White color preview on #3B456E background

This text has white color on #3B456E background.