COLOR #374E8D

HEX: #374E8D
RGB: (55,78,141)

Color info

#374E8D contains mainly blue color. Web safe color of #374E8D is #336699 (or #369).

RGB color model

#374E8D color RGB value is (55,78,141).

  • red value is 55;
  • green value is 78;
  • blue value is 141.
RGB:
(55,78,141)
(22%,31%,55%)

RGB channels and saturation

R 55 of 255 = 22%
G 78 of 255 = 31%
B 141 of 255 = 55%

55
78
141

R + G + B ~ 36%. #374E8D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 78 + 141 = 274 (100%)
R 55 of 274 ~ 20.07%
G 78 of 274 ~ 28.47%
B 141 of 274 ~ 51.46%

%20.07
%28.47
%51.46

CMYK color model

#374E8D color CMYK value is (61,45,0,45).

  • cyan value is 60.99%
  • magenta value is 44.68%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(61,45,0,45)
C61M45Y0K45 
(61%,45%,0%,45%)
(0.61/0.45/0.00/0.45)	

CMYK percentages

%60.99
%44.68
%0
%44.71

Codes

Color #374E8D in popluar color models

374E8D
RGB5578141
HSL224°43.88%38.43%
HSB/HSV224°60.99%55.29%
CMYK60.99%44.68%0.00%
44.71%

Color #374E8D in popluar number systems.

HEX374E8D
Decimal5578141
Binary110111100111010001101
Octal67116215

Shades and tints

Shades of #374E8D

#374E8D
(55,78,141)
#324781
(50,71,129)
#2D4075
(45,64,117)
#283969
(40,57,105)
#23325D
(35,50,93)
#1E2B51
(30,43,81)
#192445
(25,36,69)
#141D39
(20,29,57)
#0F162D
(15,22,45)
#0A0F21
(10,15,33)
#050815
(5,8,21)
#000000
(0,0,0)

Tints of #374E8D

#374E8D
(55,78,141)
#495E97
(73,94,151)
#5B6EA1
(91,110,161)
#6D7EAB
(109,126,171)
#7F8EB5
(127,142,181)
#919EBF
(145,158,191)
#A3AEC9
(163,174,201)
#B5BED3
(181,190,211)
#C7CEDD
(199,206,221)
#D9DEE7
(217,222,231)
#EBEEF1
(235,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #374E8D color. Also use rgb(55,78,141) instead hex code.

Text Font Color

.myTextColor { color: #374E8D; }

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

This text font color is #374E8D.


Background Color

.myBgColor { background-color: #374E8D; }

<div style="background-color:#374E8D">Inner text</div>

This div background color is #374E8D.


Border color

.myBorderColor { border: 1px solid #374E8D; }

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

This div border color is #374E8D.


Opacity

.myOpacity80 { color: #374E8D; opacity: 0.8; }

<p style="color:#374E8D;opacity:0.8;">80%</p>

Text with #374E8D 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 #374E8D;}

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

This text has shadow with #374E8D color.

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

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

This text has shadow with #374E8D primary color and red secondary color.


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

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

This text has shadow with #374E8D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #374E8D on black background.


Color preview on white background

This text has color #374E8D on white background.



Black color preview on #374E8D background

This text has black color on #374E8D background.


White color preview on #374E8D background

This text has white color on #374E8D background.