COLOR #3B4A6F

HEX: #3B4A6F RGB: (59,74,111)

Color info

#3B4A6F contains red, green and blue colors in about the same proportion. Web safe color of #3B4A6F is #333366 (or #336).

RGB color model

#3B4A6F color RGB value is (59,74,111).

RGB: (59,74,111) (23%, 29%, 44%)

RGB channels and saturation

R 59 of 255 = 23%
G 74 of 255 = 29%
B 111 of 255 = 44%

59
74
111

R + G + B ~ 32%. #3B4A6F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 59 + 74 + 111 = 244 (100%)
R 59 of 244 ~ 24.18%
G 74 of 244 ~ 30.33%
B 111 of 244 ~ 45.49'%

%24.18
%30.33
%45.49

CMYK color model

#3B4A6F color CMYK value is (47,33,0,56).

  • cyan value is 46.85%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 56.47%

CMYK: (47,33,0,56)
C47M33Y0K56 (47%, 33%, 0%, 56%)
(0.47 / 0.33 / 0.00 / 0.56)

CMYK percentages

%46.85
%33.33
%0
%56.47

Codes

Color #3B4A6F in popluar color models

3B 4A 6F
RGB 59 74 111
HSL 223° 30.59% 33.33%
HSB/HSV 223° 46.85% 43.53%
CMYK 46.85% 33.33% 0.00%
56.47%

Color #3B4A6F in popluar number systems.

HEX 3B 4A 6F
Decimal 59 74 111
Binary 111011 1001010 1101111
Octal 73 112 157

Shades and tints

Shades of #3B4A6F

#3B4A6F
(59,74,111)
#364465
(54,68,101)
#313E5B
(49,62,91)
#2C3851
(44,56,81)
#273247
(39,50,71)
#222C3D
(34,44,61)
#1D2633
(29,38,51)
#182029
(24,32,41)
#131A1F
(19,26,31)
#0E1415
(14,20,21)
#090E0B
(9,14,11)
#000000
(0,0,0)

Tints of #3B4A6F

#3B4A6F
(59,74,111)
#4C5A7C
(76,90,124)
#5D6A89
(93,106,137)
#6E7A96
(110,122,150)
#7F8AA3
(127,138,163)
#909AB0
(144,154,176)
#A1AABD
(161,170,189)
#B2BACA
(178,186,202)
#C3CAD7
(195,202,215)
#D4DAE4
(212,218,228)
#E5EAF1
(229,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B4A6F color. Also use rgb(59,74,111) instead hex code.

Text Font Color

.myTextColor { color: #3B4A6F; }

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

This text font color is #3B4A6F.

Background Color

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

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

This div background color is #3B4A6F.

Border color

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

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

This div border color is #3B4A6F.

Opacity

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

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

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

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

This text has shadow with #3B4A6F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B4A6F.

Preview

Color preview on black background

This text has color #3B4A6F on black background.


Color preview on white background

This text has color #3B4A6F on white background.


Black color preview on #3B4A6F background

This text has black color on #3B4A6F background.


White color preview on #3B4A6F background

This text has white color on #3B4A6F background.


Related colors

Complementary color

Complementary color for #hex is #C4B590.


I love getcolorcode.com

Triadic colors

1 #6F3B4A and #4A6F3B with #3B4A6F are triadic colors.

2 #6F4A3B and #4A3B6F with #3B4A6F are triadic colors.