COLOR #373192

HEX: #373192 RGB: (55,49,146)

Color info

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

RGB color model

#373192 color RGB value is (55,49,146).

RGB: (55,49,146) (22%, 19%, 57%)

RGB channels and saturation

R 55 of 255 = 22%
G 49 of 255 = 19%
B 146 of 255 = 57%

55
49
146

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

Portions of RGB colors in percentages

R + G + B = 55 + 49 + 146 = 250 (100%)
R 55 of 250 ~ 22%
G 49 of 250 ~ 19.6%
B 146 of 250 ~ 58.4'%

%22
%19.6
%58.4

CMYK color model

#373192 color CMYK value is (62,66,0,43).

  • cyan value is 62.33%
  • magenta value is 66.44%
  • yellow value is 0.00%
  • key color value is 42.75%

CMYK: (62,66,0,43)
C62M66Y0K43 (62%, 66%, 0%, 43%)
(0.62 / 0.66 / 0.00 / 0.43)

CMYK percentages

%62.33
%66.44
%0
%42.75

Codes

Color #373192 in popluar color models

37 31 92
RGB 55 49 146
HSL 244° 49.74% 38.24%
HSB/HSV 244° 66.44% 57.25%
CMYK 62.33% 66.44% 0.00%
42.75%

Color #373192 in popluar number systems.

HEX 37 31 92
Decimal 55 49 146
Binary 110111 110001 10010010
Octal 67 61 222

Shades and tints

Shades of #373192

#373192
(55,49,146)
#322D85
(50,45,133)
#2D2978
(45,41,120)
#28256B
(40,37,107)
#23215E
(35,33,94)
#1E1D51
(30,29,81)
#191944
(25,25,68)
#141537
(20,21,55)
#0F112A
(15,17,42)
#0A0D1D
(10,13,29)
#050910
(5,9,16)
#000000
(0,0,0)

Tints of #373192

#373192
(55,49,146)
#49439B
(73,67,155)
#5B55A4
(91,85,164)
#6D67AD
(109,103,173)
#7F79B6
(127,121,182)
#918BBF
(145,139,191)
#A39DC8
(163,157,200)
#B5AFD1
(181,175,209)
#C7C1DA
(199,193,218)
#D9D3E3
(217,211,227)
#EBE5EC
(235,229,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #373192 color. Also use rgb(55,49,146) instead hex code.

Text Font Color

.myTextColor { color: #373192; }

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

This text font color is #373192.

Background Color

.myBgColor { background-color: #373192; }

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

This div background color is #373192.

Border color

.myBorderColor { border: 1px solid #373192; }

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

This div border color is #373192.

Opacity

.myOpacity80 { color: #373192; opacity: 0.8; }

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

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

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

This text has shadow with #373192 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #373192.

Preview

Color preview on black background

This text has color #373192 on black background.


Color preview on white background

This text has color #373192 on white background.


Black color preview on #373192 background

This text has black color on #373192 background.


White color preview on #373192 background

This text has white color on #373192 background.


Related colors

Complementary color

Complementary color for #hex is #C8CE6D.


I love getcolorcode.com

Triadic colors

1 #923731 and #319237 with #373192 are triadic colors.

2 #923137 and #313792 with #373192 are triadic colors.