COLOR #3B4B6A

HEX: #3B4B6A
RGB: (59,75,106)

Color info

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

RGB color model

#3B4B6A color RGB value is (59,75,106).

  • red value is 59;
  • green value is 75;
  • blue value is 106.
RGB:
(59,75,106)
(23%,29%,42%)

RGB channels and saturation

R 59 of 255 = 23%
G 75 of 255 = 29%
B 106 of 255 = 42%

59
75
106

R + G + B ~ 31%. #3B4B6A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 75 + 106 = 240 (100%)
R 59 of 240 ~ 24.58%
G 75 of 240 ~ 31.25%
B 106 of 240 ~ 44.17%

%24.58
%31.25
%44.17

CMYK color model

#3B4B6A color CMYK value is (44,29,0,58).

  • cyan value is 44.34%
  • magenta value is 29.25%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(44,29,0,58)
C44M29Y0K58 
(44%,29%,0%,58%)
(0.44/0.29/0.00/0.58)	

CMYK percentages

%44.34
%29.25
%0
%58.43

Codes

Color #3B4B6A in popluar color models

3B4B6A
RGB5975106
HSL220°28.48%32.35%
HSB/HSV220°44.34%41.57%
CMYK44.34%29.25%0.00%
58.43%

Color #3B4B6A in popluar number systems.

HEX3B4B6A
Decimal5975106
Binary11101110010111101010
Octal73113152

Shades and tints

Shades of #3B4B6A

#3B4B6A
(59,75,106)
#364561
(54,69,97)
#313F58
(49,63,88)
#2C394F
(44,57,79)
#273346
(39,51,70)
#222D3D
(34,45,61)
#1D2734
(29,39,52)
#18212B
(24,33,43)
#131B22
(19,27,34)
#0E1519
(14,21,25)
#090F10
(9,15,16)
#000000
(0,0,0)

Tints of #3B4B6A

#3B4B6A
(59,75,106)
#4C5B77
(76,91,119)
#5D6B84
(93,107,132)
#6E7B91
(110,123,145)
#7F8B9E
(127,139,158)
#909BAB
(144,155,171)
#A1ABB8
(161,171,184)
#B2BBC5
(178,187,197)
#C3CBD2
(195,203,210)
#D4DBDF
(212,219,223)
#E5EBEC
(229,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B4B6A color. Also use rgb(59,75,106) instead hex code.

Text Font Color

.myTextColor { color: #3B4B6A; }

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

This text font color is #3B4B6A.


Background Color

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

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

This div background color is #3B4B6A.


Border color

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

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

This div border color is #3B4B6A.


Opacity

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

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

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

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

This text has shadow with #3B4B6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B4B6A on black background.


Color preview on white background

This text has color #3B4B6A on white background.



Black color preview on #3B4B6A background

This text has black color on #3B4B6A background.


White color preview on #3B4B6A background

This text has white color on #3B4B6A background.