COLOR #384395

HEX: #384395
RGB: (56,67,149)

Color info

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

RGB color model

#384395 color RGB value is (56,67,149).

  • red value is 56;
  • green value is 67;
  • blue value is 149.
RGB:
(56,67,149)
(22%,26%,58%)

RGB channels and saturation

R 56 of 255 = 22%
G 67 of 255 = 26%
B 149 of 255 = 58%

56
67
149

R + G + B ~ 35%. #384395 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 67 + 149 = 272 (100%)
R 56 of 272 ~ 20.59%
G 67 of 272 ~ 24.63%
B 149 of 272 ~ 54.78%

%20.59
%24.63
%54.78

CMYK color model

#384395 color CMYK value is (62,55,0,42).

  • cyan value is 62.42%
  • magenta value is 55.03%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(62,55,0,42)
C62M55Y0K42 
(62%,55%,0%,42%)
(0.62/0.55/0.00/0.42)	

CMYK percentages

%62.42
%55.03
%0
%41.57

Codes

Color #384395 in popluar color models

384395
RGB5667149
HSL233°45.37%40.20%
HSB/HSV233°62.42%58.43%
CMYK62.42%55.03%0.00%
41.57%

Color #384395 in popluar number systems.

HEX384395
Decimal5667149
Binary111000100001110010101
Octal70103225

Shades and tints

Shades of #384395

#384395
(56,67,149)
#333D88
(51,61,136)
#2E377B
(46,55,123)
#29316E
(41,49,110)
#242B61
(36,43,97)
#1F2554
(31,37,84)
#1A1F47
(26,31,71)
#15193A
(21,25,58)
#10132D
(16,19,45)
#0B0D20
(11,13,32)
#060713
(6,7,19)
#000000
(0,0,0)

Tints of #384395

#384395
(56,67,149)
#4A549E
(74,84,158)
#5C65A7
(92,101,167)
#6E76B0
(110,118,176)
#8087B9
(128,135,185)
#9298C2
(146,152,194)
#A4A9CB
(164,169,203)
#B6BAD4
(182,186,212)
#C8CBDD
(200,203,221)
#DADCE6
(218,220,230)
#ECEDEF
(236,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #384395 color. Also use rgb(56,67,149) instead hex code.

Text Font Color

.myTextColor { color: #384395; }

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

This text font color is #384395.


Background Color

.myBgColor { background-color: #384395; }

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

This div background color is #384395.


Border color

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

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

This div border color is #384395.


Opacity

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

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

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

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

This text has shadow with #384395 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #384395 on black background.


Color preview on white background

This text has color #384395 on white background.



Black color preview on #384395 background

This text has black color on #384395 background.


White color preview on #384395 background

This text has white color on #384395 background.