COLOR #38365D

HEX: #38365D RGB: (56,54,93)

Color info

#38365D contains red, green and blue colors in about the same proportion. Web safe color of #38365D is #333366 (or #336).

RGB color model

#38365D color RGB value is (56,54,93).

RGB: (56,54,93) (22%, 21%, 36%)

RGB channels and saturation

R 56 of 255 = 22%
G 54 of 255 = 21%
B 93 of 255 = 36%

56
54
93

R + G + B ~ 26%. #38365D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 56 + 54 + 93 = 203 (100%)
R 56 of 203 ~ 27.59%
G 54 of 203 ~ 26.6%
B 93 of 203 ~ 45.81'%

%27.59
%26.6
%45.81

CMYK color model

#38365D color CMYK value is (40,42,0,64).

  • cyan value is 39.78%
  • magenta value is 41.94%
  • yellow value is 0.00%
  • key color value is 63.53%

CMYK: (40,42,0,64)
C40M42Y0K64 (40%, 42%, 0%, 64%)
(0.40 / 0.42 / 0.00 / 0.64)

CMYK percentages

%39.78
%41.94
%0
%63.53

Codes

Color #38365D in popluar color models

38 36 5D
RGB 56 54 93
HSL 243° 26.53% 28.82%
HSB/HSV 243° 41.94% 36.47%
CMYK 39.78% 41.94% 0.00%
63.53%

Color #38365D in popluar number systems.

HEX 38 36 5D
Decimal 56 54 93
Binary 111000 110110 1011101
Octal 70 66 135

Shades and tints

Shades of #38365D

#38365D
(56,54,93)
#333255
(51,50,85)
#2E2E4D
(46,46,77)
#292A45
(41,42,69)
#24263D
(36,38,61)
#1F2235
(31,34,53)
#1A1E2D
(26,30,45)
#151A25
(21,26,37)
#10161D
(16,22,29)
#0B1215
(11,18,21)
#060E0D
(6,14,13)
#000000
(0,0,0)

Tints of #38365D

#38365D
(56,54,93)
#4A486B
(74,72,107)
#5C5A79
(92,90,121)
#6E6C87
(110,108,135)
#807E95
(128,126,149)
#9290A3
(146,144,163)
#A4A2B1
(164,162,177)
#B6B4BF
(182,180,191)
#C8C6CD
(200,198,205)
#DAD8DB
(218,216,219)
#ECEAE9
(236,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #38365D color. Also use rgb(56,54,93) instead hex code.

Text Font Color

.myTextColor { color: #38365D; }

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

This text font color is #38365D.

Background Color

.myBgColor { background-color: #38365D; }

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

This div background color is #38365D.

Border color

.myBorderColor { border: 1px solid #38365D; }

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

This div border color is #38365D.

Opacity

.myOpacity80 { color: #38365D; opacity: 0.8; }

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

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

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

This text has shadow with #38365D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #38365D.

Preview

Color preview on black background

This text has color #38365D on black background.


Color preview on white background

This text has color #38365D on white background.


Black color preview on #38365D background

This text has black color on #38365D background.


White color preview on #38365D background

This text has white color on #38365D background.


Related colors

Complementary color

Complementary color for #hex is #C7C9A2.


I love getcolorcode.com

Triadic colors

1 #5D3836 and #365D38 with #38365D are triadic colors.

2 #5D3638 and #36385D with #38365D are triadic colors.