COLOR #3B4777

HEX: #3B4777 RGB: (59,71,119)

Color info

#3B4777 contains mainly green and blue colors. Web safe color of #3B4777 is #333366 (or #336).

RGB color model

#3B4777 color RGB value is (59,71,119).

RGB: (59,71,119) (23%, 28%, 47%)

RGB channels and saturation

R 59 of 255 = 23%
G 71 of 255 = 28%
B 119 of 255 = 47%

59
71
119

R + G + B ~ 33%. #3B4777 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 59 + 71 + 119 = 249 (100%)
R 59 of 249 ~ 23.69%
G 71 of 249 ~ 28.51%
B 119 of 249 ~ 47.79'%

%23.69
%28.51
%47.79

CMYK color model

#3B4777 color CMYK value is (50,40,0,53).

  • cyan value is 50.42%
  • magenta value is 40.34%
  • yellow value is 0.00%
  • key color value is 53.33%

CMYK: (50,40,0,53)
C50M40Y0K53 (50%, 40%, 0%, 53%)
(0.50 / 0.40 / 0.00 / 0.53)

CMYK percentages

%50.42
%40.34
%0
%53.33

Codes

Color #3B4777 in popluar color models

3B 47 77
RGB 59 71 119
HSL 228° 33.71% 34.90%
HSB/HSV 228° 50.42% 46.67%
CMYK 50.42% 40.34% 0.00%
53.33%

Color #3B4777 in popluar number systems.

HEX 3B 47 77
Decimal 59 71 119
Binary 111011 1000111 1110111
Octal 73 107 167

Shades and tints

Shades of #3B4777

#3B4777
(59,71,119)
#36416D
(54,65,109)
#313B63
(49,59,99)
#2C3559
(44,53,89)
#272F4F
(39,47,79)
#222945
(34,41,69)
#1D233B
(29,35,59)
#181D31
(24,29,49)
#131727
(19,23,39)
#0E111D
(14,17,29)
#090B13
(9,11,19)
#000000
(0,0,0)

Tints of #3B4777

#3B4777
(59,71,119)
#4C5783
(76,87,131)
#5D678F
(93,103,143)
#6E779B
(110,119,155)
#7F87A7
(127,135,167)
#9097B3
(144,151,179)
#A1A7BF
(161,167,191)
#B2B7CB
(178,183,203)
#C3C7D7
(195,199,215)
#D4D7E3
(212,215,227)
#E5E7EF
(229,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B4777 color. Also use rgb(59,71,119) instead hex code.

Text Font Color

.myTextColor { color: #3B4777; }

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

This text font color is #3B4777.

Background Color

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

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

This div background color is #3B4777.

Border color

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

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

This div border color is #3B4777.

Opacity

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

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

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

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

This text has shadow with #3B4777 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B4777.

Preview

Color preview on black background

This text has color #3B4777 on black background.


Color preview on white background

This text has color #3B4777 on white background.


Black color preview on #3B4777 background

This text has black color on #3B4777 background.


White color preview on #3B4777 background

This text has white color on #3B4777 background.


Related colors

Complementary color

Complementary color for #hex is #C4B888.


I love getcolorcode.com

Triadic colors

1 #773B47 and #47773B with #3B4777 are triadic colors.

2 #77473B and #473B77 with #3B4777 are triadic colors.