COLOR #373A8C

HEX: #373A8C RGB: (55,58,140)

Color info

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

RGB color model

#373A8C color RGB value is (55,58,140).

RGB: (55,58,140) (22%, 23%, 55%)

RGB channels and saturation

R 55 of 255 = 22%
G 58 of 255 = 23%
B 140 of 255 = 55%

55
58
140

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

Portions of RGB colors in percentages

R + G + B = 55 + 58 + 140 = 253 (100%)
R 55 of 253 ~ 21.74%
G 58 of 253 ~ 22.92%
B 140 of 253 ~ 55.34'%

%21.74
%22.92
%55.34

CMYK color model

#373A8C color CMYK value is (61,59,0,45).

  • cyan value is 60.71%
  • magenta value is 58.57%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK: (61,59,0,45) C61M59Y0K45 (61%,59%,0%,45%) (0.61/0.59/0.00/0.45) 

CMYK percentages

%60.71
%58.57
%0
%45.1

Codes

Color #373A8C in popluar color models

37 3A 8C
RGB 55 58 140
HSL 238° 43.59% 38.24%
HSB/HSV 238° 60.71% 54.90%
CMYK 60.71% 58.57% 0.00%
45.10%

Color #373A8C in popluar number systems.

HEX 37 3A 8C
Decimal 55 58 140
Binary 110111 111010 10001100
Octal 67 72 214

Shades and tints

Shades of #373A8C

#373A8C
(55,58,140)
#323580
(50,53,128)
#2D3074
(45,48,116)
#282B68
(40,43,104)
#23265C
(35,38,92)
#1E2150
(30,33,80)
#191C44
(25,28,68)
#141738
(20,23,56)
#0F122C
(15,18,44)
#0A0D20
(10,13,32)
#050814
(5,8,20)
#000000
(0,0,0)

Tints of #373A8C

#373A8C
(55,58,140)
#494B96
(73,75,150)
#5B5CA0
(91,92,160)
#6D6DAA
(109,109,170)
#7F7EB4
(127,126,180)
#918FBE
(145,143,190)
#A3A0C8
(163,160,200)
#B5B1D2
(181,177,210)
#C7C2DC
(199,194,220)
#D9D3E6
(217,211,230)
#EBE4F0
(235,228,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #373A8C color. Also use rgb(55,58,140) instead hex code.

Text Font Color

.myTextColor { color: #373A8C; }

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

This text font color is #373A8C.

Background Color

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

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

This div background color is #373A8C.

Border color

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

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

This div border color is #373A8C.

Opacity

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

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

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

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

This text has shadow with #373A8C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #373A8C.

Preview

Color preview on black background

This text has color #373A8C on black background.


Color preview on white background

This text has color #373A8C on white background.


Black color preview on #373A8C background

This text has black color on #373A8C background.


White color preview on #373A8C background

This text has white color on #373A8C background.


Related colors

Complementary color

Complementary color for #hex is #C8C573.


I love getcolorcode.com

Triadic colors

1 #8C373A and #3A8C37 with #373A8C are triadic colors.

2 #8C3A37 and #3A378C with #373A8C are triadic colors.