COLOR #373782

HEX: #373782 RGB: (55,55,130)

Color info

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

RGB color model

#373782 color RGB value is (55,55,130).

RGB: (55,55,130) (22%, 22%, 51%)

RGB channels and saturation

R 55 of 255 = 22%
G 55 of 255 = 22%
B 130 of 255 = 51%

55
55
130

R + G + B ~ 32%. #373782 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 55 + 55 + 130 = 240 (100%)
R 55 of 240 ~ 22.92%
G 55 of 240 ~ 22.92%
B 130 of 240 ~ 54.17'%

%22.92
%22.92
%54.17

CMYK color model

#373782 color CMYK value is (58,58,0,49).

  • cyan value is 57.69%
  • magenta value is 57.69%
  • yellow value is 0.00%
  • key color value is 49.02%

CMYK: (58,58,0,49)
C58M58Y0K49 (58%, 58%, 0%, 49%)
(0.58 / 0.58 / 0.00 / 0.49)

CMYK percentages

%57.69
%57.69
%0
%49.02

Codes

Color #373782 in popluar color models

37 37 82
RGB 55 55 130
HSL 240° 40.54% 36.27%
HSB/HSV 240° 57.69% 50.98%
CMYK 57.69% 57.69% 0.00%
49.02%

Color #373782 in popluar number systems.

HEX 37 37 82
Decimal 55 55 130
Binary 110111 110111 10000010
Octal 67 67 202

Shades and tints

Shades of #373782

#373782
(55,55,130)
#323277
(50,50,119)
#2D2D6C
(45,45,108)
#282861
(40,40,97)
#232356
(35,35,86)
#1E1E4B
(30,30,75)
#191940
(25,25,64)
#141435
(20,20,53)
#0F0F2A
(15,15,42)
#0A0A1F
(10,10,31)
#050514
(5,5,20)
#000000
(0,0,0)

Tints of #373782

#373782
(55,55,130)
#49498D
(73,73,141)
#5B5B98
(91,91,152)
#6D6DA3
(109,109,163)
#7F7FAE
(127,127,174)
#9191B9
(145,145,185)
#A3A3C4
(163,163,196)
#B5B5CF
(181,181,207)
#C7C7DA
(199,199,218)
#D9D9E5
(217,217,229)
#EBEBF0
(235,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #373782; }

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

This text font color is #373782.

Background Color

.myBgColor { background-color: #373782; }

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

This div background color is #373782.

Border color

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

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

This div border color is #373782.

Opacity

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

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

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

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

This text has shadow with #373782 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #373782.

Preview

Color preview on black background

This text has color #373782 on black background.


Color preview on white background

This text has color #373782 on white background.


Black color preview on #373782 background

This text has black color on #373782 background.


White color preview on #373782 background

This text has white color on #373782 background.


Related colors

Complementary color

Complementary color for #hex is #C8C87D.


I love getcolorcode.com