COLOR #3B4678

HEX: #3B4678
RGB: (59,70,120)

Color info

#3B4678 contains mainly green and blue colors. Web safe color of #3B4678 is #333366 (or #336).

RGB color model

#3B4678 color RGB value is (59,70,120).

  • red value is 59;
  • green value is 70;
  • blue value is 120.
RGB:
(59,70,120)
(23%,27%,47%)

RGB channels and saturation

R 59 of 255 = 23%
G 70 of 255 = 27%
B 120 of 255 = 47%

59
70
120

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

Portions of RGB colors in percentages

R + G + B =
59 + 70 + 120 = 249 (100%)
R 59 of 249 ~ 23.69%
G 70 of 249 ~ 28.11%
B 120 of 249 ~ 48.19%

%23.69
%28.11
%48.19

CMYK color model

#3B4678 color CMYK value is (51,42,0,53).

  • cyan value is 50.83%
  • magenta value is 41.67%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(51,42,0,53)
C51M42Y0K53 
(51%,42%,0%,53%)
(0.51/0.42/0.00/0.53)	

CMYK percentages

%50.83
%41.67
%0
%52.94

Codes

Color #3B4678 in popluar color models

3B4678
RGB5970120
HSL229°34.08%35.10%
HSB/HSV229°50.83%47.06%
CMYK50.83%41.67%0.00%
52.94%

Color #3B4678 in popluar number systems.

HEX3B4678
Decimal5970120
Binary11101110001101111000
Octal73106170

Shades and tints

Shades of #3B4678

#3B4678
(59,70,120)
#36406E
(54,64,110)
#313A64
(49,58,100)
#2C345A
(44,52,90)
#272E50
(39,46,80)
#222846
(34,40,70)
#1D223C
(29,34,60)
#181C32
(24,28,50)
#131628
(19,22,40)
#0E101E
(14,16,30)
#090A14
(9,10,20)
#000000
(0,0,0)

Tints of #3B4678

#3B4678
(59,70,120)
#4C5684
(76,86,132)
#5D6690
(93,102,144)
#6E769C
(110,118,156)
#7F86A8
(127,134,168)
#9096B4
(144,150,180)
#A1A6C0
(161,166,192)
#B2B6CC
(178,182,204)
#C3C6D8
(195,198,216)
#D4D6E4
(212,214,228)
#E5E6F0
(229,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B4678 color. Also use rgb(59,70,120) instead hex code.

Text Font Color

.myTextColor { color: #3B4678; }

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

This text font color is #3B4678.


Background Color

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

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

This div background color is #3B4678.


Border color

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

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

This div border color is #3B4678.


Opacity

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

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

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

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

This text has shadow with #3B4678 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B4678 on black background.


Color preview on white background

This text has color #3B4678 on white background.



Black color preview on #3B4678 background

This text has black color on #3B4678 background.


White color preview on #3B4678 background

This text has white color on #3B4678 background.