COLOR #3B538E

HEX: #3B538E
RGB: (59,83,142)

Color info

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

RGB color model

#3B538E color RGB value is (59,83,142).

  • red value is 59;
  • green value is 83;
  • blue value is 142.
RGB:
(59,83,142)
(23%,33%,56%)

RGB channels and saturation

R 59 of 255 = 23%
G 83 of 255 = 33%
B 142 of 255 = 56%

59
83
142

R + G + B ~ 37%. #3B538E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 83 + 142 = 284 (100%)
R 59 of 284 ~ 20.77%
G 83 of 284 ~ 29.23%
B 142 of 284 ~ 50%

%20.77
%29.23
%50

CMYK color model

#3B538E color CMYK value is (58,42,0,44).

  • cyan value is 58.45%
  • magenta value is 41.55%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(58,42,0,44)
C58M42Y0K44 
(58%,42%,0%,44%)
(0.58/0.42/0.00/0.44)	

CMYK percentages

%58.45
%41.55
%0
%44.31

Codes

Color #3B538E in popluar color models

3B538E
RGB5983142
HSL223°41.29%39.41%
HSB/HSV223°58.45%55.69%
CMYK58.45%41.55%0.00%
44.31%

Color #3B538E in popluar number systems.

HEX3B538E
Decimal5983142
Binary111011101001110001110
Octal73123216

Shades and tints

Shades of #3B538E

#3B538E
(59,83,142)
#364C82
(54,76,130)
#314576
(49,69,118)
#2C3E6A
(44,62,106)
#27375E
(39,55,94)
#223052
(34,48,82)
#1D2946
(29,41,70)
#18223A
(24,34,58)
#131B2E
(19,27,46)
#0E1422
(14,20,34)
#090D16
(9,13,22)
#000000
(0,0,0)

Tints of #3B538E

#3B538E
(59,83,142)
#4C6298
(76,98,152)
#5D71A2
(93,113,162)
#6E80AC
(110,128,172)
#7F8FB6
(127,143,182)
#909EC0
(144,158,192)
#A1ADCA
(161,173,202)
#B2BCD4
(178,188,212)
#C3CBDE
(195,203,222)
#D4DAE8
(212,218,232)
#E5E9F2
(229,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B538E color. Also use rgb(59,83,142) instead hex code.

Text Font Color

.myTextColor { color: #3B538E; }

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

This text font color is #3B538E.


Background Color

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

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

This div background color is #3B538E.


Border color

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

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

This div border color is #3B538E.


Opacity

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

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

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

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

This text has shadow with #3B538E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B538E on black background.


Color preview on white background

This text has color #3B538E on white background.



Black color preview on #3B538E background

This text has black color on #3B538E background.


White color preview on #3B538E background

This text has white color on #3B538E background.