COLOR #3B5C7F

HEX: #3B5C7F RGB: (59,92,127)

Color info

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

RGB color model

#3B5C7F color RGB value is (59,92,127).

RGB: (59,92,127) (23%, 36%, 50%)

RGB channels and saturation

R 59 of 255 = 23%
G 92 of 255 = 36%
B 127 of 255 = 50%

59
92
127

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

Portions of RGB colors in percentages

R + G + B = 59 + 92 + 127 = 278 (100%)
R 59 of 278 ~ 21.22%
G 92 of 278 ~ 33.09%
B 127 of 278 ~ 45.68'%

%21.22
%33.09
%45.68

CMYK color model

#3B5C7F color CMYK value is (54,28,0,50).

  • cyan value is 53.54%
  • magenta value is 27.56%
  • yellow value is 0.00%
  • key color value is 50.20%

CMYK: (54,28,0,50)
C54M28Y0K50 (54%, 28%, 0%, 50%)
(0.54 / 0.28 / 0.00 / 0.50)

CMYK percentages

%53.54
%27.56
%0
%50.2

Codes

Color #3B5C7F in popluar color models

3B 5C 7F
RGB 59 92 127
HSL 211° 36.56% 36.47%
HSB/HSV 211° 53.54% 49.80%
CMYK 53.54% 27.56% 0.00%
50.20%

Color #3B5C7F in popluar number systems.

HEX 3B 5C 7F
Decimal 59 92 127
Binary 111011 1011100 1111111
Octal 73 134 177

Shades and tints

Shades of #3B5C7F

#3B5C7F
(59,92,127)
#365474
(54,84,116)
#314C69
(49,76,105)
#2C445E
(44,68,94)
#273C53
(39,60,83)
#223448
(34,52,72)
#1D2C3D
(29,44,61)
#182432
(24,36,50)
#131C27
(19,28,39)
#0E141C
(14,20,28)
#090C11
(9,12,17)
#000000
(0,0,0)

Tints of #3B5C7F

#3B5C7F
(59,92,127)
#4C6A8A
(76,106,138)
#5D7895
(93,120,149)
#6E86A0
(110,134,160)
#7F94AB
(127,148,171)
#90A2B6
(144,162,182)
#A1B0C1
(161,176,193)
#B2BECC
(178,190,204)
#C3CCD7
(195,204,215)
#D4DAE2
(212,218,226)
#E5E8ED
(229,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B5C7F; }

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

This text font color is #3B5C7F.

Background Color

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

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

This div background color is #3B5C7F.

Border color

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

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

This div border color is #3B5C7F.

Opacity

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

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

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

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

This text has shadow with #3B5C7F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B5C7F.

Preview

Color preview on black background

This text has color #3B5C7F on black background.


Color preview on white background

This text has color #3B5C7F on white background.


Black color preview on #3B5C7F background

This text has black color on #3B5C7F background.


White color preview on #3B5C7F background

This text has white color on #3B5C7F background.


Related colors

Complementary color

Complementary color for #hex is #C4A380.


I love getcolorcode.com

Triadic colors

1 #7F3B5C and #5C7F3B with #3B5C7F are triadic colors.

2 #7F5C3B and #5C3B7F with #3B5C7F are triadic colors.