COLOR #38397D

HEX: #38397D
RGB: (56,57,125)

Color info

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

RGB color model

#38397D color RGB value is (56,57,125).

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

RGB channels and saturation

R 56 of 255 = 22%
G 57 of 255 = 22%
B 125 of 255 = 49%

56
57
125

R + G + B ~ 31%. #38397D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 57 + 125 = 238 (100%)
R 56 of 238 ~ 23.53%
G 57 of 238 ~ 23.95%
B 125 of 238 ~ 52.52%

%23.53
%23.95
%52.52

CMYK color model

#38397D color CMYK value is (55,54,0,51).

  • cyan value is 55.20%
  • magenta value is 54.40%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(55,54,0,51)
C55M54Y0K51 
(55%,54%,0%,51%)
(0.55/0.54/0.00/0.51)	

CMYK percentages

%55.2
%54.4
%0
%50.98

Codes

Color #38397D in popluar color models

38397D
RGB5657125
HSL239°38.12%35.49%
HSB/HSV239°55.20%49.02%
CMYK55.20%54.40%0.00%
50.98%

Color #38397D in popluar number systems.

HEX38397D
Decimal5657125
Binary1110001110011111101
Octal7071175

Shades and tints

Shades of #38397D

#38397D
(56,57,125)
#333472
(51,52,114)
#2E2F67
(46,47,103)
#292A5C
(41,42,92)
#242551
(36,37,81)
#1F2046
(31,32,70)
#1A1B3B
(26,27,59)
#151630
(21,22,48)
#101125
(16,17,37)
#0B0C1A
(11,12,26)
#06070F
(6,7,15)
#000000
(0,0,0)

Tints of #38397D

#38397D
(56,57,125)
#4A4B88
(74,75,136)
#5C5D93
(92,93,147)
#6E6F9E
(110,111,158)
#8081A9
(128,129,169)
#9293B4
(146,147,180)
#A4A5BF
(164,165,191)
#B6B7CA
(182,183,202)
#C8C9D5
(200,201,213)
#DADBE0
(218,219,224)
#ECEDEB
(236,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #38397D color. Also use rgb(56,57,125) instead hex code.

Text Font Color

.myTextColor { color: #38397D; }

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

This text font color is #38397D.


Background Color

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

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

This div background color is #38397D.


Border color

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

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

This div border color is #38397D.


Opacity

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

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

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

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

This text has shadow with #38397D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #38397D on black background.


Color preview on white background

This text has color #38397D on white background.



Black color preview on #38397D background

This text has black color on #38397D background.


White color preview on #38397D background

This text has white color on #38397D background.