COLOR #3B4089

HEX: #3B4089
RGB: (59,64,137)

Color info

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

RGB color model

#3B4089 color RGB value is (59,64,137).

  • red value is 59;
  • green value is 64;
  • blue value is 137.
RGB:
(59,64,137)
(23%,25%,54%)

RGB channels and saturation

R 59 of 255 = 23%
G 64 of 255 = 25%
B 137 of 255 = 54%

59
64
137

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

Portions of RGB colors in percentages

R + G + B =
59 + 64 + 137 = 260 (100%)
R 59 of 260 ~ 22.69%
G 64 of 260 ~ 24.62%
B 137 of 260 ~ 52.69%

%22.69
%24.62
%52.69

CMYK color model

#3B4089 color CMYK value is (57,53,0,46).

  • cyan value is 56.93%
  • magenta value is 53.28%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(57,53,0,46)
C57M53Y0K46 
(57%,53%,0%,46%)
(0.57/0.53/0.00/0.46)	

CMYK percentages

%56.93
%53.28
%0
%46.27

Codes

Color #3B4089 in popluar color models

3B4089
RGB5964137
HSL236°39.80%38.43%
HSB/HSV236°56.93%53.73%
CMYK56.93%53.28%0.00%
46.27%

Color #3B4089 in popluar number systems.

HEX3B4089
Decimal5964137
Binary111011100000010001001
Octal73100211

Shades and tints

Shades of #3B4089

#3B4089
(59,64,137)
#363B7D
(54,59,125)
#313671
(49,54,113)
#2C3165
(44,49,101)
#272C59
(39,44,89)
#22274D
(34,39,77)
#1D2241
(29,34,65)
#181D35
(24,29,53)
#131829
(19,24,41)
#0E131D
(14,19,29)
#090E11
(9,14,17)
#000000
(0,0,0)

Tints of #3B4089

#3B4089
(59,64,137)
#4C5193
(76,81,147)
#5D629D
(93,98,157)
#6E73A7
(110,115,167)
#7F84B1
(127,132,177)
#9095BB
(144,149,187)
#A1A6C5
(161,166,197)
#B2B7CF
(178,183,207)
#C3C8D9
(195,200,217)
#D4D9E3
(212,217,227)
#E5EAED
(229,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B4089 color. Also use rgb(59,64,137) instead hex code.

Text Font Color

.myTextColor { color: #3B4089; }

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

This text font color is #3B4089.


Background Color

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

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

This div background color is #3B4089.


Border color

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

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

This div border color is #3B4089.


Opacity

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

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

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

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

This text has shadow with #3B4089 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B4089 on black background.


Color preview on white background

This text has color #3B4089 on white background.



Black color preview on #3B4089 background

This text has black color on #3B4089 background.


White color preview on #3B4089 background

This text has white color on #3B4089 background.