COLOR #383A97

HEX: #383A97
RGB: (56,58,151)

Color info

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

RGB color model

#383A97 color RGB value is (56,58,151).

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

RGB channels and saturation

R 56 of 255 = 22%
G 58 of 255 = 23%
B 151 of 255 = 59%

56
58
151

R + G + B ~ 35%. #383A97 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 58 + 151 = 265 (100%)
R 56 of 265 ~ 21.13%
G 58 of 265 ~ 21.89%
B 151 of 265 ~ 56.98%

%21.13
%21.89
%56.98

CMYK color model

#383A97 color CMYK value is (63,62,0,41).

  • cyan value is 62.91%
  • magenta value is 61.59%
  • yellow value is 0.00%
  • key color value is 40.78%
CMYK:
(63,62,0,41)
C63M62Y0K41 
(63%,62%,0%,41%)
(0.63/0.62/0.00/0.41)	

CMYK percentages

%62.91
%61.59
%0
%40.78

Codes

Color #383A97 in popluar color models

383A97
RGB5658151
HSL239°45.89%40.59%
HSB/HSV239°62.91%59.22%
CMYK62.91%61.59%0.00%
40.78%

Color #383A97 in popluar number systems.

HEX383A97
Decimal5658151
Binary11100011101010010111
Octal7072227

Shades and tints

Shades of #383A97

#383A97
(56,58,151)
#33358A
(51,53,138)
#2E307D
(46,48,125)
#292B70
(41,43,112)
#242663
(36,38,99)
#1F2156
(31,33,86)
#1A1C49
(26,28,73)
#15173C
(21,23,60)
#10122F
(16,18,47)
#0B0D22
(11,13,34)
#060815
(6,8,21)
#000000
(0,0,0)

Tints of #383A97

#383A97
(56,58,151)
#4A4BA0
(74,75,160)
#5C5CA9
(92,92,169)
#6E6DB2
(110,109,178)
#807EBB
(128,126,187)
#928FC4
(146,143,196)
#A4A0CD
(164,160,205)
#B6B1D6
(182,177,214)
#C8C2DF
(200,194,223)
#DAD3E8
(218,211,232)
#ECE4F1
(236,228,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #383A97 color. Also use rgb(56,58,151) instead hex code.

Text Font Color

.myTextColor { color: #383A97; }

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

This text font color is #383A97.


Background Color

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

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

This div background color is #383A97.


Border color

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

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

This div border color is #383A97.


Opacity

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

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

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

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

This text has shadow with #383A97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #383A97 on black background.


Color preview on white background

This text has color #383A97 on white background.



Black color preview on #383A97 background

This text has black color on #383A97 background.


White color preview on #383A97 background

This text has white color on #383A97 background.