COLOR #373A79

HEX: #373A79
RGB: (55,58,121)

Color info

#373A79 contains mainly blue color. Web safe color of #373A79 is #333366 (or #336).

RGB color model

#373A79 color RGB value is (55,58,121).

  • red value is 55;
  • green value is 58;
  • blue value is 121.
RGB:
(55,58,121)
(22%,23%,47%)

RGB channels and saturation

R 55 of 255 = 22%
G 58 of 255 = 23%
B 121 of 255 = 47%

55
58
121

R + G + B ~ 31%. #373A79 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 58 + 121 = 234 (100%)
R 55 of 234 ~ 23.5%
G 58 of 234 ~ 24.79%
B 121 of 234 ~ 51.71%

%23.5
%24.79
%51.71

CMYK color model

#373A79 color CMYK value is (55,52,0,53).

  • cyan value is 54.55%
  • magenta value is 52.07%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(55,52,0,53)
C55M52Y0K53 
(55%,52%,0%,53%)
(0.55/0.52/0.00/0.53)	

CMYK percentages

%54.55
%52.07
%0
%52.55

Codes

Color #373A79 in popluar color models

373A79
RGB5558121
HSL237°37.50%34.51%
HSB/HSV237°54.55%47.45%
CMYK54.55%52.07%0.00%
52.55%

Color #373A79 in popluar number systems.

HEX373A79
Decimal5558121
Binary1101111110101111001
Octal6772171

Shades and tints

Shades of #373A79

#373A79
(55,58,121)
#32356E
(50,53,110)
#2D3063
(45,48,99)
#282B58
(40,43,88)
#23264D
(35,38,77)
#1E2142
(30,33,66)
#191C37
(25,28,55)
#14172C
(20,23,44)
#0F1221
(15,18,33)
#0A0D16
(10,13,22)
#05080B
(5,8,11)
#000000
(0,0,0)

Tints of #373A79

#373A79
(55,58,121)
#494B85
(73,75,133)
#5B5C91
(91,92,145)
#6D6D9D
(109,109,157)
#7F7EA9
(127,126,169)
#918FB5
(145,143,181)
#A3A0C1
(163,160,193)
#B5B1CD
(181,177,205)
#C7C2D9
(199,194,217)
#D9D3E5
(217,211,229)
#EBE4F1
(235,228,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #373A79; }

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

This text font color is #373A79.


Background Color

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

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

This div background color is #373A79.


Border color

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

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

This div border color is #373A79.


Opacity

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

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

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

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

This text has shadow with #373A79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #373A79 on black background.


Color preview on white background

This text has color #373A79 on white background.



Black color preview on #373A79 background

This text has black color on #373A79 background.


White color preview on #373A79 background

This text has white color on #373A79 background.