COLOR #384EBC

HEX: #384EBC RGB: (56,78,188)

Color info

#384EBC contains mainly blue color. Web safe color of #384EBC is #3366CC (or #36C).

RGB color model

#384EBC color RGB value is (56,78,188).

RGB: (56,78,188) (22%, 31%, 74%)

RGB channels and saturation

R 56 of 255 = 22%
G 78 of 255 = 31%
B 188 of 255 = 74%

56
78
188

R + G + B ~ 42%. #384EBC is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 56 + 78 + 188 = 322 (100%)
R 56 of 322 ~ 17.39%
G 78 of 322 ~ 24.22%
B 188 of 322 ~ 58.39'%

%17.39
%24.22
%58.39

CMYK color model

#384EBC color CMYK value is (70,59,0,26).

  • cyan value is 70.21%
  • magenta value is 58.51%
  • yellow value is 0.00%
  • key color value is 26.27%

CMYK: (70,59,0,26)
C70M59Y0K26 (70%, 59%, 0%, 26%)
(0.70 / 0.59 / 0.00 / 0.26)

CMYK percentages

%70.21
%58.51
%0
%26.27

Codes

Color #384EBC in popluar color models

38 4E BC
RGB 56 78 188
HSL 230° 54.10% 47.84%
HSB/HSV 230° 70.21% 73.73%
CMYK 70.21% 58.51% 0.00%
26.27%

Color #384EBC in popluar number systems.

HEX 38 4E BC
Decimal 56 78 188
Binary 111000 1001110 10111100
Octal 70 116 274

Shades and tints

Shades of #384EBC

#384EBC
(56,78,188)
#3347AB
(51,71,171)
#2E409A
(46,64,154)
#293989
(41,57,137)
#243278
(36,50,120)
#1F2B67
(31,43,103)
#1A2456
(26,36,86)
#151D45
(21,29,69)
#101634
(16,22,52)
#0B0F23
(11,15,35)
#060812
(6,8,18)
#000000
(0,0,0)

Tints of #384EBC

#384EBC
(56,78,188)
#4A5EC2
(74,94,194)
#5C6EC8
(92,110,200)
#6E7ECE
(110,126,206)
#808ED4
(128,142,212)
#929EDA
(146,158,218)
#A4AEE0
(164,174,224)
#B6BEE6
(182,190,230)
#C8CEEC
(200,206,236)
#DADEF2
(218,222,242)
#ECEEF8
(236,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #384EBC color. Also use rgb(56,78,188) instead hex code.

Text Font Color

.myTextColor { color: #384EBC; }

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

This text font color is #384EBC.

Background Color

.myBgColor { background-color: #384EBC; }

<div style="background-color:#384EBC">Inner text</div>

This div background color is #384EBC.

Border color

.myBorderColor { border: 1px solid #384EBC; }

<div style="border:3px solid #384EBC">Div</div>

This div border color is #384EBC.

Opacity

.myOpacity80 { color: #384EBC; opacity: 0.8; }

<p style="color:#384EBC;opacity:0.8;">80%</p>

Text with #384EBC 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 #384EBC;}

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

This text has shadow with #384EBC color.


.textShadow {text-shadow: 3px 3px 1px #384EBC', 3px 3px 1px red;}

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

This text has shadow with #384EBC primary color and red secondary color.


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

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

This text has shadow with #384EBC and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #384EBC; -webkit-box-shadow: 1px 1px 3px 2px #384EBC; box-shadow:1px 1px 3px 2px #384EBC;">
Div content here
</div>

This div box has shadow with color #384EBC.

Preview

Color preview on black background

This text has color #384EBC on black background.


Color preview on white background

This text has color #384EBC on white background.


Black color preview on #384EBC background

This text has black color on #384EBC background.


White color preview on #384EBC background

This text has white color on #384EBC background.


Related colors

Complementary color

Complementary color for #hex is #C7B143.


I love getcolorcode.com

Triadic colors

1 #BC384E and #4EBC38 with #384EBC are triadic colors.

2 #BC4E38 and #4E38BC with #384EBC are triadic colors.