COLOR #3B7286

HEX: #3B7286
RGB: (59,114,134)

Color info

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

RGB color model

#3B7286 color RGB value is (59,114,134).

  • red value is 59;
  • green value is 114;
  • blue value is 134.
RGB:
(59,114,134)
(23%,45%,53%)

RGB channels and saturation

R 59 of 255 = 23%
G 114 of 255 = 45%
B 134 of 255 = 53%

59
114
134

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

Portions of RGB colors in percentages

R + G + B =
59 + 114 + 134 = 307 (100%)
R 59 of 307 ~ 19.22%
G 114 of 307 ~ 37.13%
B 134 of 307 ~ 43.65%

%19.22
%37.13
%43.65

CMYK color model

#3B7286 color CMYK value is (56,15,0,47).

  • cyan value is 55.97%
  • magenta value is 14.93%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(56,15,0,47)
C56M15Y0K47 
(56%,15%,0%,47%)
(0.56/0.15/0.00/0.47)	

CMYK percentages

%55.97
%14.93
%0
%47.45

Codes

Color #3B7286 in popluar color models

3B7286
RGB59114134
HSL196°38.86%37.84%
HSB/HSV196°55.97%52.55%
CMYK55.97%14.93%0.00%
47.45%

Color #3B7286 in popluar number systems.

HEX3B7286
Decimal59114134
Binary111011111001010000110
Octal73162206

Shades and tints

Shades of #3B7286

#3B7286
(59,114,134)
#36687A
(54,104,122)
#315E6E
(49,94,110)
#2C5462
(44,84,98)
#274A56
(39,74,86)
#22404A
(34,64,74)
#1D363E
(29,54,62)
#182C32
(24,44,50)
#132226
(19,34,38)
#0E181A
(14,24,26)
#090E0E
(9,14,14)
#000000
(0,0,0)

Tints of #3B7286

#3B7286
(59,114,134)
#4C7E91
(76,126,145)
#5D8A9C
(93,138,156)
#6E96A7
(110,150,167)
#7FA2B2
(127,162,178)
#90AEBD
(144,174,189)
#A1BAC8
(161,186,200)
#B2C6D3
(178,198,211)
#C3D2DE
(195,210,222)
#D4DEE9
(212,222,233)
#E5EAF4
(229,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B7286 color. Also use rgb(59,114,134) instead hex code.

Text Font Color

.myTextColor { color: #3B7286; }

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

This text font color is #3B7286.


Background Color

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

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

This div background color is #3B7286.


Border color

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

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

This div border color is #3B7286.


Opacity

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

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

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

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

This text has shadow with #3B7286 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B7286 on black background.


Color preview on white background

This text has color #3B7286 on white background.



Black color preview on #3B7286 background

This text has black color on #3B7286 background.


White color preview on #3B7286 background

This text has white color on #3B7286 background.