COLOR #374F7B

HEX: #374F7B RGB: (55,79,123)

Color info

#374F7B contains mainly green and blue colors. Web safe color of #374F7B is #336666 (or #366).

RGB color model

#374F7B color RGB value is (55,79,123).

RGB: (55,79,123) (22%, 31%, 48%)

RGB channels and saturation

R 55 of 255 = 22%
G 79 of 255 = 31%
B 123 of 255 = 48%

55
79
123

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

Portions of RGB colors in percentages

R + G + B = 55 + 79 + 123 = 257 (100%)
R 55 of 257 ~ 21.4%
G 79 of 257 ~ 30.74%
B 123 of 257 ~ 47.86'%

%21.4
%30.74
%47.86

CMYK color model

#374F7B color CMYK value is (55,36,0,52).

  • cyan value is 55.28%
  • magenta value is 35.77%
  • yellow value is 0.00%
  • key color value is 51.76%

CMYK: (55,36,0,52)
C55M36Y0K52 (55%, 36%, 0%, 52%)
(0.55 / 0.36 / 0.00 / 0.52)

CMYK percentages

%55.28
%35.77
%0
%51.76

Codes

Color #374F7B in popluar color models

37 4F 7B
RGB 55 79 123
HSL 219° 38.20% 34.90%
HSB/HSV 219° 55.28% 48.24%
CMYK 55.28% 35.77% 0.00%
51.76%

Color #374F7B in popluar number systems.

HEX 37 4F 7B
Decimal 55 79 123
Binary 110111 1001111 1111011
Octal 67 117 173

Shades and tints

Shades of #374F7B

#374F7B
(55,79,123)
#324870
(50,72,112)
#2D4165
(45,65,101)
#283A5A
(40,58,90)
#23334F
(35,51,79)
#1E2C44
(30,44,68)
#192539
(25,37,57)
#141E2E
(20,30,46)
#0F1723
(15,23,35)
#0A1018
(10,16,24)
#05090D
(5,9,13)
#000000
(0,0,0)

Tints of #374F7B

#374F7B
(55,79,123)
#495F87
(73,95,135)
#5B6F93
(91,111,147)
#6D7F9F
(109,127,159)
#7F8FAB
(127,143,171)
#919FB7
(145,159,183)
#A3AFC3
(163,175,195)
#B5BFCF
(181,191,207)
#C7CFDB
(199,207,219)
#D9DFE7
(217,223,231)
#EBEFF3
(235,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #374F7B color. Also use rgb(55,79,123) instead hex code.

Text Font Color

.myTextColor { color: #374F7B; }

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

This text font color is #374F7B.

Background Color

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

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

This div background color is #374F7B.

Border color

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

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

This div border color is #374F7B.

Opacity

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

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

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

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

This text has shadow with #374F7B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #374F7B.

Preview

Color preview on black background

This text has color #374F7B on black background.


Color preview on white background

This text has color #374F7B on white background.


Black color preview on #374F7B background

This text has black color on #374F7B background.


White color preview on #374F7B background

This text has white color on #374F7B background.


Related colors

Complementary color

Complementary color for #hex is #C8B084.


I love getcolorcode.com

Triadic colors

1 #7B374F and #4F7B37 with #374F7B are triadic colors.

2 #7B4F37 and #4F377B with #374F7B are triadic colors.