COLOR #374E73

HEX: #374E73 RGB: (55,78,115)

Color info

#374E73 contains mainly green and blue colors. Web safe color of #374E73 is #336666 (or #366).

RGB color model

#374E73 color RGB value is (55,78,115).

RGB: (55,78,115) (22%, 31%, 45%)

RGB channels and saturation

R 55 of 255 = 22%
G 78 of 255 = 31%
B 115 of 255 = 45%

55
78
115

R + G + B ~ 33%. #374E73 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 55 + 78 + 115 = 248 (100%)
R 55 of 248 ~ 22.18%
G 78 of 248 ~ 31.45%
B 115 of 248 ~ 46.37'%

%22.18
%31.45
%46.37

CMYK color model

#374E73 color CMYK value is (52,32,0,55).

  • cyan value is 52.17%
  • magenta value is 32.17%
  • yellow value is 0.00%
  • key color value is 54.90%

CMYK: (52,32,0,55)
C52M32Y0K55 (52%, 32%, 0%, 55%)
(0.52 / 0.32 / 0.00 / 0.55)

CMYK percentages

%52.17
%32.17
%0
%54.9

Codes

Color #374E73 in popluar color models

37 4E 73
RGB 55 78 115
HSL 217° 35.29% 33.33%
HSB/HSV 217° 52.17% 45.10%
CMYK 52.17% 32.17% 0.00%
54.90%

Color #374E73 in popluar number systems.

HEX 37 4E 73
Decimal 55 78 115
Binary 110111 1001110 1110011
Octal 67 116 163

Shades and tints

Shades of #374E73

#374E73
(55,78,115)
#324769
(50,71,105)
#2D405F
(45,64,95)
#283955
(40,57,85)
#23324B
(35,50,75)
#1E2B41
(30,43,65)
#192437
(25,36,55)
#141D2D
(20,29,45)
#0F1623
(15,22,35)
#0A0F19
(10,15,25)
#05080F
(5,8,15)
#000000
(0,0,0)

Tints of #374E73

#374E73
(55,78,115)
#495E7F
(73,94,127)
#5B6E8B
(91,110,139)
#6D7E97
(109,126,151)
#7F8EA3
(127,142,163)
#919EAF
(145,158,175)
#A3AEBB
(163,174,187)
#B5BEC7
(181,190,199)
#C7CED3
(199,206,211)
#D9DEDF
(217,222,223)
#EBEEEB
(235,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #374E73; }

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

This text font color is #374E73.

Background Color

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

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

This div background color is #374E73.

Border color

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

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

This div border color is #374E73.

Opacity

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

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

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

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

This text has shadow with #374E73 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #374E73.

Preview

Color preview on black background

This text has color #374E73 on black background.


Color preview on white background

This text has color #374E73 on white background.


Black color preview on #374E73 background

This text has black color on #374E73 background.


White color preview on #374E73 background

This text has white color on #374E73 background.


Related colors

Complementary color

Complementary color for #hex is #C8B18C.


I love getcolorcode.com

Triadic colors

1 #73374E and #4E7337 with #374E73 are triadic colors.

2 #734E37 and #4E3773 with #374E73 are triadic colors.