COLOR #373CA0

HEX: #373CA0
RGB: (55,60,160)

Color info

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

RGB color model

#373CA0 color RGB value is (55,60,160).

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

RGB channels and saturation

R 55 of 255 = 22%
G 60 of 255 = 24%
B 160 of 255 = 63%

55
60
160

R + G + B ~ 36%. #373CA0 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 60 + 160 = 275 (100%)
R 55 of 275 ~ 20%
G 60 of 275 ~ 21.82%
B 160 of 275 ~ 58.18%

%20
%21.82
%58.18

CMYK color model

#373CA0 color CMYK value is (66,63,0,37).

  • cyan value is 65.63%
  • magenta value is 62.50%
  • yellow value is 0.00%
  • key color value is 37.25%
CMYK:
(66,63,0,37)
C66M63Y0K37 
(66%,63%,0%,37%)
(0.66/0.63/0.00/0.37)	

CMYK percentages

%65.63
%62.5
%0
%37.25

Codes

Color #373CA0 in popluar color models

373CA0
RGB5560160
HSL237°48.84%42.16%
HSB/HSV237°65.63%62.75%
CMYK65.63%62.50%0.00%
37.25%

Color #373CA0 in popluar number systems.

HEX373CA0
Decimal5560160
Binary11011111110010100000
Octal6774240

Shades and tints

Shades of #373CA0

#373CA0
(55,60,160)
#323792
(50,55,146)
#2D3284
(45,50,132)
#282D76
(40,45,118)
#232868
(35,40,104)
#1E235A
(30,35,90)
#191E4C
(25,30,76)
#14193E
(20,25,62)
#0F1430
(15,20,48)
#0A0F22
(10,15,34)
#050A14
(5,10,20)
#000000
(0,0,0)

Tints of #373CA0

#373CA0
(55,60,160)
#494DA8
(73,77,168)
#5B5EB0
(91,94,176)
#6D6FB8
(109,111,184)
#7F80C0
(127,128,192)
#9191C8
(145,145,200)
#A3A2D0
(163,162,208)
#B5B3D8
(181,179,216)
#C7C4E0
(199,196,224)
#D9D5E8
(217,213,232)
#EBE6F0
(235,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #373CA0; }

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

This text font color is #373CA0.


Background Color

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

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

This div background color is #373CA0.


Border color

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

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

This div border color is #373CA0.


Opacity

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

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

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

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

This text has shadow with #373CA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #373CA0 on black background.


Color preview on white background

This text has color #373CA0 on white background.



Black color preview on #373CA0 background

This text has black color on #373CA0 background.


White color preview on #373CA0 background

This text has white color on #373CA0 background.