COLOR #3B439E

HEX: #3B439E
RGB: (59,67,158)

Color info

#3B439E contains mainly blue color. Web safe color of #3B439E is #333399 (or #339).

RGB color model

#3B439E color RGB value is (59,67,158).

  • red value is 59;
  • green value is 67;
  • blue value is 158.
RGB:
(59,67,158)
(23%,26%,62%)

RGB channels and saturation

R 59 of 255 = 23%
G 67 of 255 = 26%
B 158 of 255 = 62%

59
67
158

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

Portions of RGB colors in percentages

R + G + B =
59 + 67 + 158 = 284 (100%)
R 59 of 284 ~ 20.77%
G 67 of 284 ~ 23.59%
B 158 of 284 ~ 55.63%

%20.77
%23.59
%55.63

CMYK color model

#3B439E color CMYK value is (63,58,0,38).

  • cyan value is 62.66%
  • magenta value is 57.59%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(63,58,0,38)
C63M58Y0K38 
(63%,58%,0%,38%)
(0.63/0.58/0.00/0.38)	

CMYK percentages

%62.66
%57.59
%0
%38.04

Codes

Color #3B439E in popluar color models

3B439E
RGB5967158
HSL235°45.62%42.55%
HSB/HSV235°62.66%61.96%
CMYK62.66%57.59%0.00%
38.04%

Color #3B439E in popluar number systems.

HEX3B439E
Decimal5967158
Binary111011100001110011110
Octal73103236

Shades and tints

Shades of #3B439E

#3B439E
(59,67,158)
#363D90
(54,61,144)
#313782
(49,55,130)
#2C3174
(44,49,116)
#272B66
(39,43,102)
#222558
(34,37,88)
#1D1F4A
(29,31,74)
#18193C
(24,25,60)
#13132E
(19,19,46)
#0E0D20
(14,13,32)
#090712
(9,7,18)
#000000
(0,0,0)

Tints of #3B439E

#3B439E
(59,67,158)
#4C54A6
(76,84,166)
#5D65AE
(93,101,174)
#6E76B6
(110,118,182)
#7F87BE
(127,135,190)
#9098C6
(144,152,198)
#A1A9CE
(161,169,206)
#B2BAD6
(178,186,214)
#C3CBDE
(195,203,222)
#D4DCE6
(212,220,230)
#E5EDEE
(229,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B439E color. Also use rgb(59,67,158) instead hex code.

Text Font Color

.myTextColor { color: #3B439E; }

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

This text font color is #3B439E.


Background Color

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

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

This div background color is #3B439E.


Border color

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

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

This div border color is #3B439E.


Opacity

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

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

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

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

This text has shadow with #3B439E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B439E on black background.


Color preview on white background

This text has color #3B439E on white background.



Black color preview on #3B439E background

This text has black color on #3B439E background.


White color preview on #3B439E background

This text has white color on #3B439E background.