COLOR #373B79

HEX: #373B79 RGB: (55,59,121)

Color info

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

RGB color model

#373B79 color RGB value is (55,59,121).

RGB: (55,59,121) (22%, 23%, 47%)

RGB channels and saturation

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

55
59
121

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

Portions of RGB colors in percentages

R + G + B = 55 + 59 + 121 = 235 (100%)
R 55 of 235 ~ 23.4%
G 59 of 235 ~ 25.11%
B 121 of 235 ~ 51.49'%

%23.4
%25.11
%51.49

CMYK color model

#373B79 color CMYK value is (55,51,0,53).

  • cyan value is 54.55%
  • magenta value is 51.24%
  • yellow value is 0.00%
  • key color value is 52.55%

CMYK: (55,51,0,53)
C55M51Y0K53 (55%, 51%, 0%, 53%)
(0.55 / 0.51 / 0.00 / 0.53)

CMYK percentages

%54.55
%51.24
%0
%52.55

Codes

Color #373B79 in popluar color models

37 3B 79
RGB 55 59 121
HSL 236° 37.50% 34.51%
HSB/HSV 236° 54.55% 47.45%
CMYK 54.55% 51.24% 0.00%
52.55%

Color #373B79 in popluar number systems.

HEX 37 3B 79
Decimal 55 59 121
Binary 110111 111011 1111001
Octal 67 73 171

Shades and tints

Shades of #373B79

#373B79
(55,59,121)
#32366E
(50,54,110)
#2D3163
(45,49,99)
#282C58
(40,44,88)
#23274D
(35,39,77)
#1E2242
(30,34,66)
#191D37
(25,29,55)
#14182C
(20,24,44)
#0F1321
(15,19,33)
#0A0E16
(10,14,22)
#05090B
(5,9,11)
#000000
(0,0,0)

Tints of #373B79

#373B79
(55,59,121)
#494C85
(73,76,133)
#5B5D91
(91,93,145)
#6D6E9D
(109,110,157)
#7F7FA9
(127,127,169)
#9190B5
(145,144,181)
#A3A1C1
(163,161,193)
#B5B2CD
(181,178,205)
#C7C3D9
(199,195,217)
#D9D4E5
(217,212,229)
#EBE5F1
(235,229,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #373B79; }

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

This text font color is #373B79.

Background Color

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

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

This div background color is #373B79.

Border color

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

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

This div border color is #373B79.

Opacity

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

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

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

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

This text has shadow with #373B79 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #373B79.

Preview

Color preview on black background

This text has color #373B79 on black background.


Color preview on white background

This text has color #373B79 on white background.


Black color preview on #373B79 background

This text has black color on #373B79 background.


White color preview on #373B79 background

This text has white color on #373B79 background.


Related colors

Complementary color

Complementary color for #373B79 is #C8C486.


I love getcolorcode.com

Triadic colors

1 #79373B and #3B7937 with #373B79 are triadic colors.

2 #793B37 and #3B3779 with #373B79 are triadic colors.