COLOR #3754A5

HEX: #3754A5
RGB: (55,84,165)

Color info

#3754A5 contains mainly blue color. Web safe color of #3754A5 is #336699 (or #369).

RGB color model

#3754A5 color RGB value is (55,84,165).

  • red value is 55;
  • green value is 84;
  • blue value is 165.
RGB:
(55,84,165)
(22%,33%,65%)

RGB channels and saturation

R 55 of 255 = 22%
G 84 of 255 = 33%
B 165 of 255 = 65%

55
84
165

R + G + B ~ 40%. #3754A5 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
55 + 84 + 165 = 304 (100%)
R 55 of 304 ~ 18.09%
G 84 of 304 ~ 27.63%
B 165 of 304 ~ 54.28%

%18.09
%27.63
%54.28

CMYK color model

#3754A5 color CMYK value is (67,49,0,35).

  • cyan value is 66.67%
  • magenta value is 49.09%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(67,49,0,35)
C67M49Y0K35 
(67%,49%,0%,35%)
(0.67/0.49/0.00/0.35)	

CMYK percentages

%66.67
%49.09
%0
%35.29

Codes

Color #3754A5 in popluar color models

3754A5
RGB5584165
HSL224°50.00%43.14%
HSB/HSV224°66.67%64.71%
CMYK66.67%49.09%0.00%
35.29%

Color #3754A5 in popluar number systems.

HEX3754A5
Decimal5584165
Binary110111101010010100101
Octal67124245

Shades and tints

Shades of #3754A5

#3754A5
(55,84,165)
#324D96
(50,77,150)
#2D4687
(45,70,135)
#283F78
(40,63,120)
#233869
(35,56,105)
#1E315A
(30,49,90)
#192A4B
(25,42,75)
#14233C
(20,35,60)
#0F1C2D
(15,28,45)
#0A151E
(10,21,30)
#050E0F
(5,14,15)
#000000
(0,0,0)

Tints of #3754A5

#3754A5
(55,84,165)
#4963AD
(73,99,173)
#5B72B5
(91,114,181)
#6D81BD
(109,129,189)
#7F90C5
(127,144,197)
#919FCD
(145,159,205)
#A3AED5
(163,174,213)
#B5BDDD
(181,189,221)
#C7CCE5
(199,204,229)
#D9DBED
(217,219,237)
#EBEAF5
(235,234,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3754A5 color. Also use rgb(55,84,165) instead hex code.

Text Font Color

.myTextColor { color: #3754A5; }

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

This text font color is #3754A5.


Background Color

.myBgColor { background-color: #3754A5; }

<div style="background-color:#3754A5">Inner text</div>

This div background color is #3754A5.


Border color

.myBorderColor { border: 1px solid #3754A5; }

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

This div border color is #3754A5.


Opacity

.myOpacity80 { color: #3754A5; opacity: 0.8; }

<p style="color:#3754A5;opacity:0.8;">80%</p>

Text with #3754A5 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 #3754A5;}

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

This text has shadow with #3754A5 color.

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

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

This text has shadow with #3754A5 primary color and red secondary color.


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

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

This text has shadow with #3754A5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3754A5 on black background.


Color preview on white background

This text has color #3754A5 on white background.



Black color preview on #3754A5 background

This text has black color on #3754A5 background.


White color preview on #3754A5 background

This text has white color on #3754A5 background.