COLOR #3B5084

HEX: #3B5084
RGB: (59,80,132)

Color info

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

RGB color model

#3B5084 color RGB value is (59,80,132).

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

RGB channels and saturation

R 59 of 255 = 23%
G 80 of 255 = 31%
B 132 of 255 = 52%

59
80
132

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

Portions of RGB colors in percentages

R + G + B =
59 + 80 + 132 = 271 (100%)
R 59 of 271 ~ 21.77%
G 80 of 271 ~ 29.52%
B 132 of 271 ~ 48.71%

%21.77
%29.52
%48.71

CMYK color model

#3B5084 color CMYK value is (55,39,0,48).

  • cyan value is 55.30%
  • magenta value is 39.39%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(55,39,0,48)
C55M39Y0K48 
(55%,39%,0%,48%)
(0.55/0.39/0.00/0.48)	

CMYK percentages

%55.3
%39.39
%0
%48.24

Codes

Color #3B5084 in popluar color models

3B5084
RGB5980132
HSL223°38.22%37.45%
HSB/HSV223°55.30%51.76%
CMYK55.30%39.39%0.00%
48.24%

Color #3B5084 in popluar number systems.

HEX3B5084
Decimal5980132
Binary111011101000010000100
Octal73120204

Shades and tints

Shades of #3B5084

#3B5084
(59,80,132)
#364978
(54,73,120)
#31426C
(49,66,108)
#2C3B60
(44,59,96)
#273454
(39,52,84)
#222D48
(34,45,72)
#1D263C
(29,38,60)
#181F30
(24,31,48)
#131824
(19,24,36)
#0E1118
(14,17,24)
#090A0C
(9,10,12)
#000000
(0,0,0)

Tints of #3B5084

#3B5084
(59,80,132)
#4C5F8F
(76,95,143)
#5D6E9A
(93,110,154)
#6E7DA5
(110,125,165)
#7F8CB0
(127,140,176)
#909BBB
(144,155,187)
#A1AAC6
(161,170,198)
#B2B9D1
(178,185,209)
#C3C8DC
(195,200,220)
#D4D7E7
(212,215,231)
#E5E6F2
(229,230,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B5084; }

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

This text font color is #3B5084.


Background Color

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

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

This div background color is #3B5084.


Border color

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

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

This div border color is #3B5084.


Opacity

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

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

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

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

This text has shadow with #3B5084 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B5084 on black background.


Color preview on white background

This text has color #3B5084 on white background.



Black color preview on #3B5084 background

This text has black color on #3B5084 background.


White color preview on #3B5084 background

This text has white color on #3B5084 background.