COLOR #376494

HEX: #376494
RGB: (55,100,148)

Color info

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

RGB color model

#376494 color RGB value is (55,100,148).

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

RGB channels and saturation

R 55 of 255 = 22%
G 100 of 255 = 39%
B 148 of 255 = 58%

55
100
148

R + G + B ~ 40%. #376494 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
55 + 100 + 148 = 303 (100%)
R 55 of 303 ~ 18.15%
G 100 of 303 ~ 33%
B 148 of 303 ~ 48.84%

%18.15
%33
%48.84

CMYK color model

#376494 color CMYK value is (63,32,0,42).

  • cyan value is 62.84%
  • magenta value is 32.43%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(63,32,0,42)
C63M32Y0K42 
(63%,32%,0%,42%)
(0.63/0.32/0.00/0.42)	

CMYK percentages

%62.84
%32.43
%0
%41.96

Codes

Color #376494 in popluar color models

376494
RGB55100148
HSL211°45.81%39.80%
HSB/HSV211°62.84%58.04%
CMYK62.84%32.43%0.00%
41.96%

Color #376494 in popluar number systems.

HEX376494
Decimal55100148
Binary110111110010010010100
Octal67144224

Shades and tints

Shades of #376494

#376494
(55,100,148)
#325B87
(50,91,135)
#2D527A
(45,82,122)
#28496D
(40,73,109)
#234060
(35,64,96)
#1E3753
(30,55,83)
#192E46
(25,46,70)
#142539
(20,37,57)
#0F1C2C
(15,28,44)
#0A131F
(10,19,31)
#050A12
(5,10,18)
#000000
(0,0,0)

Tints of #376494

#376494
(55,100,148)
#49729D
(73,114,157)
#5B80A6
(91,128,166)
#6D8EAF
(109,142,175)
#7F9CB8
(127,156,184)
#91AAC1
(145,170,193)
#A3B8CA
(163,184,202)
#B5C6D3
(181,198,211)
#C7D4DC
(199,212,220)
#D9E2E5
(217,226,229)
#EBF0EE
(235,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #376494; }

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

This text font color is #376494.


Background Color

.myBgColor { background-color: #376494; }

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

This div background color is #376494.


Border color

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

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

This div border color is #376494.


Opacity

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

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

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

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

This text has shadow with #376494 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #376494 on black background.


Color preview on white background

This text has color #376494 on white background.



Black color preview on #376494 background

This text has black color on #376494 background.


White color preview on #376494 background

This text has white color on #376494 background.