COLOR #3B4B73

HEX: #3B4B73
RGB: (59,75,115)

Color info

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

RGB color model

#3B4B73 color RGB value is (59,75,115).

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

RGB channels and saturation

R 59 of 255 = 23%
G 75 of 255 = 29%
B 115 of 255 = 45%

59
75
115

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

Portions of RGB colors in percentages

R + G + B =
59 + 75 + 115 = 249 (100%)
R 59 of 249 ~ 23.69%
G 75 of 249 ~ 30.12%
B 115 of 249 ~ 46.18%

%23.69
%30.12
%46.18

CMYK color model

#3B4B73 color CMYK value is (49,35,0,55).

  • cyan value is 48.70%
  • magenta value is 34.78%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(49,35,0,55)
C49M35Y0K55 
(49%,35%,0%,55%)
(0.49/0.35/0.00/0.55)	

CMYK percentages

%48.7
%34.78
%0
%54.9

Codes

Color #3B4B73 in popluar color models

3B4B73
RGB5975115
HSL223°32.18%34.12%
HSB/HSV223°48.70%45.10%
CMYK48.70%34.78%0.00%
54.90%

Color #3B4B73 in popluar number systems.

HEX3B4B73
Decimal5975115
Binary11101110010111110011
Octal73113163

Shades and tints

Shades of #3B4B73

#3B4B73
(59,75,115)
#364569
(54,69,105)
#313F5F
(49,63,95)
#2C3955
(44,57,85)
#27334B
(39,51,75)
#222D41
(34,45,65)
#1D2737
(29,39,55)
#18212D
(24,33,45)
#131B23
(19,27,35)
#0E1519
(14,21,25)
#090F0F
(9,15,15)
#000000
(0,0,0)

Tints of #3B4B73

#3B4B73
(59,75,115)
#4C5B7F
(76,91,127)
#5D6B8B
(93,107,139)
#6E7B97
(110,123,151)
#7F8BA3
(127,139,163)
#909BAF
(144,155,175)
#A1ABBB
(161,171,187)
#B2BBC7
(178,187,199)
#C3CBD3
(195,203,211)
#D4DBDF
(212,219,223)
#E5EBEB
(229,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B4B73; }

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

This text font color is #3B4B73.


Background Color

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

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

This div background color is #3B4B73.


Border color

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

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

This div border color is #3B4B73.


Opacity

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

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

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

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

This text has shadow with #3B4B73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B4B73 on black background.


Color preview on white background

This text has color #3B4B73 on white background.



Black color preview on #3B4B73 background

This text has black color on #3B4B73 background.


White color preview on #3B4B73 background

This text has white color on #3B4B73 background.