COLOR #374A73

HEX: #374A73 RGB: (55,74,115)

Color info

#374A73 contains mainly green and blue colors. Web safe color of #374A73 is #333366 (or #336).

RGB color model

#374A73 color RGB value is (55,74,115).

RGB: (55,74,115) (22%, 29%, 45%)

RGB channels and saturation

R 55 of 255 = 22%
G 74 of 255 = 29%
B 115 of 255 = 45%

55
74
115

R + G + B ~ 32%. #374A73 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 55 + 74 + 115 = 244 (100%)
R 55 of 244 ~ 22.54%
G 74 of 244 ~ 30.33%
B 115 of 244 ~ 47.13'%

%22.54
%30.33
%47.13

CMYK color model

#374A73 color CMYK value is (52,36,0,55).

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

CMYK: (52,36,0,55)
C52M36Y0K55 (52%, 36%, 0%, 55%)
(0.52 / 0.36 / 0.00 / 0.55)

CMYK percentages

%52.17
%35.65
%0
%54.9

Codes

Color #374A73 in popluar color models

37 4A 73
RGB 55 74 115
HSL 221° 35.29% 33.33%
HSB/HSV 221° 52.17% 45.10%
CMYK 52.17% 35.65% 0.00%
54.90%

Color #374A73 in popluar number systems.

HEX 37 4A 73
Decimal 55 74 115
Binary 110111 1001010 1110011
Octal 67 112 163

Shades and tints

Shades of #374A73

#374A73
(55,74,115)
#324469
(50,68,105)
#2D3E5F
(45,62,95)
#283855
(40,56,85)
#23324B
(35,50,75)
#1E2C41
(30,44,65)
#192637
(25,38,55)
#14202D
(20,32,45)
#0F1A23
(15,26,35)
#0A1419
(10,20,25)
#050E0F
(5,14,15)
#000000
(0,0,0)

Tints of #374A73

#374A73
(55,74,115)
#495A7F
(73,90,127)
#5B6A8B
(91,106,139)
#6D7A97
(109,122,151)
#7F8AA3
(127,138,163)
#919AAF
(145,154,175)
#A3AABB
(163,170,187)
#B5BAC7
(181,186,199)
#C7CAD3
(199,202,211)
#D9DADF
(217,218,223)
#EBEAEB
(235,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #374A73; }

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

This text font color is #374A73.

Background Color

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

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

This div background color is #374A73.

Border color

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

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

This div border color is #374A73.

Opacity

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

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

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

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

This text has shadow with #374A73 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #374A73.

Preview

Color preview on black background

This text has color #374A73 on black background.


Color preview on white background

This text has color #374A73 on white background.


Black color preview on #374A73 background

This text has black color on #374A73 background.


White color preview on #374A73 background

This text has white color on #374A73 background.


Related colors

Complementary color

Complementary color for #hex is #C8B58C.


I love getcolorcode.com

Triadic colors

1 #73374A and #4A7337 with #374A73 are triadic colors.

2 #734A37 and #4A3773 with #374A73 are triadic colors.