COLOR #383CA3

HEX: #383CA3
RGB: (56,60,163)

Color info

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

RGB color model

#383CA3 color RGB value is (56,60,163).

  • red value is 56;
  • green value is 60;
  • blue value is 163.
RGB:
(56,60,163)
(22%,24%,64%)

RGB channels and saturation

R 56 of 255 = 22%
G 60 of 255 = 24%
B 163 of 255 = 64%

56
60
163

R + G + B ~ 37%. #383CA3 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 60 + 163 = 279 (100%)
R 56 of 279 ~ 20.07%
G 60 of 279 ~ 21.51%
B 163 of 279 ~ 58.42%

%20.07
%21.51
%58.42

CMYK color model

#383CA3 color CMYK value is (66,63,0,36).

  • cyan value is 65.64%
  • magenta value is 63.19%
  • yellow value is 0.00%
  • key color value is 36.08%
CMYK:
(66,63,0,36)
C66M63Y0K36 
(66%,63%,0%,36%)
(0.66/0.63/0.00/0.36)	

CMYK percentages

%65.64
%63.19
%0
%36.08

Codes

Color #383CA3 in popluar color models

383CA3
RGB5660163
HSL238°48.86%42.94%
HSB/HSV238°65.64%63.92%
CMYK65.64%63.19%0.00%
36.08%

Color #383CA3 in popluar number systems.

HEX383CA3
Decimal5660163
Binary11100011110010100011
Octal7074243

Shades and tints

Shades of #383CA3

#383CA3
(56,60,163)
#333795
(51,55,149)
#2E3287
(46,50,135)
#292D79
(41,45,121)
#24286B
(36,40,107)
#1F235D
(31,35,93)
#1A1E4F
(26,30,79)
#151941
(21,25,65)
#101433
(16,20,51)
#0B0F25
(11,15,37)
#060A17
(6,10,23)
#000000
(0,0,0)

Tints of #383CA3

#383CA3
(56,60,163)
#4A4DAB
(74,77,171)
#5C5EB3
(92,94,179)
#6E6FBB
(110,111,187)
#8080C3
(128,128,195)
#9291CB
(146,145,203)
#A4A2D3
(164,162,211)
#B6B3DB
(182,179,219)
#C8C4E3
(200,196,227)
#DAD5EB
(218,213,235)
#ECE6F3
(236,230,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #383CA3 color. Also use rgb(56,60,163) instead hex code.

Text Font Color

.myTextColor { color: #383CA3; }

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

This text font color is #383CA3.


Background Color

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

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

This div background color is #383CA3.


Border color

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

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

This div border color is #383CA3.


Opacity

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

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

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

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

This text has shadow with #383CA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #383CA3 on black background.


Color preview on white background

This text has color #383CA3 on white background.



Black color preview on #383CA3 background

This text has black color on #383CA3 background.


White color preview on #383CA3 background

This text has white color on #383CA3 background.