COLOR #384381

HEX: #384381 RGB: (56,67,129)

Color info

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

RGB color model

#384381 color RGB value is (56,67,129).

RGB: (56,67,129) (22%, 26%, 51%)

RGB channels and saturation

R 56 of 255 = 22%
G 67 of 255 = 26%
B 129 of 255 = 51%

56
67
129

R + G + B ~ 33%. #384381 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 56 + 67 + 129 = 252 (100%)
R 56 of 252 ~ 22.22%
G 67 of 252 ~ 26.59%
B 129 of 252 ~ 51.19'%

%22.22
%26.59
%51.19

CMYK color model

#384381 color CMYK value is (57,48,0,49).

  • cyan value is 56.59%
  • magenta value is 48.06%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK: (57,48,0,49) C57M48Y0K49 (57%,48%,0%,49%) (0.57/0.48/0.00/0.49) 

CMYK percentages

%56.59
%48.06
%0
%49.41

Codes

Color #384381 in popluar color models

38 43 81
RGB 56 67 129
HSL 231° 39.46% 36.27%
HSB/HSV 231° 56.59% 50.59%
CMYK 56.59% 48.06% 0.00%
49.41%

Color #384381 in popluar number systems.

HEX 38 43 81
Decimal 56 67 129
Binary 111000 1000011 10000001
Octal 70 103 201

Shades and tints

Shades of #384381

#384381
(56,67,129)
#333D76
(51,61,118)
#2E376B
(46,55,107)
#293160
(41,49,96)
#242B55
(36,43,85)
#1F254A
(31,37,74)
#1A1F3F
(26,31,63)
#151934
(21,25,52)
#101329
(16,19,41)
#0B0D1E
(11,13,30)
#060713
(6,7,19)
#000000
(0,0,0)

Tints of #384381

#384381
(56,67,129)
#4A548C
(74,84,140)
#5C6597
(92,101,151)
#6E76A2
(110,118,162)
#8087AD
(128,135,173)
#9298B8
(146,152,184)
#A4A9C3
(164,169,195)
#B6BACE
(182,186,206)
#C8CBD9
(200,203,217)
#DADCE4
(218,220,228)
#ECEDEF
(236,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #384381; }

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

This text font color is #384381.

Background Color

.myBgColor { background-color: #384381; }

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

This div background color is #384381.

Border color

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

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

This div border color is #384381.

Opacity

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

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

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

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

This text has shadow with #384381 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #384381.

Preview

Color preview on black background

This text has color #384381 on black background.


Color preview on white background

This text has color #384381 on white background.


Black color preview on #384381 background

This text has black color on #384381 background.


White color preview on #384381 background

This text has white color on #384381 background.


Related colors

Complementary color

Complementary color for #hex is #C7BC7E.


I love getcolorcode.com

Triadic colors

1 #813843 and #438138 with #384381 are triadic colors.

2 #814338 and #433881 with #384381 are triadic colors.