COLOR #384CC3

HEX: #384CC3
RGB: (56,76,195)

Color info

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

RGB color model

#384CC3 color RGB value is (56,76,195).

  • red value is 56;
  • green value is 76;
  • blue value is 195.
RGB:
(56,76,195)
(22%,30%,76%)

RGB channels and saturation

R 56 of 255 = 22%
G 76 of 255 = 30%
B 195 of 255 = 76%

56
76
195

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

Portions of RGB colors in percentages

R + G + B =
56 + 76 + 195 = 327 (100%)
R 56 of 327 ~ 17.13%
G 76 of 327 ~ 23.24%
B 195 of 327 ~ 59.63%

%17.13
%23.24
%59.63

CMYK color model

#384CC3 color CMYK value is (71,61,0,24).

  • cyan value is 71.28%
  • magenta value is 61.03%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK:
(71,61,0,24)
C71M61Y0K24 
(71%,61%,0%,24%)
(0.71/0.61/0.00/0.24)	

CMYK percentages

%71.28
%61.03
%0
%23.53

Codes

Color #384CC3 in popluar color models

384CC3
RGB5676195
HSL231°55.38%49.22%
HSB/HSV231°71.28%76.47%
CMYK71.28%61.03%0.00%
23.53%

Color #384CC3 in popluar number systems.

HEX384CC3
Decimal5676195
Binary111000100110011000011
Octal70114303

Shades and tints

Shades of #384CC3

#384CC3
(56,76,195)
#3346B2
(51,70,178)
#2E40A1
(46,64,161)
#293A90
(41,58,144)
#24347F
(36,52,127)
#1F2E6E
(31,46,110)
#1A285D
(26,40,93)
#15224C
(21,34,76)
#101C3B
(16,28,59)
#0B162A
(11,22,42)
#061019
(6,16,25)
#000000
(0,0,0)

Tints of #384CC3

#384CC3
(56,76,195)
#4A5CC8
(74,92,200)
#5C6CCD
(92,108,205)
#6E7CD2
(110,124,210)
#808CD7
(128,140,215)
#929CDC
(146,156,220)
#A4ACE1
(164,172,225)
#B6BCE6
(182,188,230)
#C8CCEB
(200,204,235)
#DADCF0
(218,220,240)
#ECECF5
(236,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #384CC3 color. Also use rgb(56,76,195) instead hex code.

Text Font Color

.myTextColor { color: #384CC3; }

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

This text font color is #384CC3.


Background Color

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

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

This div background color is #384CC3.


Border color

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

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

This div border color is #384CC3.


Opacity

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

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

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

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

This text has shadow with #384CC3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #384CC3 on black background.


Color preview on white background

This text has color #384CC3 on white background.



Black color preview on #384CC3 background

This text has black color on #384CC3 background.


White color preview on #384CC3 background

This text has white color on #384CC3 background.