COLOR #3B78A2

HEX: #3B78A2
RGB: (59,120,162)

Color info

#3B78A2 contains mainly green and blue colors. Web safe color of #3B78A2 is #336699 (or #369).

RGB color model

#3B78A2 color RGB value is (59,120,162).

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

RGB channels and saturation

R 59 of 255 = 23%
G 120 of 255 = 47%
B 162 of 255 = 64%

59
120
162

R + G + B ~ 45%. #3B78A2 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
59 + 120 + 162 = 341 (100%)
R 59 of 341 ~ 17.3%
G 120 of 341 ~ 35.19%
B 162 of 341 ~ 47.51%

%17.3
%35.19
%47.51

CMYK color model

#3B78A2 color CMYK value is (64,26,0,36).

  • cyan value is 63.58%
  • magenta value is 25.93%
  • yellow value is 0.00%
  • key color value is 36.47%
CMYK:
(64,26,0,36)
C64M26Y0K36 
(64%,26%,0%,36%)
(0.64/0.26/0.00/0.36)	

CMYK percentages

%63.58
%25.93
%0
%36.47

Codes

Color #3B78A2 in popluar color models

3B78A2
RGB59120162
HSL204°46.61%43.33%
HSB/HSV204°63.58%63.53%
CMYK63.58%25.93%0.00%
36.47%

Color #3B78A2 in popluar number systems.

HEX3B78A2
Decimal59120162
Binary111011111100010100010
Octal73170242

Shades and tints

Shades of #3B78A2

#3B78A2
(59,120,162)
#366E94
(54,110,148)
#316486
(49,100,134)
#2C5A78
(44,90,120)
#27506A
(39,80,106)
#22465C
(34,70,92)
#1D3C4E
(29,60,78)
#183240
(24,50,64)
#132832
(19,40,50)
#0E1E24
(14,30,36)
#091416
(9,20,22)
#000000
(0,0,0)

Tints of #3B78A2

#3B78A2
(59,120,162)
#4C84AA
(76,132,170)
#5D90B2
(93,144,178)
#6E9CBA
(110,156,186)
#7FA8C2
(127,168,194)
#90B4CA
(144,180,202)
#A1C0D2
(161,192,210)
#B2CCDA
(178,204,218)
#C3D8E2
(195,216,226)
#D4E4EA
(212,228,234)
#E5F0F2
(229,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3B78A2; }

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

This text font color is #3B78A2.


Background Color

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

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

This div background color is #3B78A2.


Border color

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

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

This div border color is #3B78A2.


Opacity

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

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

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

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

This text has shadow with #3B78A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B78A2 on black background.


Color preview on white background

This text has color #3B78A2 on white background.



Black color preview on #3B78A2 background

This text has black color on #3B78A2 background.


White color preview on #3B78A2 background

This text has white color on #3B78A2 background.