COLOR #383B87

HEX: #383B87
RGB: (56,59,135)

Color info

#383B87 contains mainly blue color. Web safe color of #383B87 is #333399 (or #339).

RGB color model

#383B87 color RGB value is (56,59,135).

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

RGB channels and saturation

R 56 of 255 = 22%
G 59 of 255 = 23%
B 135 of 255 = 53%

56
59
135

R + G + B ~ 33%. #383B87 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 59 + 135 = 250 (100%)
R 56 of 250 ~ 22.4%
G 59 of 250 ~ 23.6%
B 135 of 250 ~ 54%

%22.4
%23.6
%54

CMYK color model

#383B87 color CMYK value is (59,56,0,47).

  • cyan value is 58.52%
  • magenta value is 56.30%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(59,56,0,47)
C59M56Y0K47 
(59%,56%,0%,47%)
(0.59/0.56/0.00/0.47)	

CMYK percentages

%58.52
%56.3
%0
%47.06

Codes

Color #383B87 in popluar color models

383B87
RGB5659135
HSL238°41.36%37.45%
HSB/HSV238°58.52%52.94%
CMYK58.52%56.30%0.00%
47.06%

Color #383B87 in popluar number systems.

HEX383B87
Decimal5659135
Binary11100011101110000111
Octal7073207

Shades and tints

Shades of #383B87

#383B87
(56,59,135)
#33367B
(51,54,123)
#2E316F
(46,49,111)
#292C63
(41,44,99)
#242757
(36,39,87)
#1F224B
(31,34,75)
#1A1D3F
(26,29,63)
#151833
(21,24,51)
#101327
(16,19,39)
#0B0E1B
(11,14,27)
#06090F
(6,9,15)
#000000
(0,0,0)

Tints of #383B87

#383B87
(56,59,135)
#4A4C91
(74,76,145)
#5C5D9B
(92,93,155)
#6E6EA5
(110,110,165)
#807FAF
(128,127,175)
#9290B9
(146,144,185)
#A4A1C3
(164,161,195)
#B6B2CD
(182,178,205)
#C8C3D7
(200,195,215)
#DAD4E1
(218,212,225)
#ECE5EB
(236,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #383B87 color. Also use rgb(56,59,135) instead hex code.

Text Font Color

.myTextColor { color: #383B87; }

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

This text font color is #383B87.


Background Color

.myBgColor { background-color: #383B87; }

<div style="background-color:#383B87">Inner text</div>

This div background color is #383B87.


Border color

.myBorderColor { border: 1px solid #383B87; }

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

This div border color is #383B87.


Opacity

.myOpacity80 { color: #383B87; opacity: 0.8; }

<p style="color:#383B87;opacity:0.8;">80%</p>

Text with #383B87 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 #383B87;}

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

This text has shadow with #383B87 color.

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

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

This text has shadow with #383B87 primary color and red secondary color.


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

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

This text has shadow with #383B87 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #383B87 on black background.


Color preview on white background

This text has color #383B87 on white background.



Black color preview on #383B87 background

This text has black color on #383B87 background.


White color preview on #383B87 background

This text has white color on #383B87 background.