COLOR #3A378C

HEX: #3A378C
RGB: (58,55,140)

Color info

#3A378C contains mainly blue color. Web safe color of #3A378C is #333399 (or #339).

RGB color model

#3A378C color RGB value is (58,55,140).

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

RGB channels and saturation

R 58 of 255 = 23%
G 55 of 255 = 22%
B 140 of 255 = 55%

58
55
140

R + G + B ~ 33%. #3A378C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
58 + 55 + 140 = 253 (100%)
R 58 of 253 ~ 22.92%
G 55 of 253 ~ 21.74%
B 140 of 253 ~ 55.34%

%22.92
%21.74
%55.34

CMYK color model

#3A378C color CMYK value is (59,61,0,45).

  • cyan value is 58.57%
  • magenta value is 60.71%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(59,61,0,45)
C59M61Y0K45 
(59%,61%,0%,45%)
(0.59/0.61/0.00/0.45)	

CMYK percentages

%58.57
%60.71
%0
%45.1

Codes

Color #3A378C in popluar color models

3A378C
RGB5855140
HSL242°43.59%38.24%
HSB/HSV242°60.71%54.90%
CMYK58.57%60.71%0.00%
45.10%

Color #3A378C in popluar number systems.

HEX3A378C
Decimal5855140
Binary11101011011110001100
Octal7267214

Shades and tints

Shades of #3A378C

#3A378C
(58,55,140)
#353280
(53,50,128)
#302D74
(48,45,116)
#2B2868
(43,40,104)
#26235C
(38,35,92)
#211E50
(33,30,80)
#1C1944
(28,25,68)
#171438
(23,20,56)
#120F2C
(18,15,44)
#0D0A20
(13,10,32)
#080514
(8,5,20)
#000000
(0,0,0)

Tints of #3A378C

#3A378C
(58,55,140)
#4B4996
(75,73,150)
#5C5BA0
(92,91,160)
#6D6DAA
(109,109,170)
#7E7FB4
(126,127,180)
#8F91BE
(143,145,190)
#A0A3C8
(160,163,200)
#B1B5D2
(177,181,210)
#C2C7DC
(194,199,220)
#D3D9E6
(211,217,230)
#E4EBF0
(228,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A378C color. Also use rgb(58,55,140) instead hex code.

Text Font Color

.myTextColor { color: #3A378C; }

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

This text font color is #3A378C.


Background Color

.myBgColor { background-color: #3A378C; }

<div style="background-color:#3A378C">Inner text</div>

This div background color is #3A378C.


Border color

.myBorderColor { border: 1px solid #3A378C; }

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

This div border color is #3A378C.


Opacity

.myOpacity80 { color: #3A378C; opacity: 0.8; }

<p style="color:#3A378C;opacity:0.8;">80%</p>

Text with #3A378C 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 #3A378C;}

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

This text has shadow with #3A378C color.

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

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

This text has shadow with #3A378C primary color and red secondary color.


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

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

This text has shadow with #3A378C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A378C on black background.


Color preview on white background

This text has color #3A378C on white background.



Black color preview on #3A378C background

This text has black color on #3A378C background.


White color preview on #3A378C background

This text has white color on #3A378C background.