COLOR #38357F

HEX: #38357F
RGB: (56,53,127)

Color info

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

RGB color model

#38357F color RGB value is (56,53,127).

  • red value is 56;
  • green value is 53;
  • blue value is 127.
RGB:
(56,53,127)
(22%,21%,50%)

RGB channels and saturation

R 56 of 255 = 22%
G 53 of 255 = 21%
B 127 of 255 = 50%

56
53
127

R + G + B ~ 31%. #38357F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 53 + 127 = 236 (100%)
R 56 of 236 ~ 23.73%
G 53 of 236 ~ 22.46%
B 127 of 236 ~ 53.81%

%23.73
%22.46
%53.81

CMYK color model

#38357F color CMYK value is (56,58,0,50).

  • cyan value is 55.91%
  • magenta value is 58.27%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(56,58,0,50)
C56M58Y0K50 
(56%,58%,0%,50%)
(0.56/0.58/0.00/0.50)	

CMYK percentages

%55.91
%58.27
%0
%50.2

Codes

Color #38357F in popluar color models

38357F
RGB5653127
HSL242°41.11%35.29%
HSB/HSV242°58.27%49.80%
CMYK55.91%58.27%0.00%
50.20%

Color #38357F in popluar number systems.

HEX38357F
Decimal5653127
Binary1110001101011111111
Octal7065177

Shades and tints

Shades of #38357F

#38357F
(56,53,127)
#333174
(51,49,116)
#2E2D69
(46,45,105)
#29295E
(41,41,94)
#242553
(36,37,83)
#1F2148
(31,33,72)
#1A1D3D
(26,29,61)
#151932
(21,25,50)
#101527
(16,21,39)
#0B111C
(11,17,28)
#060D11
(6,13,17)
#000000
(0,0,0)

Tints of #38357F

#38357F
(56,53,127)
#4A478A
(74,71,138)
#5C5995
(92,89,149)
#6E6BA0
(110,107,160)
#807DAB
(128,125,171)
#928FB6
(146,143,182)
#A4A1C1
(164,161,193)
#B6B3CC
(182,179,204)
#C8C5D7
(200,197,215)
#DAD7E2
(218,215,226)
#ECE9ED
(236,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #38357F color. Also use rgb(56,53,127) instead hex code.

Text Font Color

.myTextColor { color: #38357F; }

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

This text font color is #38357F.


Background Color

.myBgColor { background-color: #38357F; }

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

This div background color is #38357F.


Border color

.myBorderColor { border: 1px solid #38357F; }

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

This div border color is #38357F.


Opacity

.myOpacity80 { color: #38357F; opacity: 0.8; }

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

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

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

This text has shadow with #38357F color.

.textShadow {text-shadow: 3px 3px 1px #38357F, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #38357F on black background.


Color preview on white background

This text has color #38357F on white background.



Black color preview on #38357F background

This text has black color on #38357F background.


White color preview on #38357F background

This text has white color on #38357F background.