COLOR #374991

HEX: #374991
RGB: (55,73,145)

Color info

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

RGB color model

#374991 color RGB value is (55,73,145).

  • red value is 55;
  • green value is 73;
  • blue value is 145.
RGB:
(55,73,145)
(22%,29%,57%)

RGB channels and saturation

R 55 of 255 = 22%
G 73 of 255 = 29%
B 145 of 255 = 57%

55
73
145

R + G + B ~ 36%. #374991 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 73 + 145 = 273 (100%)
R 55 of 273 ~ 20.15%
G 73 of 273 ~ 26.74%
B 145 of 273 ~ 53.11%

%20.15
%26.74
%53.11

CMYK color model

#374991 color CMYK value is (62,50,0,43).

  • cyan value is 62.07%
  • magenta value is 49.66%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK:
(62,50,0,43)
C62M50Y0K43 
(62%,50%,0%,43%)
(0.62/0.50/0.00/0.43)	

CMYK percentages

%62.07
%49.66
%0
%43.14

Codes

Color #374991 in popluar color models

374991
RGB5573145
HSL228°45.00%39.22%
HSB/HSV228°62.07%56.86%
CMYK62.07%49.66%0.00%
43.14%

Color #374991 in popluar number systems.

HEX374991
Decimal5573145
Binary110111100100110010001
Octal67111221

Shades and tints

Shades of #374991

#374991
(55,73,145)
#324384
(50,67,132)
#2D3D77
(45,61,119)
#28376A
(40,55,106)
#23315D
(35,49,93)
#1E2B50
(30,43,80)
#192543
(25,37,67)
#141F36
(20,31,54)
#0F1929
(15,25,41)
#0A131C
(10,19,28)
#050D0F
(5,13,15)
#000000
(0,0,0)

Tints of #374991

#374991
(55,73,145)
#49599B
(73,89,155)
#5B69A5
(91,105,165)
#6D79AF
(109,121,175)
#7F89B9
(127,137,185)
#9199C3
(145,153,195)
#A3A9CD
(163,169,205)
#B5B9D7
(181,185,215)
#C7C9E1
(199,201,225)
#D9D9EB
(217,217,235)
#EBE9F5
(235,233,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #374991 color. Also use rgb(55,73,145) instead hex code.

Text Font Color

.myTextColor { color: #374991; }

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

This text font color is #374991.


Background Color

.myBgColor { background-color: #374991; }

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

This div background color is #374991.


Border color

.myBorderColor { border: 1px solid #374991; }

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

This div border color is #374991.


Opacity

.myOpacity80 { color: #374991; opacity: 0.8; }

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

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

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

This text has shadow with #374991 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #374991 on black background.


Color preview on white background

This text has color #374991 on white background.



Black color preview on #374991 background

This text has black color on #374991 background.


White color preview on #374991 background

This text has white color on #374991 background.