COLOR #3754A9

HEX: #3754A9 RGB: (55,84,169)

Color info

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

RGB color model

#3754A9 color RGB value is (55,84,169).

RGB: (55,84,169) (22%, 33%, 66%)

RGB channels and saturation

R 55 of 255 = 22%
G 84 of 255 = 33%
B 169 of 255 = 66%

55
84
169

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

Portions of RGB colors in percentages

R + G + B = 55 + 84 + 169 = 308 (100%)
R 55 of 308 ~ 17.86%
G 84 of 308 ~ 27.27%
B 169 of 308 ~ 54.87'%

%17.86
%27.27
%54.87

CMYK color model

#3754A9 color CMYK value is (67,50,0,34).

  • cyan value is 67.46%
  • magenta value is 50.30%
  • yellow value is 0.00%
  • key color value is 33.73%

CMYK: (67,50,0,34)
C67M50Y0K34 (67%, 50%, 0%, 34%)
(0.67 / 0.50 / 0.00 / 0.34)

CMYK percentages

%67.46
%50.3
%0
%33.73

Codes

Color #3754A9 in popluar color models

37 54 A9
RGB 55 84 169
HSL 225° 50.89% 43.92%
HSB/HSV 225° 67.46% 66.27%
CMYK 67.46% 50.30% 0.00%
33.73%

Color #3754A9 in popluar number systems.

HEX 37 54 A9
Decimal 55 84 169
Binary 110111 1010100 10101001
Octal 67 124 251

Shades and tints

Shades of #3754A9

#3754A9
(55,84,169)
#324D9A
(50,77,154)
#2D468B
(45,70,139)
#283F7C
(40,63,124)
#23386D
(35,56,109)
#1E315E
(30,49,94)
#192A4F
(25,42,79)
#142340
(20,35,64)
#0F1C31
(15,28,49)
#0A1522
(10,21,34)
#050E13
(5,14,19)
#000000
(0,0,0)

Tints of #3754A9

#3754A9
(55,84,169)
#4963B0
(73,99,176)
#5B72B7
(91,114,183)
#6D81BE
(109,129,190)
#7F90C5
(127,144,197)
#919FCC
(145,159,204)
#A3AED3
(163,174,211)
#B5BDDA
(181,189,218)
#C7CCE1
(199,204,225)
#D9DBE8
(217,219,232)
#EBEAEF
(235,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3754A9; }

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

This text font color is #3754A9.

Background Color

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

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

This div background color is #3754A9.

Border color

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

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

This div border color is #3754A9.

Opacity

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

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

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

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

This text has shadow with #3754A9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3754A9.

Preview

Color preview on black background

This text has color #3754A9 on black background.


Color preview on white background

This text has color #3754A9 on white background.


Black color preview on #3754A9 background

This text has black color on #3754A9 background.


White color preview on #3754A9 background

This text has white color on #3754A9 background.


Related colors

Complementary color

Complementary color for #hex is #C8AB56.


I love getcolorcode.com

Triadic colors

1 #A93754 and #54A937 with #3754A9 are triadic colors.

2 #A95437 and #5437A9 with #3754A9 are triadic colors.