COLOR #3B5C7B

HEX: #3B5C7B
RGB: (59,92,123)

Color info

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

RGB color model

#3B5C7B color RGB value is (59,92,123).

  • red value is 59;
  • green value is 92;
  • blue value is 123.
RGB:
(59,92,123)
(23%,36%,48%)

RGB channels and saturation

R 59 of 255 = 23%
G 92 of 255 = 36%
B 123 of 255 = 48%

59
92
123

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

Portions of RGB colors in percentages

R + G + B =
59 + 92 + 123 = 274 (100%)
R 59 of 274 ~ 21.53%
G 92 of 274 ~ 33.58%
B 123 of 274 ~ 44.89%

%21.53
%33.58
%44.89

CMYK color model

#3B5C7B color CMYK value is (52,25,0,52).

  • cyan value is 52.03%
  • magenta value is 25.20%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(52,25,0,52)
C52M25Y0K52 
(52%,25%,0%,52%)
(0.52/0.25/0.00/0.52)	

CMYK percentages

%52.03
%25.2
%0
%51.76

Codes

Color #3B5C7B in popluar color models

3B5C7B
RGB5992123
HSL209°35.16%35.69%
HSB/HSV209°52.03%48.24%
CMYK52.03%25.20%0.00%
51.76%

Color #3B5C7B in popluar number systems.

HEX3B5C7B
Decimal5992123
Binary11101110111001111011
Octal73134173

Shades and tints

Shades of #3B5C7B

#3B5C7B
(59,92,123)
#365470
(54,84,112)
#314C65
(49,76,101)
#2C445A
(44,68,90)
#273C4F
(39,60,79)
#223444
(34,52,68)
#1D2C39
(29,44,57)
#18242E
(24,36,46)
#131C23
(19,28,35)
#0E1418
(14,20,24)
#090C0D
(9,12,13)
#000000
(0,0,0)

Tints of #3B5C7B

#3B5C7B
(59,92,123)
#4C6A87
(76,106,135)
#5D7893
(93,120,147)
#6E869F
(110,134,159)
#7F94AB
(127,148,171)
#90A2B7
(144,162,183)
#A1B0C3
(161,176,195)
#B2BECF
(178,190,207)
#C3CCDB
(195,204,219)
#D4DAE7
(212,218,231)
#E5E8F3
(229,232,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B5C7B color. Also use rgb(59,92,123) instead hex code.

Text Font Color

.myTextColor { color: #3B5C7B; }

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

This text font color is #3B5C7B.


Background Color

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

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

This div background color is #3B5C7B.


Border color

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

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

This div border color is #3B5C7B.


Opacity

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

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

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

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

This text has shadow with #3B5C7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B5C7B on black background.


Color preview on white background

This text has color #3B5C7B on white background.



Black color preview on #3B5C7B background

This text has black color on #3B5C7B background.


White color preview on #3B5C7B background

This text has white color on #3B5C7B background.