COLOR #374D82

HEX: #374D82
RGB: (55,77,130)

Color info

#374D82 contains mainly green and blue colors. Web safe color of #374D82 is #333399 (or #339).

RGB color model

#374D82 color RGB value is (55,77,130).

  • red value is 55;
  • green value is 77;
  • blue value is 130.
RGB:
(55,77,130)
(22%,30%,51%)

RGB channels and saturation

R 55 of 255 = 22%
G 77 of 255 = 30%
B 130 of 255 = 51%

55
77
130

R + G + B ~ 34%. #374D82 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 77 + 130 = 262 (100%)
R 55 of 262 ~ 20.99%
G 77 of 262 ~ 29.39%
B 130 of 262 ~ 49.62%

%20.99
%29.39
%49.62

CMYK color model

#374D82 color CMYK value is (58,41,0,49).

  • cyan value is 57.69%
  • magenta value is 40.77%
  • yellow value is 0.00%
  • key color value is 49.02%
CMYK:
(58,41,0,49)
C58M41Y0K49 
(58%,41%,0%,49%)
(0.58/0.41/0.00/0.49)	

CMYK percentages

%57.69
%40.77
%0
%49.02

Codes

Color #374D82 in popluar color models

374D82
RGB5577130
HSL222°40.54%36.27%
HSB/HSV222°57.69%50.98%
CMYK57.69%40.77%0.00%
49.02%

Color #374D82 in popluar number systems.

HEX374D82
Decimal5577130
Binary110111100110110000010
Octal67115202

Shades and tints

Shades of #374D82

#374D82
(55,77,130)
#324677
(50,70,119)
#2D3F6C
(45,63,108)
#283861
(40,56,97)
#233156
(35,49,86)
#1E2A4B
(30,42,75)
#192340
(25,35,64)
#141C35
(20,28,53)
#0F152A
(15,21,42)
#0A0E1F
(10,14,31)
#050714
(5,7,20)
#000000
(0,0,0)

Tints of #374D82

#374D82
(55,77,130)
#495D8D
(73,93,141)
#5B6D98
(91,109,152)
#6D7DA3
(109,125,163)
#7F8DAE
(127,141,174)
#919DB9
(145,157,185)
#A3ADC4
(163,173,196)
#B5BDCF
(181,189,207)
#C7CDDA
(199,205,218)
#D9DDE5
(217,221,229)
#EBEDF0
(235,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #374D82 color. Also use rgb(55,77,130) instead hex code.

Text Font Color

.myTextColor { color: #374D82; }

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

This text font color is #374D82.


Background Color

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

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

This div background color is #374D82.


Border color

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

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

This div border color is #374D82.


Opacity

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

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

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

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

This text has shadow with #374D82 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #374D82 on black background.


Color preview on white background

This text has color #374D82 on white background.



Black color preview on #374D82 background

This text has black color on #374D82 background.


White color preview on #374D82 background

This text has white color on #374D82 background.