COLOR #3B5080

HEX: #3B5080
RGB: (59,80,128)

Color info

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

RGB color model

#3B5080 color RGB value is (59,80,128).

  • red value is 59;
  • green value is 80;
  • blue value is 128.
RGB:
(59,80,128)
(23%,31%,50%)

RGB channels and saturation

R 59 of 255 = 23%
G 80 of 255 = 31%
B 128 of 255 = 50%

59
80
128

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

Portions of RGB colors in percentages

R + G + B =
59 + 80 + 128 = 267 (100%)
R 59 of 267 ~ 22.1%
G 80 of 267 ~ 29.96%
B 128 of 267 ~ 47.94%

%22.1
%29.96
%47.94

CMYK color model

#3B5080 color CMYK value is (54,38,0,50).

  • cyan value is 53.91%
  • magenta value is 37.50%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(54,38,0,50)
C54M38Y0K50 
(54%,38%,0%,50%)
(0.54/0.38/0.00/0.50)	

CMYK percentages

%53.91
%37.5
%0
%49.8

Codes

Color #3B5080 in popluar color models

3B5080
RGB5980128
HSL222°36.90%36.67%
HSB/HSV222°53.91%50.20%
CMYK53.91%37.50%0.00%
49.80%

Color #3B5080 in popluar number systems.

HEX3B5080
Decimal5980128
Binary111011101000010000000
Octal73120200

Shades and tints

Shades of #3B5080

#3B5080
(59,80,128)
#364975
(54,73,117)
#31426A
(49,66,106)
#2C3B5F
(44,59,95)
#273454
(39,52,84)
#222D49
(34,45,73)
#1D263E
(29,38,62)
#181F33
(24,31,51)
#131828
(19,24,40)
#0E111D
(14,17,29)
#090A12
(9,10,18)
#000000
(0,0,0)

Tints of #3B5080

#3B5080
(59,80,128)
#4C5F8B
(76,95,139)
#5D6E96
(93,110,150)
#6E7DA1
(110,125,161)
#7F8CAC
(127,140,172)
#909BB7
(144,155,183)
#A1AAC2
(161,170,194)
#B2B9CD
(178,185,205)
#C3C8D8
(195,200,216)
#D4D7E3
(212,215,227)
#E5E6EE
(229,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B5080; }

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

This text font color is #3B5080.


Background Color

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

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

This div background color is #3B5080.


Border color

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

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

This div border color is #3B5080.


Opacity

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

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

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

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

This text has shadow with #3B5080 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B5080 on black background.


Color preview on white background

This text has color #3B5080 on white background.



Black color preview on #3B5080 background

This text has black color on #3B5080 background.


White color preview on #3B5080 background

This text has white color on #3B5080 background.