COLOR #3B5A7D

HEX: #3B5A7D
RGB: (59,90,125)

Color info

#3B5A7D contains mainly green and blue colors. Web safe color of #3B5A7D is #336666 (or #366).

RGB color model

#3B5A7D color RGB value is (59,90,125).

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

RGB channels and saturation

R 59 of 255 = 23%
G 90 of 255 = 35%
B 125 of 255 = 49%

59
90
125

R + G + B ~ 36%. #3B5A7D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 90 + 125 = 274 (100%)
R 59 of 274 ~ 21.53%
G 90 of 274 ~ 32.85%
B 125 of 274 ~ 45.62%

%21.53
%32.85
%45.62

CMYK color model

#3B5A7D color CMYK value is (53,28,0,51).

  • cyan value is 52.80%
  • magenta value is 28.00%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(53,28,0,51)
C53M28Y0K51 
(53%,28%,0%,51%)
(0.53/0.28/0.00/0.51)	

CMYK percentages

%52.8
%28
%0
%50.98

Codes

Color #3B5A7D in popluar color models

3B5A7D
RGB5990125
HSL212°35.87%36.08%
HSB/HSV212°52.80%49.02%
CMYK52.80%28.00%0.00%
50.98%

Color #3B5A7D in popluar number systems.

HEX3B5A7D
Decimal5990125
Binary11101110110101111101
Octal73132175

Shades and tints

Shades of #3B5A7D

#3B5A7D
(59,90,125)
#365272
(54,82,114)
#314A67
(49,74,103)
#2C425C
(44,66,92)
#273A51
(39,58,81)
#223246
(34,50,70)
#1D2A3B
(29,42,59)
#182230
(24,34,48)
#131A25
(19,26,37)
#0E121A
(14,18,26)
#090A0F
(9,10,15)
#000000
(0,0,0)

Tints of #3B5A7D

#3B5A7D
(59,90,125)
#4C6988
(76,105,136)
#5D7893
(93,120,147)
#6E879E
(110,135,158)
#7F96A9
(127,150,169)
#90A5B4
(144,165,180)
#A1B4BF
(161,180,191)
#B2C3CA
(178,195,202)
#C3D2D5
(195,210,213)
#D4E1E0
(212,225,224)
#E5F0EB
(229,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B5A7D; }

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

This text font color is #3B5A7D.


Background Color

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

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

This div background color is #3B5A7D.


Border color

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

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

This div border color is #3B5A7D.


Opacity

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

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

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

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

This text has shadow with #3B5A7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B5A7D on black background.


Color preview on white background

This text has color #3B5A7D on white background.



Black color preview on #3B5A7D background

This text has black color on #3B5A7D background.


White color preview on #3B5A7D background

This text has white color on #3B5A7D background.