COLOR #3B4B6D

HEX: #3B4B6D
RGB: (59,75,109)

Color info

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

RGB color model

#3B4B6D color RGB value is (59,75,109).

  • red value is 59;
  • green value is 75;
  • blue value is 109.
RGB:
(59,75,109)
(23%,29%,43%)

RGB channels and saturation

R 59 of 255 = 23%
G 75 of 255 = 29%
B 109 of 255 = 43%

59
75
109

R + G + B ~ 32%. #3B4B6D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 75 + 109 = 243 (100%)
R 59 of 243 ~ 24.28%
G 75 of 243 ~ 30.86%
B 109 of 243 ~ 44.86%

%24.28
%30.86
%44.86

CMYK color model

#3B4B6D color CMYK value is (46,31,0,57).

  • cyan value is 45.87%
  • magenta value is 31.19%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(46,31,0,57)
C46M31Y0K57 
(46%,31%,0%,57%)
(0.46/0.31/0.00/0.57)	

CMYK percentages

%45.87
%31.19
%0
%57.25

Codes

Color #3B4B6D in popluar color models

3B4B6D
RGB5975109
HSL221°29.76%32.94%
HSB/HSV221°45.87%42.75%
CMYK45.87%31.19%0.00%
57.25%

Color #3B4B6D in popluar number systems.

HEX3B4B6D
Decimal5975109
Binary11101110010111101101
Octal73113155

Shades and tints

Shades of #3B4B6D

#3B4B6D
(59,75,109)
#364564
(54,69,100)
#313F5B
(49,63,91)
#2C3952
(44,57,82)
#273349
(39,51,73)
#222D40
(34,45,64)
#1D2737
(29,39,55)
#18212E
(24,33,46)
#131B25
(19,27,37)
#0E151C
(14,21,28)
#090F13
(9,15,19)
#000000
(0,0,0)

Tints of #3B4B6D

#3B4B6D
(59,75,109)
#4C5B7A
(76,91,122)
#5D6B87
(93,107,135)
#6E7B94
(110,123,148)
#7F8BA1
(127,139,161)
#909BAE
(144,155,174)
#A1ABBB
(161,171,187)
#B2BBC8
(178,187,200)
#C3CBD5
(195,203,213)
#D4DBE2
(212,219,226)
#E5EBEF
(229,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B4B6D color. Also use rgb(59,75,109) instead hex code.

Text Font Color

.myTextColor { color: #3B4B6D; }

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

This text font color is #3B4B6D.


Background Color

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

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

This div background color is #3B4B6D.


Border color

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

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

This div border color is #3B4B6D.


Opacity

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

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

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

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

This text has shadow with #3B4B6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B4B6D on black background.


Color preview on white background

This text has color #3B4B6D on white background.



Black color preview on #3B4B6D background

This text has black color on #3B4B6D background.


White color preview on #3B4B6D background

This text has white color on #3B4B6D background.