COLOR #384990

HEX: #384990
RGB: (56,73,144)

Color info

#384990 contains mainly blue color. Web safe color of #384990 is #333399 (or #339).

RGB color model

#384990 color RGB value is (56,73,144).

  • red value is 56;
  • green value is 73;
  • blue value is 144.
RGB:
(56,73,144)
(22%,29%,56%)

RGB channels and saturation

R 56 of 255 = 22%
G 73 of 255 = 29%
B 144 of 255 = 56%

56
73
144

R + G + B ~ 36%. #384990 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 73 + 144 = 273 (100%)
R 56 of 273 ~ 20.51%
G 73 of 273 ~ 26.74%
B 144 of 273 ~ 52.75%

%20.51
%26.74
%52.75

CMYK color model

#384990 color CMYK value is (61,49,0,44).

  • cyan value is 61.11%
  • magenta value is 49.31%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(61,49,0,44)
C61M49Y0K44 
(61%,49%,0%,44%)
(0.61/0.49/0.00/0.44)	

CMYK percentages

%61.11
%49.31
%0
%43.53

Codes

Color #384990 in popluar color models

384990
RGB5673144
HSL228°44.00%39.22%
HSB/HSV228°61.11%56.47%
CMYK61.11%49.31%0.00%
43.53%

Color #384990 in popluar number systems.

HEX384990
Decimal5673144
Binary111000100100110010000
Octal70111220

Shades and tints

Shades of #384990

#384990
(56,73,144)
#334383
(51,67,131)
#2E3D76
(46,61,118)
#293769
(41,55,105)
#24315C
(36,49,92)
#1F2B4F
(31,43,79)
#1A2542
(26,37,66)
#151F35
(21,31,53)
#101928
(16,25,40)
#0B131B
(11,19,27)
#060D0E
(6,13,14)
#000000
(0,0,0)

Tints of #384990

#384990
(56,73,144)
#4A599A
(74,89,154)
#5C69A4
(92,105,164)
#6E79AE
(110,121,174)
#8089B8
(128,137,184)
#9299C2
(146,153,194)
#A4A9CC
(164,169,204)
#B6B9D6
(182,185,214)
#C8C9E0
(200,201,224)
#DAD9EA
(218,217,234)
#ECE9F4
(236,233,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #384990 color. Also use rgb(56,73,144) instead hex code.

Text Font Color

.myTextColor { color: #384990; }

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

This text font color is #384990.


Background Color

.myBgColor { background-color: #384990; }

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

This div background color is #384990.


Border color

.myBorderColor { border: 1px solid #384990; }

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

This div border color is #384990.


Opacity

.myOpacity80 { color: #384990; opacity: 0.8; }

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

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

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

This text has shadow with #384990 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #384990 on black background.


Color preview on white background

This text has color #384990 on white background.



Black color preview on #384990 background

This text has black color on #384990 background.


White color preview on #384990 background

This text has white color on #384990 background.