COLOR #3B4193

HEX: #3B4193
RGB: (59,65,147)

Color info

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

RGB color model

#3B4193 color RGB value is (59,65,147).

  • red value is 59;
  • green value is 65;
  • blue value is 147.
RGB:
(59,65,147)
(23%,25%,58%)

RGB channels and saturation

R 59 of 255 = 23%
G 65 of 255 = 25%
B 147 of 255 = 58%

59
65
147

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

Portions of RGB colors in percentages

R + G + B =
59 + 65 + 147 = 271 (100%)
R 59 of 271 ~ 21.77%
G 65 of 271 ~ 23.99%
B 147 of 271 ~ 54.24%

%21.77
%23.99
%54.24

CMYK color model

#3B4193 color CMYK value is (60,56,0,42).

  • cyan value is 59.86%
  • magenta value is 55.78%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(60,56,0,42)
C60M56Y0K42 
(60%,56%,0%,42%)
(0.60/0.56/0.00/0.42)	

CMYK percentages

%59.86
%55.78
%0
%42.35

Codes

Color #3B4193 in popluar color models

3B4193
RGB5965147
HSL236°42.72%40.39%
HSB/HSV236°59.86%57.65%
CMYK59.86%55.78%0.00%
42.35%

Color #3B4193 in popluar number systems.

HEX3B4193
Decimal5965147
Binary111011100000110010011
Octal73101223

Shades and tints

Shades of #3B4193

#3B4193
(59,65,147)
#363C86
(54,60,134)
#313779
(49,55,121)
#2C326C
(44,50,108)
#272D5F
(39,45,95)
#222852
(34,40,82)
#1D2345
(29,35,69)
#181E38
(24,30,56)
#13192B
(19,25,43)
#0E141E
(14,20,30)
#090F11
(9,15,17)
#000000
(0,0,0)

Tints of #3B4193

#3B4193
(59,65,147)
#4C529C
(76,82,156)
#5D63A5
(93,99,165)
#6E74AE
(110,116,174)
#7F85B7
(127,133,183)
#9096C0
(144,150,192)
#A1A7C9
(161,167,201)
#B2B8D2
(178,184,210)
#C3C9DB
(195,201,219)
#D4DAE4
(212,218,228)
#E5EBED
(229,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B4193 color. Also use rgb(59,65,147) instead hex code.

Text Font Color

.myTextColor { color: #3B4193; }

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

This text font color is #3B4193.


Background Color

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

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

This div background color is #3B4193.


Border color

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

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

This div border color is #3B4193.


Opacity

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

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

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

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

This text has shadow with #3B4193 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B4193 on black background.


Color preview on white background

This text has color #3B4193 on white background.



Black color preview on #3B4193 background

This text has black color on #3B4193 background.


White color preview on #3B4193 background

This text has white color on #3B4193 background.