COLOR #38388C

HEX: #38388C
RGB: (56,56,140)

Color info

#38388C contains mainly blue color. Web safe color of #38388C is #333399 (or #339).

RGB color model

#38388C color RGB value is (56,56,140).

  • red value is 56;
  • green value is 56;
  • blue value is 140.
RGB:
(56,56,140)
(22%,22%,55%)

RGB channels and saturation

R 56 of 255 = 22%
G 56 of 255 = 22%
B 140 of 255 = 55%

56
56
140

R + G + B ~ 33%. #38388C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 56 + 140 = 252 (100%)
R 56 of 252 ~ 22.22%
G 56 of 252 ~ 22.22%
B 140 of 252 ~ 55.56%

%22.22
%22.22
%55.56

CMYK color model

#38388C color CMYK value is (60,60,0,45).

  • cyan value is 60.00%
  • magenta value is 60.00%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(60,60,0,45)
C60M60Y0K45 
(60%,60%,0%,45%)
(0.60/0.60/0.00/0.45)	

CMYK percentages

%60
%60
%0
%45.1

Codes

Color #38388C in popluar color models

38388C
RGB5656140
HSL240°42.86%38.43%
HSB/HSV240°60.00%54.90%
CMYK60.00%60.00%0.00%
45.10%

Color #38388C in popluar number systems.

HEX38388C
Decimal5656140
Binary11100011100010001100
Octal7070214

Shades and tints

Shades of #38388C

#38388C
(56,56,140)
#333380
(51,51,128)
#2E2E74
(46,46,116)
#292968
(41,41,104)
#24245C
(36,36,92)
#1F1F50
(31,31,80)
#1A1A44
(26,26,68)
#151538
(21,21,56)
#10102C
(16,16,44)
#0B0B20
(11,11,32)
#060614
(6,6,20)
#000000
(0,0,0)

Tints of #38388C

#38388C
(56,56,140)
#4A4A96
(74,74,150)
#5C5CA0
(92,92,160)
#6E6EAA
(110,110,170)
#8080B4
(128,128,180)
#9292BE
(146,146,190)
#A4A4C8
(164,164,200)
#B6B6D2
(182,182,210)
#C8C8DC
(200,200,220)
#DADAE6
(218,218,230)
#ECECF0
(236,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #38388C; }

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

This text font color is #38388C.


Background Color

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

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

This div background color is #38388C.


Border color

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

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

This div border color is #38388C.


Opacity

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

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

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

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

This text has shadow with #38388C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #38388C on black background.


Color preview on white background

This text has color #38388C on white background.



Black color preview on #38388C background

This text has black color on #38388C background.


White color preview on #38388C background

This text has white color on #38388C background.