COLOR #383BC9

HEX: #383BC9
RGB: (56,59,201)

Color info

#383BC9 contains mainly blue color. Web safe color of #383BC9 is #3333CC (or #33C).

RGB color model

#383BC9 color RGB value is (56,59,201).

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

RGB channels and saturation

R 56 of 255 = 22%
G 59 of 255 = 23%
B 201 of 255 = 79%

56
59
201

R + G + B ~ 41%. #383BC9 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
56 + 59 + 201 = 316 (100%)
R 56 of 316 ~ 17.72%
G 59 of 316 ~ 18.67%
B 201 of 316 ~ 63.61%

%17.72
%18.67
%63.61

CMYK color model

#383BC9 color CMYK value is (72,71,0,21).

  • cyan value is 72.14%
  • magenta value is 70.65%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(72,71,0,21)
C72M71Y0K21 
(72%,71%,0%,21%)
(0.72/0.71/0.00/0.21)	

CMYK percentages

%72.14
%70.65
%0
%21.18

Codes

Color #383BC9 in popluar color models

383BC9
RGB5659201
HSL239°57.31%50.39%
HSB/HSV239°72.14%78.82%
CMYK72.14%70.65%0.00%
21.18%

Color #383BC9 in popluar number systems.

HEX383BC9
Decimal5659201
Binary11100011101111001001
Octal7073311

Shades and tints

Shades of #383BC9

#383BC9
(56,59,201)
#3336B7
(51,54,183)
#2E31A5
(46,49,165)
#292C93
(41,44,147)
#242781
(36,39,129)
#1F226F
(31,34,111)
#1A1D5D
(26,29,93)
#15184B
(21,24,75)
#101339
(16,19,57)
#0B0E27
(11,14,39)
#060915
(6,9,21)
#000000
(0,0,0)

Tints of #383BC9

#383BC9
(56,59,201)
#4A4CCD
(74,76,205)
#5C5DD1
(92,93,209)
#6E6ED5
(110,110,213)
#807FD9
(128,127,217)
#9290DD
(146,144,221)
#A4A1E1
(164,161,225)
#B6B2E5
(182,178,229)
#C8C3E9
(200,195,233)
#DAD4ED
(218,212,237)
#ECE5F1
(236,229,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #383BC9; }

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

This text font color is #383BC9.


Background Color

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

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

This div background color is #383BC9.


Border color

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

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

This div border color is #383BC9.


Opacity

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

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

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

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

This text has shadow with #383BC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #383BC9 on black background.


Color preview on white background

This text has color #383BC9 on white background.



Black color preview on #383BC9 background

This text has black color on #383BC9 background.


White color preview on #383BC9 background

This text has white color on #383BC9 background.