COLOR #3B5082

HEX: #3B5082 RGB: (59,80,130)

Color info

#3B5082 contains mainly green and blue colors. Web safe color of #3B5082 is #336699 (or #369).

RGB color model

#3B5082 color RGB value is (59,80,130).

RGB: (59,80,130) (23%, 31%, 51%)

RGB channels and saturation

R 59 of 255 = 23%
G 80 of 255 = 31%
B 130 of 255 = 51%

59
80
130

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

Portions of RGB colors in percentages

R + G + B = 59 + 80 + 130 = 269 (100%)
R 59 of 269 ~ 21.93%
G 80 of 269 ~ 29.74%
B 130 of 269 ~ 48.33'%

%21.93
%29.74
%48.33

CMYK color model

#3B5082 color CMYK value is (55,38,0,49).

  • cyan value is 54.62%
  • magenta value is 38.46%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK: (55,38,0,49) C55M38Y0K49 (55%,38%,0%,49%) (0.55/0.38/0.00/0.49) 

CMYK percentages

%54.62
%38.46
%0
%49.02

Codes

Color #3B5082 in popluar color models

3B 50 82
RGB 59 80 130
HSL 222° 37.57% 37.06%
HSB/HSV 222° 54.62% 50.98%
CMYK 54.62% 38.46% 0.00%
49.02%

Color #3B5082 in popluar number systems.

HEX 3B 50 82
Decimal 59 80 130
Binary 111011 1010000 10000010
Octal 73 120 202

Shades and tints

Shades of #3B5082

#3B5082
(59,80,130)
#364977
(54,73,119)
#31426C
(49,66,108)
#2C3B61
(44,59,97)
#273456
(39,52,86)
#222D4B
(34,45,75)
#1D2640
(29,38,64)
#181F35
(24,31,53)
#13182A
(19,24,42)
#0E111F
(14,17,31)
#090A14
(9,10,20)
#000000
(0,0,0)

Tints of #3B5082

#3B5082
(59,80,130)
#4C5F8D
(76,95,141)
#5D6E98
(93,110,152)
#6E7DA3
(110,125,163)
#7F8CAE
(127,140,174)
#909BB9
(144,155,185)
#A1AAC4
(161,170,196)
#B2B9CF
(178,185,207)
#C3C8DA
(195,200,218)
#D4D7E5
(212,215,229)
#E5E6F0
(229,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B5082 color. Also use rgb(59,80,130) instead hex code.

Text Font Color

.myTextColor { color: #3B5082; }

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

This text font color is #3B5082.

Background Color

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

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

This div background color is #3B5082.

Border color

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

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

This div border color is #3B5082.

Opacity

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

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

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

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

This text has shadow with #3B5082 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B5082.

Preview

Color preview on black background

This text has color #3B5082 on black background.


Color preview on white background

This text has color #3B5082 on white background.


Black color preview on #3B5082 background

This text has black color on #3B5082 background.


White color preview on #3B5082 background

This text has white color on #3B5082 background.


Related colors

Complementary color

Complementary color for #hex is #C4AF7D.


I love getcolorcode.com

Triadic colors

1 #823B50 and #50823B with #3B5082 are triadic colors.

2 #82503B and #503B82 with #3B5082 are triadic colors.