COLOR #3B4B7D

HEX: #3B4B7D
RGB: (59,75,125)

Color info

#3B4B7D contains mainly green and blue colors. Web safe color of #3B4B7D is #333366 (or #336).

RGB color model

#3B4B7D color RGB value is (59,75,125).

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

RGB channels and saturation

R 59 of 255 = 23%
G 75 of 255 = 29%
B 125 of 255 = 49%

59
75
125

R + G + B ~ 34%. #3B4B7D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 75 + 125 = 259 (100%)
R 59 of 259 ~ 22.78%
G 75 of 259 ~ 28.96%
B 125 of 259 ~ 48.26%

%22.78
%28.96
%48.26

CMYK color model

#3B4B7D color CMYK value is (53,40,0,51).

  • cyan value is 52.80%
  • magenta value is 40.00%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(53,40,0,51)
C53M40Y0K51 
(53%,40%,0%,51%)
(0.53/0.40/0.00/0.51)	

CMYK percentages

%52.8
%40
%0
%50.98

Codes

Color #3B4B7D in popluar color models

3B4B7D
RGB5975125
HSL225°35.87%36.08%
HSB/HSV225°52.80%49.02%
CMYK52.80%40.00%0.00%
50.98%

Color #3B4B7D in popluar number systems.

HEX3B4B7D
Decimal5975125
Binary11101110010111111101
Octal73113175

Shades and tints

Shades of #3B4B7D

#3B4B7D
(59,75,125)
#364572
(54,69,114)
#313F67
(49,63,103)
#2C395C
(44,57,92)
#273351
(39,51,81)
#222D46
(34,45,70)
#1D273B
(29,39,59)
#182130
(24,33,48)
#131B25
(19,27,37)
#0E151A
(14,21,26)
#090F0F
(9,15,15)
#000000
(0,0,0)

Tints of #3B4B7D

#3B4B7D
(59,75,125)
#4C5B88
(76,91,136)
#5D6B93
(93,107,147)
#6E7B9E
(110,123,158)
#7F8BA9
(127,139,169)
#909BB4
(144,155,180)
#A1ABBF
(161,171,191)
#B2BBCA
(178,187,202)
#C3CBD5
(195,203,213)
#D4DBE0
(212,219,224)
#E5EBEB
(229,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B4B7D; }

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

This text font color is #3B4B7D.


Background Color

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

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

This div background color is #3B4B7D.


Border color

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

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

This div border color is #3B4B7D.


Opacity

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

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

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

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

This text has shadow with #3B4B7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B4B7D on black background.


Color preview on white background

This text has color #3B4B7D on white background.



Black color preview on #3B4B7D background

This text has black color on #3B4B7D background.


White color preview on #3B4B7D background

This text has white color on #3B4B7D background.