COLOR #38396C

HEX: #38396C
RGB: (56,57,108)

Color info

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

RGB color model

#38396C color RGB value is (56,57,108).

  • red value is 56;
  • green value is 57;
  • blue value is 108.
RGB:
(56,57,108)
(22%,22%,42%)

RGB channels and saturation

R 56 of 255 = 22%
G 57 of 255 = 22%
B 108 of 255 = 42%

56
57
108

R + G + B ~ 29%. #38396C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 57 + 108 = 221 (100%)
R 56 of 221 ~ 25.34%
G 57 of 221 ~ 25.79%
B 108 of 221 ~ 48.87%

%25.34
%25.79
%48.87

CMYK color model

#38396C color CMYK value is (48,47,0,58).

  • cyan value is 48.15%
  • magenta value is 47.22%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(48,47,0,58)
C48M47Y0K58 
(48%,47%,0%,58%)
(0.48/0.47/0.00/0.58)	

CMYK percentages

%48.15
%47.22
%0
%57.65

Codes

Color #38396C in popluar color models

38396C
RGB5657108
HSL239°31.71%32.16%
HSB/HSV239°48.15%42.35%
CMYK48.15%47.22%0.00%
57.65%

Color #38396C in popluar number systems.

HEX38396C
Decimal5657108
Binary1110001110011101100
Octal7071154

Shades and tints

Shades of #38396C

#38396C
(56,57,108)
#333463
(51,52,99)
#2E2F5A
(46,47,90)
#292A51
(41,42,81)
#242548
(36,37,72)
#1F203F
(31,32,63)
#1A1B36
(26,27,54)
#15162D
(21,22,45)
#101124
(16,17,36)
#0B0C1B
(11,12,27)
#060712
(6,7,18)
#000000
(0,0,0)

Tints of #38396C

#38396C
(56,57,108)
#4A4B79
(74,75,121)
#5C5D86
(92,93,134)
#6E6F93
(110,111,147)
#8081A0
(128,129,160)
#9293AD
(146,147,173)
#A4A5BA
(164,165,186)
#B6B7C7
(182,183,199)
#C8C9D4
(200,201,212)
#DADBE1
(218,219,225)
#ECEDEE
(236,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #38396C color. Also use rgb(56,57,108) instead hex code.

Text Font Color

.myTextColor { color: #38396C; }

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

This text font color is #38396C.


Background Color

.myBgColor { background-color: #38396C; }

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

This div background color is #38396C.


Border color

.myBorderColor { border: 1px solid #38396C; }

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

This div border color is #38396C.


Opacity

.myOpacity80 { color: #38396C; opacity: 0.8; }

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

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

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

This text has shadow with #38396C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #38396C on black background.


Color preview on white background

This text has color #38396C on white background.



Black color preview on #38396C background

This text has black color on #38396C background.


White color preview on #38396C background

This text has white color on #38396C background.