COLOR #3B4573

HEX: #3B4573
RGB: (59,69,115)

Color info

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

RGB color model

#3B4573 color RGB value is (59,69,115).

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

RGB channels and saturation

R 59 of 255 = 23%
G 69 of 255 = 27%
B 115 of 255 = 45%

59
69
115

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

Portions of RGB colors in percentages

R + G + B =
59 + 69 + 115 = 243 (100%)
R 59 of 243 ~ 24.28%
G 69 of 243 ~ 28.4%
B 115 of 243 ~ 47.33%

%24.28
%28.4
%47.33

CMYK color model

#3B4573 color CMYK value is (49,40,0,55).

  • cyan value is 48.70%
  • magenta value is 40.00%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(49,40,0,55)
C49M40Y0K55 
(49%,40%,0%,55%)
(0.49/0.40/0.00/0.55)	

CMYK percentages

%48.7
%40
%0
%54.9

Codes

Color #3B4573 in popluar color models

3B4573
RGB5969115
HSL229°32.18%34.12%
HSB/HSV229°48.70%45.10%
CMYK48.70%40.00%0.00%
54.90%

Color #3B4573 in popluar number systems.

HEX3B4573
Decimal5969115
Binary11101110001011110011
Octal73105163

Shades and tints

Shades of #3B4573

#3B4573
(59,69,115)
#363F69
(54,63,105)
#31395F
(49,57,95)
#2C3355
(44,51,85)
#272D4B
(39,45,75)
#222741
(34,39,65)
#1D2137
(29,33,55)
#181B2D
(24,27,45)
#131523
(19,21,35)
#0E0F19
(14,15,25)
#09090F
(9,9,15)
#000000
(0,0,0)

Tints of #3B4573

#3B4573
(59,69,115)
#4C557F
(76,85,127)
#5D658B
(93,101,139)
#6E7597
(110,117,151)
#7F85A3
(127,133,163)
#9095AF
(144,149,175)
#A1A5BB
(161,165,187)
#B2B5C7
(178,181,199)
#C3C5D3
(195,197,211)
#D4D5DF
(212,213,223)
#E5E5EB
(229,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B4573; }

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

This text font color is #3B4573.


Background Color

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

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

This div background color is #3B4573.


Border color

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

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

This div border color is #3B4573.


Opacity

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

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

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

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

This text has shadow with #3B4573 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B4573 on black background.


Color preview on white background

This text has color #3B4573 on white background.



Black color preview on #3B4573 background

This text has black color on #3B4573 background.


White color preview on #3B4573 background

This text has white color on #3B4573 background.