COLOR #3B407F

HEX: #3B407F
RGB: (59,64,127)

Color info

#3B407F contains mainly blue color. Web safe color of #3B407F is #333366 (or #336).

RGB color model

#3B407F color RGB value is (59,64,127).

  • red value is 59;
  • green value is 64;
  • blue value is 127.
RGB:
(59,64,127)
(23%,25%,50%)

RGB channels and saturation

R 59 of 255 = 23%
G 64 of 255 = 25%
B 127 of 255 = 50%

59
64
127

R + G + B ~ 33%. #3B407F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 64 + 127 = 250 (100%)
R 59 of 250 ~ 23.6%
G 64 of 250 ~ 25.6%
B 127 of 250 ~ 50.8%

%23.6
%25.6
%50.8

CMYK color model

#3B407F color CMYK value is (54,50,0,50).

  • cyan value is 53.54%
  • magenta value is 49.61%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(54,50,0,50)
C54M50Y0K50 
(54%,50%,0%,50%)
(0.54/0.50/0.00/0.50)	

CMYK percentages

%53.54
%49.61
%0
%50.2

Codes

Color #3B407F in popluar color models

3B407F
RGB5964127
HSL236°36.56%36.47%
HSB/HSV236°53.54%49.80%
CMYK53.54%49.61%0.00%
50.20%

Color #3B407F in popluar number systems.

HEX3B407F
Decimal5964127
Binary11101110000001111111
Octal73100177

Shades and tints

Shades of #3B407F

#3B407F
(59,64,127)
#363B74
(54,59,116)
#313669
(49,54,105)
#2C315E
(44,49,94)
#272C53
(39,44,83)
#222748
(34,39,72)
#1D223D
(29,34,61)
#181D32
(24,29,50)
#131827
(19,24,39)
#0E131C
(14,19,28)
#090E11
(9,14,17)
#000000
(0,0,0)

Tints of #3B407F

#3B407F
(59,64,127)
#4C518A
(76,81,138)
#5D6295
(93,98,149)
#6E73A0
(110,115,160)
#7F84AB
(127,132,171)
#9095B6
(144,149,182)
#A1A6C1
(161,166,193)
#B2B7CC
(178,183,204)
#C3C8D7
(195,200,215)
#D4D9E2
(212,217,226)
#E5EAED
(229,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B407F color. Also use rgb(59,64,127) instead hex code.

Text Font Color

.myTextColor { color: #3B407F; }

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

This text font color is #3B407F.


Background Color

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

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

This div background color is #3B407F.


Border color

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

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

This div border color is #3B407F.


Opacity

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

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

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

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

This text has shadow with #3B407F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B407F on black background.


Color preview on white background

This text has color #3B407F on white background.



Black color preview on #3B407F background

This text has black color on #3B407F background.


White color preview on #3B407F background

This text has white color on #3B407F background.