COLOR #374B77

HEX: #374B77 RGB: (55,75,119)

Color info

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

RGB color model

#374B77 color RGB value is (55,75,119).

RGB: (55,75,119) (22%, 29%, 47%)

RGB channels and saturation

R 55 of 255 = 22%
G 75 of 255 = 29%
B 119 of 255 = 47%

55
75
119

R + G + B ~ 33%. #374B77 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 55 + 75 + 119 = 249 (100%)
R 55 of 249 ~ 22.09%
G 75 of 249 ~ 30.12%
B 119 of 249 ~ 47.79'%

%22.09
%30.12
%47.79

CMYK color model

#374B77 color CMYK value is (54,37,0,53).

  • cyan value is 53.78%
  • magenta value is 36.97%
  • yellow value is 0.00%
  • key color value is 53.33%

CMYK: (54,37,0,53)
C54M37Y0K53 (54%, 37%, 0%, 53%)
(0.54 / 0.37 / 0.00 / 0.53)

CMYK percentages

%53.78
%36.97
%0
%53.33

Codes

Color #374B77 in popluar color models

37 4B 77
RGB 55 75 119
HSL 221° 36.78% 34.12%
HSB/HSV 221° 53.78% 46.67%
CMYK 53.78% 36.97% 0.00%
53.33%

Color #374B77 in popluar number systems.

HEX 37 4B 77
Decimal 55 75 119
Binary 110111 1001011 1110111
Octal 67 113 167

Shades and tints

Shades of #374B77

#374B77
(55,75,119)
#32456D
(50,69,109)
#2D3F63
(45,63,99)
#283959
(40,57,89)
#23334F
(35,51,79)
#1E2D45
(30,45,69)
#19273B
(25,39,59)
#142131
(20,33,49)
#0F1B27
(15,27,39)
#0A151D
(10,21,29)
#050F13
(5,15,19)
#000000
(0,0,0)

Tints of #374B77

#374B77
(55,75,119)
#495B83
(73,91,131)
#5B6B8F
(91,107,143)
#6D7B9B
(109,123,155)
#7F8BA7
(127,139,167)
#919BB3
(145,155,179)
#A3ABBF
(163,171,191)
#B5BBCB
(181,187,203)
#C7CBD7
(199,203,215)
#D9DBE3
(217,219,227)
#EBEBEF
(235,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #374B77; }

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

This text font color is #374B77.

Background Color

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

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

This div background color is #374B77.

Border color

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

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

This div border color is #374B77.

Opacity

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

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

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

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

This text has shadow with #374B77 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #374B77.

Preview

Color preview on black background

This text has color #374B77 on black background.


Color preview on white background

This text has color #374B77 on white background.


Black color preview on #374B77 background

This text has black color on #374B77 background.


White color preview on #374B77 background

This text has white color on #374B77 background.


Related colors

Complementary color

Complementary color for #hex is #C8B488.


I love getcolorcode.com

Triadic colors

1 #77374B and #4B7737 with #374B77 are triadic colors.

2 #774B37 and #4B3777 with #374B77 are triadic colors.