COLOR #38396E

HEX: #38396E
RGB: (56,57,110)

Color info

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

RGB color model

#38396E color RGB value is (56,57,110).

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

RGB channels and saturation

R 56 of 255 = 22%
G 57 of 255 = 22%
B 110 of 255 = 43%

56
57
110

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

Portions of RGB colors in percentages

R + G + B =
56 + 57 + 110 = 223 (100%)
R 56 of 223 ~ 25.11%
G 57 of 223 ~ 25.56%
B 110 of 223 ~ 49.33%

%25.11
%25.56
%49.33

CMYK color model

#38396E color CMYK value is (49,48,0,57).

  • cyan value is 49.09%
  • magenta value is 48.18%
  • yellow value is 0.00%
  • key color value is 56.86%
CMYK:
(49,48,0,57)
C49M48Y0K57 
(49%,48%,0%,57%)
(0.49/0.48/0.00/0.57)	

CMYK percentages

%49.09
%48.18
%0
%56.86

Codes

Color #38396E in popluar color models

38396E
RGB5657110
HSL239°32.53%32.55%
HSB/HSV239°49.09%43.14%
CMYK49.09%48.18%0.00%
56.86%

Color #38396E in popluar number systems.

HEX38396E
Decimal5657110
Binary1110001110011101110
Octal7071156

Shades and tints

Shades of #38396E

#38396E
(56,57,110)
#333464
(51,52,100)
#2E2F5A
(46,47,90)
#292A50
(41,42,80)
#242546
(36,37,70)
#1F203C
(31,32,60)
#1A1B32
(26,27,50)
#151628
(21,22,40)
#10111E
(16,17,30)
#0B0C14
(11,12,20)
#06070A
(6,7,10)
#000000
(0,0,0)

Tints of #38396E

#38396E
(56,57,110)
#4A4B7B
(74,75,123)
#5C5D88
(92,93,136)
#6E6F95
(110,111,149)
#8081A2
(128,129,162)
#9293AF
(146,147,175)
#A4A5BC
(164,165,188)
#B6B7C9
(182,183,201)
#C8C9D6
(200,201,214)
#DADBE3
(218,219,227)
#ECEDF0
(236,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #38396E; }

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

This text font color is #38396E.


Background Color

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

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

This div background color is #38396E.


Border color

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

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

This div border color is #38396E.


Opacity

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

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

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

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

This text has shadow with #38396E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #38396E on black background.


Color preview on white background

This text has color #38396E on white background.



Black color preview on #38396E background

This text has black color on #38396E background.


White color preview on #38396E background

This text has white color on #38396E background.