COLOR #3B5280

HEX: #3B5280 RGB: (59,82,128)

Color info

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

RGB color model

#3B5280 color RGB value is (59,82,128).

RGB: (59,82,128) (23%, 32%, 50%)

RGB channels and saturation

R 59 of 255 = 23%
G 82 of 255 = 32%
B 128 of 255 = 50%

59
82
128

R + G + B ~ 35%. #3B5280 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 59 + 82 + 128 = 269 (100%)
R 59 of 269 ~ 21.93%
G 82 of 269 ~ 30.48%
B 128 of 269 ~ 47.58'%

%21.93
%30.48
%47.58

CMYK color model

#3B5280 color CMYK value is (54,36,0,50).

  • cyan value is 53.91%
  • magenta value is 35.94%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK: (54,36,0,50) C54M36Y0K50 (54%,36%,0%,50%) (0.54/0.36/0.00/0.50) 

CMYK percentages

%53.91
%35.94
%0
%49.8

Codes

Color #3B5280 in popluar color models

3B 52 80
RGB 59 82 128
HSL 220° 36.90% 36.67%
HSB/HSV 220° 53.91% 50.20%
CMYK 53.91% 35.94% 0.00%
49.80%

Color #3B5280 in popluar number systems.

HEX 3B 52 80
Decimal 59 82 128
Binary 111011 1010010 10000000
Octal 73 122 200

Shades and tints

Shades of #3B5280

#3B5280
(59,82,128)
#364B75
(54,75,117)
#31446A
(49,68,106)
#2C3D5F
(44,61,95)
#273654
(39,54,84)
#222F49
(34,47,73)
#1D283E
(29,40,62)
#182133
(24,33,51)
#131A28
(19,26,40)
#0E131D
(14,19,29)
#090C12
(9,12,18)
#000000
(0,0,0)

Tints of #3B5280

#3B5280
(59,82,128)
#4C618B
(76,97,139)
#5D7096
(93,112,150)
#6E7FA1
(110,127,161)
#7F8EAC
(127,142,172)
#909DB7
(144,157,183)
#A1ACC2
(161,172,194)
#B2BBCD
(178,187,205)
#C3CAD8
(195,202,216)
#D4D9E3
(212,217,227)
#E5E8EE
(229,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B5280 color. Also use rgb(59,82,128) instead hex code.

Text Font Color

.myTextColor { color: #3B5280; }

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

This text font color is #3B5280.

Background Color

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

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

This div background color is #3B5280.

Border color

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

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

This div border color is #3B5280.

Opacity

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

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

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

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

This text has shadow with #3B5280 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B5280.

Preview

Color preview on black background

This text has color #3B5280 on black background.


Color preview on white background

This text has color #3B5280 on white background.


Black color preview on #3B5280 background

This text has black color on #3B5280 background.


White color preview on #3B5280 background

This text has white color on #3B5280 background.


Related colors

Complementary color

Complementary color for #hex is #C4AD7F.


I love getcolorcode.com

Triadic colors

1 #803B52 and #52803B with #3B5280 are triadic colors.

2 #80523B and #523B80 with #3B5280 are triadic colors.