COLOR #384F9A

HEX: #384F9A
RGB: (56,79,154)

Color info

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

RGB color model

#384F9A color RGB value is (56,79,154).

  • red value is 56;
  • green value is 79;
  • blue value is 154.
RGB:
(56,79,154)
(22%,31%,60%)

RGB channels and saturation

R 56 of 255 = 22%
G 79 of 255 = 31%
B 154 of 255 = 60%

56
79
154

R + G + B ~ 38%. #384F9A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 79 + 154 = 289 (100%)
R 56 of 289 ~ 19.38%
G 79 of 289 ~ 27.34%
B 154 of 289 ~ 53.29%

%19.38
%27.34
%53.29

CMYK color model

#384F9A color CMYK value is (64,49,0,40).

  • cyan value is 63.64%
  • magenta value is 48.70%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(64,49,0,40)
C64M49Y0K40 
(64%,49%,0%,40%)
(0.64/0.49/0.00/0.40)	

CMYK percentages

%63.64
%48.7
%0
%39.61

Codes

Color #384F9A in popluar color models

384F9A
RGB5679154
HSL226°46.67%41.18%
HSB/HSV226°63.64%60.39%
CMYK63.64%48.70%0.00%
39.61%

Color #384F9A in popluar number systems.

HEX384F9A
Decimal5679154
Binary111000100111110011010
Octal70117232

Shades and tints

Shades of #384F9A

#384F9A
(56,79,154)
#33488C
(51,72,140)
#2E417E
(46,65,126)
#293A70
(41,58,112)
#243362
(36,51,98)
#1F2C54
(31,44,84)
#1A2546
(26,37,70)
#151E38
(21,30,56)
#10172A
(16,23,42)
#0B101C
(11,16,28)
#06090E
(6,9,14)
#000000
(0,0,0)

Tints of #384F9A

#384F9A
(56,79,154)
#4A5FA3
(74,95,163)
#5C6FAC
(92,111,172)
#6E7FB5
(110,127,181)
#808FBE
(128,143,190)
#929FC7
(146,159,199)
#A4AFD0
(164,175,208)
#B6BFD9
(182,191,217)
#C8CFE2
(200,207,226)
#DADFEB
(218,223,235)
#ECEFF4
(236,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #384F9A color. Also use rgb(56,79,154) instead hex code.

Text Font Color

.myTextColor { color: #384F9A; }

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

This text font color is #384F9A.


Background Color

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

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

This div background color is #384F9A.


Border color

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

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

This div border color is #384F9A.


Opacity

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

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

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

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

This text has shadow with #384F9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #384F9A on black background.


Color preview on white background

This text has color #384F9A on white background.



Black color preview on #384F9A background

This text has black color on #384F9A background.


White color preview on #384F9A background

This text has white color on #384F9A background.