COLOR #372C86

HEX: #372C86
RGB: (55,44,134)

Color info

#372C86 contains mainly blue color. Web safe color of #372C86 is #333399 (or #339).

RGB color model

#372C86 color RGB value is (55,44,134).

  • red value is 55;
  • green value is 44;
  • blue value is 134.
RGB:
(55,44,134)
(22%,17%,53%)

RGB channels and saturation

R 55 of 255 = 22%
G 44 of 255 = 17%
B 134 of 255 = 53%

55
44
134

R + G + B ~ 31%. #372C86 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 44 + 134 = 233 (100%)
R 55 of 233 ~ 23.61%
G 44 of 233 ~ 18.88%
B 134 of 233 ~ 57.51%

%23.61
%18.88
%57.51

CMYK color model

#372C86 color CMYK value is (59,67,0,47).

  • cyan value is 58.96%
  • magenta value is 67.16%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(59,67,0,47)
C59M67Y0K47 
(59%,67%,0%,47%)
(0.59/0.67/0.00/0.47)	

CMYK percentages

%58.96
%67.16
%0
%47.45

Codes

Color #372C86 in popluar color models

372C86
RGB5544134
HSL247°50.56%34.90%
HSB/HSV247°67.16%52.55%
CMYK58.96%67.16%0.00%
47.45%

Color #372C86 in popluar number systems.

HEX372C86
Decimal5544134
Binary11011110110010000110
Octal6754206

Shades and tints

Shades of #372C86

#372C86
(55,44,134)
#32287A
(50,40,122)
#2D246E
(45,36,110)
#282062
(40,32,98)
#231C56
(35,28,86)
#1E184A
(30,24,74)
#19143E
(25,20,62)
#141032
(20,16,50)
#0F0C26
(15,12,38)
#0A081A
(10,8,26)
#05040E
(5,4,14)
#000000
(0,0,0)

Tints of #372C86

#372C86
(55,44,134)
#493F91
(73,63,145)
#5B529C
(91,82,156)
#6D65A7
(109,101,167)
#7F78B2
(127,120,178)
#918BBD
(145,139,189)
#A39EC8
(163,158,200)
#B5B1D3
(181,177,211)
#C7C4DE
(199,196,222)
#D9D7E9
(217,215,233)
#EBEAF4
(235,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #372C86 color. Also use rgb(55,44,134) instead hex code.

Text Font Color

.myTextColor { color: #372C86; }

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

This text font color is #372C86.


Background Color

.myBgColor { background-color: #372C86; }

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

This div background color is #372C86.


Border color

.myBorderColor { border: 1px solid #372C86; }

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

This div border color is #372C86.


Opacity

.myOpacity80 { color: #372C86; opacity: 0.8; }

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

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

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

This text has shadow with #372C86 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #372C86 on black background.


Color preview on white background

This text has color #372C86 on white background.



Black color preview on #372C86 background

This text has black color on #372C86 background.


White color preview on #372C86 background

This text has white color on #372C86 background.