COLOR #373C86

HEX: #373C86
RGB: (55,60,134)

Color info

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

RGB color model

#373C86 color RGB value is (55,60,134).

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

RGB channels and saturation

R 55 of 255 = 22%
G 60 of 255 = 24%
B 134 of 255 = 53%

55
60
134

R + G + B ~ 33%. #373C86 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 60 + 134 = 249 (100%)
R 55 of 249 ~ 22.09%
G 60 of 249 ~ 24.1%
B 134 of 249 ~ 53.82%

%22.09
%24.1
%53.82

CMYK color model

#373C86 color CMYK value is (59,55,0,47).

  • cyan value is 58.96%
  • magenta value is 55.22%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(59,55,0,47)
C59M55Y0K47 
(59%,55%,0%,47%)
(0.59/0.55/0.00/0.47)	

CMYK percentages

%58.96
%55.22
%0
%47.45

Codes

Color #373C86 in popluar color models

373C86
RGB5560134
HSL236°41.80%37.06%
HSB/HSV236°58.96%52.55%
CMYK58.96%55.22%0.00%
47.45%

Color #373C86 in popluar number systems.

HEX373C86
Decimal5560134
Binary11011111110010000110
Octal6774206

Shades and tints

Shades of #373C86

#373C86
(55,60,134)
#32377A
(50,55,122)
#2D326E
(45,50,110)
#282D62
(40,45,98)
#232856
(35,40,86)
#1E234A
(30,35,74)
#191E3E
(25,30,62)
#141932
(20,25,50)
#0F1426
(15,20,38)
#0A0F1A
(10,15,26)
#050A0E
(5,10,14)
#000000
(0,0,0)

Tints of #373C86

#373C86
(55,60,134)
#494D91
(73,77,145)
#5B5E9C
(91,94,156)
#6D6FA7
(109,111,167)
#7F80B2
(127,128,178)
#9191BD
(145,145,189)
#A3A2C8
(163,162,200)
#B5B3D3
(181,179,211)
#C7C4DE
(199,196,222)
#D9D5E9
(217,213,233)
#EBE6F4
(235,230,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #373C86; }

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

This text font color is #373C86.


Background Color

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

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

This div background color is #373C86.


Border color

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

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

This div border color is #373C86.


Opacity

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

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

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

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

This text has shadow with #373C86 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #373C86 on black background.


Color preview on white background

This text has color #373C86 on white background.



Black color preview on #373C86 background

This text has black color on #373C86 background.


White color preview on #373C86 background

This text has white color on #373C86 background.