COLOR #373E8D

HEX: #373E8D RGB: (55,62,141)

Color info

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

RGB color model

#373E8D color RGB value is (55,62,141).

RGB: (55,62,141) (22%, 24%, 55%)

RGB channels and saturation

R 55 of 255 = 22%
G 62 of 255 = 24%
B 141 of 255 = 55%

55
62
141

R + G + B ~ 34%. #373E8D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 55 + 62 + 141 = 258 (100%)
R 55 of 258 ~ 21.32%
G 62 of 258 ~ 24.03%
B 141 of 258 ~ 54.65'%

%21.32
%24.03
%54.65

CMYK color model

#373E8D color CMYK value is (61,56,0,45).

  • cyan value is 60.99%
  • magenta value is 56.03%
  • yellow value is 0.00%
  • key color value is 44.71%

CMYK: (61,56,0,45)
C61M56Y0K45 (61%, 56%, 0%, 45%)
(0.61 / 0.56 / 0.00 / 0.45)

CMYK percentages

%60.99
%56.03
%0
%44.71

Codes

Color #373E8D in popluar color models

37 3E 8D
RGB 55 62 141
HSL 235° 43.88% 38.43%
HSB/HSV 235° 60.99% 55.29%
CMYK 60.99% 56.03% 0.00%
44.71%

Color #373E8D in popluar number systems.

HEX 37 3E 8D
Decimal 55 62 141
Binary 110111 111110 10001101
Octal 67 76 215

Shades and tints

Shades of #373E8D

#373E8D
(55,62,141)
#323981
(50,57,129)
#2D3475
(45,52,117)
#282F69
(40,47,105)
#232A5D
(35,42,93)
#1E2551
(30,37,81)
#192045
(25,32,69)
#141B39
(20,27,57)
#0F162D
(15,22,45)
#0A1121
(10,17,33)
#050C15
(5,12,21)
#000000
(0,0,0)

Tints of #373E8D

#373E8D
(55,62,141)
#494F97
(73,79,151)
#5B60A1
(91,96,161)
#6D71AB
(109,113,171)
#7F82B5
(127,130,181)
#9193BF
(145,147,191)
#A3A4C9
(163,164,201)
#B5B5D3
(181,181,211)
#C7C6DD
(199,198,221)
#D9D7E7
(217,215,231)
#EBE8F1
(235,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #373E8D color. Also use rgb(55,62,141) instead hex code.

Text Font Color

.myTextColor { color: #373E8D; }

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

This text font color is #373E8D.

Background Color

.myBgColor { background-color: #373E8D; }

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

This div background color is #373E8D.

Border color

.myBorderColor { border: 1px solid #373E8D; }

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

This div border color is #373E8D.

Opacity

.myOpacity80 { color: #373E8D; opacity: 0.8; }

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

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

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

This text has shadow with #373E8D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #373E8D.

Preview

Color preview on black background

This text has color #373E8D on black background.


Color preview on white background

This text has color #373E8D on white background.


Black color preview on #373E8D background

This text has black color on #373E8D background.


White color preview on #373E8D background

This text has white color on #373E8D background.


Related colors

Complementary color

Complementary color for #hex is #C8C172.


I love getcolorcode.com

Triadic colors

1 #8D373E and #3E8D37 with #373E8D are triadic colors.

2 #8D3E37 and #3E378D with #373E8D are triadic colors.