COLOR #374A70

HEX: #374A70
RGB: (55,74,112)

Color info

#374A70 contains red, green and blue colors in about the same proportion. Web safe color of #374A70 is #333366 (or #336).

RGB color model

#374A70 color RGB value is (55,74,112).

  • red value is 55;
  • green value is 74;
  • blue value is 112.
RGB:
(55,74,112)
(22%,29%,44%)

RGB channels and saturation

R 55 of 255 = 22%
G 74 of 255 = 29%
B 112 of 255 = 44%

55
74
112

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

Portions of RGB colors in percentages

R + G + B =
55 + 74 + 112 = 241 (100%)
R 55 of 241 ~ 22.82%
G 74 of 241 ~ 30.71%
B 112 of 241 ~ 46.47%

%22.82
%30.71
%46.47

CMYK color model

#374A70 color CMYK value is (51,34,0,56).

  • cyan value is 50.89%
  • magenta value is 33.93%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK:
(51,34,0,56)
C51M34Y0K56 
(51%,34%,0%,56%)
(0.51/0.34/0.00/0.56)	

CMYK percentages

%50.89
%33.93
%0
%56.08

Codes

Color #374A70 in popluar color models

374A70
RGB5574112
HSL220°34.13%32.75%
HSB/HSV220°50.89%43.92%
CMYK50.89%33.93%0.00%
56.08%

Color #374A70 in popluar number systems.

HEX374A70
Decimal5574112
Binary11011110010101110000
Octal67112160

Shades and tints

Shades of #374A70

#374A70
(55,74,112)
#324466
(50,68,102)
#2D3E5C
(45,62,92)
#283852
(40,56,82)
#233248
(35,50,72)
#1E2C3E
(30,44,62)
#192634
(25,38,52)
#14202A
(20,32,42)
#0F1A20
(15,26,32)
#0A1416
(10,20,22)
#050E0C
(5,14,12)
#000000
(0,0,0)

Tints of #374A70

#374A70
(55,74,112)
#495A7D
(73,90,125)
#5B6A8A
(91,106,138)
#6D7A97
(109,122,151)
#7F8AA4
(127,138,164)
#919AB1
(145,154,177)
#A3AABE
(163,170,190)
#B5BACB
(181,186,203)
#C7CAD8
(199,202,216)
#D9DAE5
(217,218,229)
#EBEAF2
(235,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #374A70; }

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

This text font color is #374A70.


Background Color

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

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

This div background color is #374A70.


Border color

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

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

This div border color is #374A70.


Opacity

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

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

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

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

This text has shadow with #374A70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #374A70 on black background.


Color preview on white background

This text has color #374A70 on white background.



Black color preview on #374A70 background

This text has black color on #374A70 background.


White color preview on #374A70 background

This text has white color on #374A70 background.