COLOR #384EA8

HEX: #384EA8
RGB: (56,78,168)

Color info

#384EA8 contains mainly blue color. Web safe color of #384EA8 is #336699 (or #369).

RGB color model

#384EA8 color RGB value is (56,78,168).

  • red value is 56;
  • green value is 78;
  • blue value is 168.
RGB:
(56,78,168)
(22%,31%,66%)

RGB channels and saturation

R 56 of 255 = 22%
G 78 of 255 = 31%
B 168 of 255 = 66%

56
78
168

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

Portions of RGB colors in percentages

R + G + B =
56 + 78 + 168 = 302 (100%)
R 56 of 302 ~ 18.54%
G 78 of 302 ~ 25.83%
B 168 of 302 ~ 55.63%

%18.54
%25.83
%55.63

CMYK color model

#384EA8 color CMYK value is (67,54,0,34).

  • cyan value is 66.67%
  • magenta value is 53.57%
  • yellow value is 0.00%
  • key color value is 34.12%
CMYK:
(67,54,0,34)
C67M54Y0K34 
(67%,54%,0%,34%)
(0.67/0.54/0.00/0.34)	

CMYK percentages

%66.67
%53.57
%0
%34.12

Codes

Color #384EA8 in popluar color models

384EA8
RGB5678168
HSL228°50.00%43.92%
HSB/HSV228°66.67%65.88%
CMYK66.67%53.57%0.00%
34.12%

Color #384EA8 in popluar number systems.

HEX384EA8
Decimal5678168
Binary111000100111010101000
Octal70116250

Shades and tints

Shades of #384EA8

#384EA8
(56,78,168)
#334799
(51,71,153)
#2E408A
(46,64,138)
#29397B
(41,57,123)
#24326C
(36,50,108)
#1F2B5D
(31,43,93)
#1A244E
(26,36,78)
#151D3F
(21,29,63)
#101630
(16,22,48)
#0B0F21
(11,15,33)
#060812
(6,8,18)
#000000
(0,0,0)

Tints of #384EA8

#384EA8
(56,78,168)
#4A5EAF
(74,94,175)
#5C6EB6
(92,110,182)
#6E7EBD
(110,126,189)
#808EC4
(128,142,196)
#929ECB
(146,158,203)
#A4AED2
(164,174,210)
#B6BED9
(182,190,217)
#C8CEE0
(200,206,224)
#DADEE7
(218,222,231)
#ECEEEE
(236,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #384EA8; }

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

This text font color is #384EA8.


Background Color

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

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

This div background color is #384EA8.


Border color

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

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

This div border color is #384EA8.


Opacity

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

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

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

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

This text has shadow with #384EA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #384EA8 on black background.


Color preview on white background

This text has color #384EA8 on white background.



Black color preview on #384EA8 background

This text has black color on #384EA8 background.


White color preview on #384EA8 background

This text has white color on #384EA8 background.