COLOR #3B4485

HEX: #3B4485
RGB: (59,68,133)

Color info

#3B4485 contains mainly blue color. Web safe color of #3B4485 is #333399 (or #339).

RGB color model

#3B4485 color RGB value is (59,68,133).

  • red value is 59;
  • green value is 68;
  • blue value is 133.
RGB:
(59,68,133)
(23%,27%,52%)

RGB channels and saturation

R 59 of 255 = 23%
G 68 of 255 = 27%
B 133 of 255 = 52%

59
68
133

R + G + B ~ 34%. #3B4485 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 68 + 133 = 260 (100%)
R 59 of 260 ~ 22.69%
G 68 of 260 ~ 26.15%
B 133 of 260 ~ 51.15%

%22.69
%26.15
%51.15

CMYK color model

#3B4485 color CMYK value is (56,49,0,48).

  • cyan value is 55.64%
  • magenta value is 48.87%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(56,49,0,48)
C56M49Y0K48 
(56%,49%,0%,48%)
(0.56/0.49/0.00/0.48)	

CMYK percentages

%55.64
%48.87
%0
%47.84

Codes

Color #3B4485 in popluar color models

3B4485
RGB5968133
HSL233°38.54%37.65%
HSB/HSV233°55.64%52.16%
CMYK55.64%48.87%0.00%
47.84%

Color #3B4485 in popluar number systems.

HEX3B4485
Decimal5968133
Binary111011100010010000101
Octal73104205

Shades and tints

Shades of #3B4485

#3B4485
(59,68,133)
#363E79
(54,62,121)
#31386D
(49,56,109)
#2C3261
(44,50,97)
#272C55
(39,44,85)
#222649
(34,38,73)
#1D203D
(29,32,61)
#181A31
(24,26,49)
#131425
(19,20,37)
#0E0E19
(14,14,25)
#09080D
(9,8,13)
#000000
(0,0,0)

Tints of #3B4485

#3B4485
(59,68,133)
#4C5590
(76,85,144)
#5D669B
(93,102,155)
#6E77A6
(110,119,166)
#7F88B1
(127,136,177)
#9099BC
(144,153,188)
#A1AAC7
(161,170,199)
#B2BBD2
(178,187,210)
#C3CCDD
(195,204,221)
#D4DDE8
(212,221,232)
#E5EEF3
(229,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B4485 color. Also use rgb(59,68,133) instead hex code.

Text Font Color

.myTextColor { color: #3B4485; }

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

This text font color is #3B4485.


Background Color

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

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

This div background color is #3B4485.


Border color

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

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

This div border color is #3B4485.


Opacity

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

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

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

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

This text has shadow with #3B4485 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B4485 on black background.


Color preview on white background

This text has color #3B4485 on white background.



Black color preview on #3B4485 background

This text has black color on #3B4485 background.


White color preview on #3B4485 background

This text has white color on #3B4485 background.