COLOR #3B4E6F

HEX: #3B4E6F RGB: (59,78,111)

Color info

#3B4E6F contains red, green and blue colors in about the same proportion. Web safe color of #3B4E6F is #336666 (or #366).

RGB color model

#3B4E6F color RGB value is (59,78,111).

RGB: (59,78,111) (23%, 31%, 44%)

RGB channels and saturation

R 59 of 255 = 23%
G 78 of 255 = 31%
B 111 of 255 = 44%

59
78
111

R + G + B ~ 33%. #3B4E6F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 59 + 78 + 111 = 248 (100%)
R 59 of 248 ~ 23.79%
G 78 of 248 ~ 31.45%
B 111 of 248 ~ 44.76'%

%23.79
%31.45
%44.76

CMYK color model

#3B4E6F color CMYK value is (47,30,0,56).

  • cyan value is 46.85%
  • magenta value is 29.73%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK: (47,30,0,56) C47M30Y0K56 (47%,30%,0%,56%) (0.47/0.30/0.00/0.56) 

CMYK percentages

%46.85
%29.73
%0
%56.47

Codes

Color #3B4E6F in popluar color models

3B 4E 6F
RGB 59 78 111
HSL 218° 30.59% 33.33%
HSB/HSV 218° 46.85% 43.53%
CMYK 46.85% 29.73% 0.00%
56.47%

Color #3B4E6F in popluar number systems.

HEX 3B 4E 6F
Decimal 59 78 111
Binary 111011 1001110 1101111
Octal 73 116 157

Shades and tints

Shades of #3B4E6F

#3B4E6F
(59,78,111)
#364765
(54,71,101)
#31405B
(49,64,91)
#2C3951
(44,57,81)
#273247
(39,50,71)
#222B3D
(34,43,61)
#1D2433
(29,36,51)
#181D29
(24,29,41)
#13161F
(19,22,31)
#0E0F15
(14,15,21)
#09080B
(9,8,11)
#000000
(0,0,0)

Tints of #3B4E6F

#3B4E6F
(59,78,111)
#4C5E7C
(76,94,124)
#5D6E89
(93,110,137)
#6E7E96
(110,126,150)
#7F8EA3
(127,142,163)
#909EB0
(144,158,176)
#A1AEBD
(161,174,189)
#B2BECA
(178,190,202)
#C3CED7
(195,206,215)
#D4DEE4
(212,222,228)
#E5EEF1
(229,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B4E6F; }

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

This text font color is #3B4E6F.

Background Color

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

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

This div background color is #3B4E6F.

Border color

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

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

This div border color is #3B4E6F.

Opacity

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

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

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

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

This text has shadow with #3B4E6F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B4E6F.

Preview

Color preview on black background

This text has color #3B4E6F on black background.


Color preview on white background

This text has color #3B4E6F on white background.


Black color preview on #3B4E6F background

This text has black color on #3B4E6F background.


White color preview on #3B4E6F background

This text has white color on #3B4E6F background.


Related colors

Complementary color

Complementary color for #hex is #C4B190.


I love getcolorcode.com

Triadic colors

1 #6F3B4E and #4E6F3B with #3B4E6F are triadic colors.

2 #6F4E3B and #4E3B6F with #3B4E6F are triadic colors.