COLOR #383279

HEX: #383279 RGB: (56,50,121)

Color info

#383279 contains mainly blue color. Web safe color of #383279 is #333366 (or #336).

RGB color model

#383279 color RGB value is (56,50,121).

RGB: (56,50,121) (22%, 20%, 47%)

RGB channels and saturation

R 56 of 255 = 22%
G 50 of 255 = 20%
B 121 of 255 = 47%

56
50
121

R + G + B ~ 30%. #383279 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 56 + 50 + 121 = 227 (100%)
R 56 of 227 ~ 24.67%
G 50 of 227 ~ 22.03%
B 121 of 227 ~ 53.3'%

%24.67
%22.03
%53.3

CMYK color model

#383279 color CMYK value is (54,59,0,53).

  • cyan value is 53.72%
  • magenta value is 58.68%
  • yellow value is 0.00%
  • key color value is 52.55%

CMYK: (54,59,0,53)
C54M59Y0K53 (54%, 59%, 0%, 53%)
(0.54 / 0.59 / 0.00 / 0.53)

CMYK percentages

%53.72
%58.68
%0
%52.55

Codes

Color #383279 in popluar color models

38 32 79
RGB 56 50 121
HSL 245° 41.52% 33.53%
HSB/HSV 245° 58.68% 47.45%
CMYK 53.72% 58.68% 0.00%
52.55%

Color #383279 in popluar number systems.

HEX 38 32 79
Decimal 56 50 121
Binary 111000 110010 1111001
Octal 70 62 171

Shades and tints

Shades of #383279

#383279
(56,50,121)
#332E6E
(51,46,110)
#2E2A63
(46,42,99)
#292658
(41,38,88)
#24224D
(36,34,77)
#1F1E42
(31,30,66)
#1A1A37
(26,26,55)
#15162C
(21,22,44)
#101221
(16,18,33)
#0B0E16
(11,14,22)
#060A0B
(6,10,11)
#000000
(0,0,0)

Tints of #383279

#383279
(56,50,121)
#4A4485
(74,68,133)
#5C5691
(92,86,145)
#6E689D
(110,104,157)
#807AA9
(128,122,169)
#928CB5
(146,140,181)
#A49EC1
(164,158,193)
#B6B0CD
(182,176,205)
#C8C2D9
(200,194,217)
#DAD4E5
(218,212,229)
#ECE6F1
(236,230,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #383279 color. Also use rgb(56,50,121) instead hex code.

Text Font Color

.myTextColor { color: #383279; }

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

This text font color is #383279.

Background Color

.myBgColor { background-color: #383279; }

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

This div background color is #383279.

Border color

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

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

This div border color is #383279.

Opacity

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

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

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

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

This text has shadow with #383279 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #383279.

Preview

Color preview on black background

This text has color #383279 on black background.


Color preview on white background

This text has color #383279 on white background.


Black color preview on #383279 background

This text has black color on #383279 background.


White color preview on #383279 background

This text has white color on #383279 background.


Related colors

Complementary color

Complementary color for #hex is #C7CD86.


I love getcolorcode.com

Triadic colors

1 #793832 and #327938 with #383279 are triadic colors.

2 #793238 and #323879 with #383279 are triadic colors.