COLOR #3B387C

HEX: #3B387C
RGB: (59,56,124)

Color info

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

RGB color model

#3B387C color RGB value is (59,56,124).

  • red value is 59;
  • green value is 56;
  • blue value is 124.
RGB:
(59,56,124)
(23%,22%,49%)

RGB channels and saturation

R 59 of 255 = 23%
G 56 of 255 = 22%
B 124 of 255 = 49%

59
56
124

R + G + B ~ 31%. #3B387C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
59 + 56 + 124 = 239 (100%)
R 59 of 239 ~ 24.69%
G 56 of 239 ~ 23.43%
B 124 of 239 ~ 51.88%

%24.69
%23.43
%51.88

CMYK color model

#3B387C color CMYK value is (52,55,0,51).

  • cyan value is 52.42%
  • magenta value is 54.84%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(52,55,0,51)
C52M55Y0K51 
(52%,55%,0%,51%)
(0.52/0.55/0.00/0.51)	

CMYK percentages

%52.42
%54.84
%0
%51.37

Codes

Color #3B387C in popluar color models

3B387C
RGB5956124
HSL243°37.78%35.29%
HSB/HSV243°54.84%48.63%
CMYK52.42%54.84%0.00%
51.37%

Color #3B387C in popluar number systems.

HEX3B387C
Decimal5956124
Binary1110111110001111100
Octal7370174

Shades and tints

Shades of #3B387C

#3B387C
(59,56,124)
#363371
(54,51,113)
#312E66
(49,46,102)
#2C295B
(44,41,91)
#272450
(39,36,80)
#221F45
(34,31,69)
#1D1A3A
(29,26,58)
#18152F
(24,21,47)
#131024
(19,16,36)
#0E0B19
(14,11,25)
#09060E
(9,6,14)
#000000
(0,0,0)

Tints of #3B387C

#3B387C
(59,56,124)
#4C4A87
(76,74,135)
#5D5C92
(93,92,146)
#6E6E9D
(110,110,157)
#7F80A8
(127,128,168)
#9092B3
(144,146,179)
#A1A4BE
(161,164,190)
#B2B6C9
(178,182,201)
#C3C8D4
(195,200,212)
#D4DADF
(212,218,223)
#E5ECEA
(229,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B387C color. Also use rgb(59,56,124) instead hex code.

Text Font Color

.myTextColor { color: #3B387C; }

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

This text font color is #3B387C.


Background Color

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

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

This div background color is #3B387C.


Border color

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

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

This div border color is #3B387C.


Opacity

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

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

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

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

This text has shadow with #3B387C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B387C on black background.


Color preview on white background

This text has color #3B387C on white background.



Black color preview on #3B387C background

This text has black color on #3B387C background.


White color preview on #3B387C background

This text has white color on #3B387C background.