COLOR #3B277D

HEX: #3B277D
RGB: (59,39,125)

Color info

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

RGB color model

#3B277D color RGB value is (59,39,125).

  • red value is 59;
  • green value is 39;
  • blue value is 125.
RGB:
(59,39,125)
(23%,15%,49%)

RGB channels and saturation

R 59 of 255 = 23%
G 39 of 255 = 15%
B 125 of 255 = 49%

59
39
125

R + G + B ~ 29%. #3B277D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 39 + 125 = 223 (100%)
R 59 of 223 ~ 26.46%
G 39 of 223 ~ 17.49%
B 125 of 223 ~ 56.05%

%26.46
%17.49
%56.05

CMYK color model

#3B277D color CMYK value is (53,69,0,51).

  • cyan value is 52.80%
  • magenta value is 68.80%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(53,69,0,51)
C53M69Y0K51 
(53%,69%,0%,51%)
(0.53/0.69/0.00/0.51)	

CMYK percentages

%52.8
%68.8
%0
%50.98

Codes

Color #3B277D in popluar color models

3B277D
RGB5939125
HSL254°52.44%32.16%
HSB/HSV254°68.80%49.02%
CMYK52.80%68.80%0.00%
50.98%

Color #3B277D in popluar number systems.

HEX3B277D
Decimal5939125
Binary1110111001111111101
Octal7347175

Shades and tints

Shades of #3B277D

#3B277D
(59,39,125)
#362472
(54,36,114)
#312167
(49,33,103)
#2C1E5C
(44,30,92)
#271B51
(39,27,81)
#221846
(34,24,70)
#1D153B
(29,21,59)
#181230
(24,18,48)
#130F25
(19,15,37)
#0E0C1A
(14,12,26)
#09090F
(9,9,15)
#000000
(0,0,0)

Tints of #3B277D

#3B277D
(59,39,125)
#4C3A88
(76,58,136)
#5D4D93
(93,77,147)
#6E609E
(110,96,158)
#7F73A9
(127,115,169)
#9086B4
(144,134,180)
#A199BF
(161,153,191)
#B2ACCA
(178,172,202)
#C3BFD5
(195,191,213)
#D4D2E0
(212,210,224)
#E5E5EB
(229,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B277D color. Also use rgb(59,39,125) instead hex code.

Text Font Color

.myTextColor { color: #3B277D; }

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

This text font color is #3B277D.


Background Color

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

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

This div background color is #3B277D.


Border color

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

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

This div border color is #3B277D.


Opacity

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

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

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

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

This text has shadow with #3B277D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B277D on black background.


Color preview on white background

This text has color #3B277D on white background.



Black color preview on #3B277D background

This text has black color on #3B277D background.


White color preview on #3B277D background

This text has white color on #3B277D background.