COLOR #377E94

HEX: #377E94
RGB: (55,126,148)

Color info

#377E94 contains mainly green and blue colors. Web safe color of #377E94 is #336699 (or #369).

RGB color model

#377E94 color RGB value is (55,126,148).

  • red value is 55;
  • green value is 126;
  • blue value is 148.
RGB:
(55,126,148)
(22%,49%,58%)

RGB channels and saturation

R 55 of 255 = 22%
G 126 of 255 = 49%
B 148 of 255 = 58%

55
126
148

R + G + B ~ 43%. #377E94 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
55 + 126 + 148 = 329 (100%)
R 55 of 329 ~ 16.72%
G 126 of 329 ~ 38.3%
B 148 of 329 ~ 44.98%

%16.72
%38.3
%44.98

CMYK color model

#377E94 color CMYK value is (63,15,0,42).

  • cyan value is 62.84%
  • magenta value is 14.86%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(63,15,0,42)
C63M15Y0K42 
(63%,15%,0%,42%)
(0.63/0.15/0.00/0.42)	

CMYK percentages

%62.84
%14.86
%0
%41.96

Codes

Color #377E94 in popluar color models

377E94
RGB55126148
HSL194°45.81%39.80%
HSB/HSV194°62.84%58.04%
CMYK62.84%14.86%0.00%
41.96%

Color #377E94 in popluar number systems.

HEX377E94
Decimal55126148
Binary110111111111010010100
Octal67176224

Shades and tints

Shades of #377E94

#377E94
(55,126,148)
#327387
(50,115,135)
#2D687A
(45,104,122)
#285D6D
(40,93,109)
#235260
(35,82,96)
#1E4753
(30,71,83)
#193C46
(25,60,70)
#143139
(20,49,57)
#0F262C
(15,38,44)
#0A1B1F
(10,27,31)
#051012
(5,16,18)
#000000
(0,0,0)

Tints of #377E94

#377E94
(55,126,148)
#49899D
(73,137,157)
#5B94A6
(91,148,166)
#6D9FAF
(109,159,175)
#7FAAB8
(127,170,184)
#91B5C1
(145,181,193)
#A3C0CA
(163,192,202)
#B5CBD3
(181,203,211)
#C7D6DC
(199,214,220)
#D9E1E5
(217,225,229)
#EBECEE
(235,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #377E94 color. Also use rgb(55,126,148) instead hex code.

Text Font Color

.myTextColor { color: #377E94; }

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

This text font color is #377E94.


Background Color

.myBgColor { background-color: #377E94; }

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

This div background color is #377E94.


Border color

.myBorderColor { border: 1px solid #377E94; }

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

This div border color is #377E94.


Opacity

.myOpacity80 { color: #377E94; opacity: 0.8; }

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

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

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

This text has shadow with #377E94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #377E94 on black background.


Color preview on white background

This text has color #377E94 on white background.



Black color preview on #377E94 background

This text has black color on #377E94 background.


White color preview on #377E94 background

This text has white color on #377E94 background.