COLOR #383BDA

HEX: #383BDA
RGB: (56,59,218)

Color info

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

RGB color model

#383BDA color RGB value is (56,59,218).

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

RGB channels and saturation

R 56 of 255 = 22%
G 59 of 255 = 23%
B 218 of 255 = 85%

56
59
218

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

Portions of RGB colors in percentages

R + G + B =
56 + 59 + 218 = 333 (100%)
R 56 of 333 ~ 16.82%
G 59 of 333 ~ 17.72%
B 218 of 333 ~ 65.47%

%16.82
%17.72
%65.47

CMYK color model

#383BDA color CMYK value is (74,73,0,15).

  • cyan value is 74.31%
  • magenta value is 72.94%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(74,73,0,15)
C74M73Y0K15 
(74%,73%,0%,15%)
(0.74/0.73/0.00/0.15)	

CMYK percentages

%74.31
%72.94
%0
%14.51

Codes

Color #383BDA in popluar color models

383BDA
RGB5659218
HSL239°68.64%53.73%
HSB/HSV239°74.31%85.49%
CMYK74.31%72.94%0.00%
14.51%

Color #383BDA in popluar number systems.

HEX383BDA
Decimal5659218
Binary11100011101111011010
Octal7073332

Shades and tints

Shades of #383BDA

#383BDA
(56,59,218)
#3336C7
(51,54,199)
#2E31B4
(46,49,180)
#292CA1
(41,44,161)
#24278E
(36,39,142)
#1F227B
(31,34,123)
#1A1D68
(26,29,104)
#151855
(21,24,85)
#101342
(16,19,66)
#0B0E2F
(11,14,47)
#06091C
(6,9,28)
#000000
(0,0,0)

Tints of #383BDA

#383BDA
(56,59,218)
#4A4CDD
(74,76,221)
#5C5DE0
(92,93,224)
#6E6EE3
(110,110,227)
#807FE6
(128,127,230)
#9290E9
(146,144,233)
#A4A1EC
(164,161,236)
#B6B2EF
(182,178,239)
#C8C3F2
(200,195,242)
#DAD4F5
(218,212,245)
#ECE5F8
(236,229,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #383BDA; }

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

This text font color is #383BDA.


Background Color

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

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

This div background color is #383BDA.


Border color

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

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

This div border color is #383BDA.


Opacity

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

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

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

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

This text has shadow with #383BDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #383BDA on black background.


Color preview on white background

This text has color #383BDA on white background.



Black color preview on #383BDA background

This text has black color on #383BDA background.


White color preview on #383BDA background

This text has white color on #383BDA background.