COLOR #3B5F93

HEX: #3B5F93
RGB: (59,95,147)

Color info

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

RGB color model

#3B5F93 color RGB value is (59,95,147).

  • red value is 59;
  • green value is 95;
  • blue value is 147.
RGB:
(59,95,147)
(23%,37%,58%)

RGB channels and saturation

R 59 of 255 = 23%
G 95 of 255 = 37%
B 147 of 255 = 58%

59
95
147

R + G + B ~ 39%. #3B5F93 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 95 + 147 = 301 (100%)
R 59 of 301 ~ 19.6%
G 95 of 301 ~ 31.56%
B 147 of 301 ~ 48.84%

%19.6
%31.56
%48.84

CMYK color model

#3B5F93 color CMYK value is (60,35,0,42).

  • cyan value is 59.86%
  • magenta value is 35.37%
  • yellow value is 0.00%
  • key color value is 42.35%
CMYK:
(60,35,0,42)
C60M35Y0K42 
(60%,35%,0%,42%)
(0.60/0.35/0.00/0.42)	

CMYK percentages

%59.86
%35.37
%0
%42.35

Codes

Color #3B5F93 in popluar color models

3B5F93
RGB5995147
HSL215°42.72%40.39%
HSB/HSV215°59.86%57.65%
CMYK59.86%35.37%0.00%
42.35%

Color #3B5F93 in popluar number systems.

HEX3B5F93
Decimal5995147
Binary111011101111110010011
Octal73137223

Shades and tints

Shades of #3B5F93

#3B5F93
(59,95,147)
#365786
(54,87,134)
#314F79
(49,79,121)
#2C476C
(44,71,108)
#273F5F
(39,63,95)
#223752
(34,55,82)
#1D2F45
(29,47,69)
#182738
(24,39,56)
#131F2B
(19,31,43)
#0E171E
(14,23,30)
#090F11
(9,15,17)
#000000
(0,0,0)

Tints of #3B5F93

#3B5F93
(59,95,147)
#4C6D9C
(76,109,156)
#5D7BA5
(93,123,165)
#6E89AE
(110,137,174)
#7F97B7
(127,151,183)
#90A5C0
(144,165,192)
#A1B3C9
(161,179,201)
#B2C1D2
(178,193,210)
#C3CFDB
(195,207,219)
#D4DDE4
(212,221,228)
#E5EBED
(229,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B5F93 color. Also use rgb(59,95,147) instead hex code.

Text Font Color

.myTextColor { color: #3B5F93; }

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

This text font color is #3B5F93.


Background Color

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

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

This div background color is #3B5F93.


Border color

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

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

This div border color is #3B5F93.


Opacity

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

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

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

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

This text has shadow with #3B5F93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B5F93 on black background.


Color preview on white background

This text has color #3B5F93 on white background.



Black color preview on #3B5F93 background

This text has black color on #3B5F93 background.


White color preview on #3B5F93 background

This text has white color on #3B5F93 background.