COLOR #384A84

HEX: #384A84 RGB: (56,74,132)

Color info

#384A84 contains mainly green and blue colors. Web safe color of #384A84 is #333399 (or #339).

RGB color model

#384A84 color RGB value is (56,74,132).

RGB: (56,74,132) (22%, 29%, 52%)

RGB channels and saturation

R 56 of 255 = 22%
G 74 of 255 = 29%
B 132 of 255 = 52%

56
74
132

R + G + B ~ 34%. #384A84 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 56 + 74 + 132 = 262 (100%)
R 56 of 262 ~ 21.37%
G 74 of 262 ~ 28.24%
B 132 of 262 ~ 50.38'%

%21.37
%28.24
%50.38

CMYK color model

#384A84 color CMYK value is (58,44,0,48).

  • cyan value is 57.58%
  • magenta value is 43.94%
  • yellow value is 0.00%
  • key color value is 48.24%

CMYK: (58,44,0,48)
C58M44Y0K48 (58%, 44%, 0%, 48%)
(0.58 / 0.44 / 0.00 / 0.48)

CMYK percentages

%57.58
%43.94
%0
%48.24

Codes

Color #384A84 in popluar color models

38 4A 84
RGB 56 74 132
HSL 226° 40.43% 36.86%
HSB/HSV 226° 57.58% 51.76%
CMYK 57.58% 43.94% 0.00%
48.24%

Color #384A84 in popluar number systems.

HEX 38 4A 84
Decimal 56 74 132
Binary 111000 1001010 10000100
Octal 70 112 204

Shades and tints

Shades of #384A84

#384A84
(56,74,132)
#334478
(51,68,120)
#2E3E6C
(46,62,108)
#293860
(41,56,96)
#243254
(36,50,84)
#1F2C48
(31,44,72)
#1A263C
(26,38,60)
#152030
(21,32,48)
#101A24
(16,26,36)
#0B1418
(11,20,24)
#060E0C
(6,14,12)
#000000
(0,0,0)

Tints of #384A84

#384A84
(56,74,132)
#4A5A8F
(74,90,143)
#5C6A9A
(92,106,154)
#6E7AA5
(110,122,165)
#808AB0
(128,138,176)
#929ABB
(146,154,187)
#A4AAC6
(164,170,198)
#B6BAD1
(182,186,209)
#C8CADC
(200,202,220)
#DADAE7
(218,218,231)
#ECEAF2
(236,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #384A84 color. Also use rgb(56,74,132) instead hex code.

Text Font Color

.myTextColor { color: #384A84; }

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

This text font color is #384A84.

Background Color

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

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

This div background color is #384A84.

Border color

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

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

This div border color is #384A84.

Opacity

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

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

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

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

This text has shadow with #384A84 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #384A84.

Preview

Color preview on black background

This text has color #384A84 on black background.


Color preview on white background

This text has color #384A84 on white background.


Black color preview on #384A84 background

This text has black color on #384A84 background.


White color preview on #384A84 background

This text has white color on #384A84 background.


Related colors

Complementary color

Complementary color for #hex is #C7B57B.


I love getcolorcode.com

Triadic colors

1 #84384A and #4A8438 with #384A84 are triadic colors.

2 #844A38 and #4A3884 with #384A84 are triadic colors.