COLOR #374B9D

HEX: #374B9D
RGB: (55,75,157)

Color info

#374B9D contains mainly blue color. Web safe color of #374B9D is #333399 (or #339).

RGB color model

#374B9D color RGB value is (55,75,157).

  • red value is 55;
  • green value is 75;
  • blue value is 157.
RGB:
(55,75,157)
(22%,29%,62%)

RGB channels and saturation

R 55 of 255 = 22%
G 75 of 255 = 29%
B 157 of 255 = 62%

55
75
157

R + G + B ~ 38%. #374B9D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 75 + 157 = 287 (100%)
R 55 of 287 ~ 19.16%
G 75 of 287 ~ 26.13%
B 157 of 287 ~ 54.7%

%19.16
%26.13
%54.7

CMYK color model

#374B9D color CMYK value is (65,52,0,38).

  • cyan value is 64.97%
  • magenta value is 52.23%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(65,52,0,38)
C65M52Y0K38 
(65%,52%,0%,38%)
(0.65/0.52/0.00/0.38)	

CMYK percentages

%64.97
%52.23
%0
%38.43

Codes

Color #374B9D in popluar color models

374B9D
RGB5575157
HSL228°48.11%41.57%
HSB/HSV228°64.97%61.57%
CMYK64.97%52.23%0.00%
38.43%

Color #374B9D in popluar number systems.

HEX374B9D
Decimal5575157
Binary110111100101110011101
Octal67113235

Shades and tints

Shades of #374B9D

#374B9D
(55,75,157)
#32458F
(50,69,143)
#2D3F81
(45,63,129)
#283973
(40,57,115)
#233365
(35,51,101)
#1E2D57
(30,45,87)
#192749
(25,39,73)
#14213B
(20,33,59)
#0F1B2D
(15,27,45)
#0A151F
(10,21,31)
#050F11
(5,15,17)
#000000
(0,0,0)

Tints of #374B9D

#374B9D
(55,75,157)
#495BA5
(73,91,165)
#5B6BAD
(91,107,173)
#6D7BB5
(109,123,181)
#7F8BBD
(127,139,189)
#919BC5
(145,155,197)
#A3ABCD
(163,171,205)
#B5BBD5
(181,187,213)
#C7CBDD
(199,203,221)
#D9DBE5
(217,219,229)
#EBEBED
(235,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #374B9D color. Also use rgb(55,75,157) instead hex code.

Text Font Color

.myTextColor { color: #374B9D; }

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

This text font color is #374B9D.


Background Color

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

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

This div background color is #374B9D.


Border color

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

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

This div border color is #374B9D.


Opacity

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

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

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

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

This text has shadow with #374B9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #374B9D on black background.


Color preview on white background

This text has color #374B9D on white background.



Black color preview on #374B9D background

This text has black color on #374B9D background.


White color preview on #374B9D background

This text has white color on #374B9D background.