COLOR #373B9D

HEX: #373B9D RGB: (55,59,157)

Color info

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

RGB color model

#373B9D color RGB value is (55,59,157).

RGB: (55,59,157) (22%, 23%, 62%)

RGB channels and saturation

R 55 of 255 = 22%
G 59 of 255 = 23%
B 157 of 255 = 62%

55
59
157

R + G + B ~ 36%. #373B9D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 55 + 59 + 157 = 271 (100%)
R 55 of 271 ~ 20.3%
G 59 of 271 ~ 21.77%
B 157 of 271 ~ 57.93'%

%20.3
%21.77
%57.93

CMYK color model

#373B9D color CMYK value is (65,62,0,38).

  • cyan value is 64.97%
  • magenta value is 62.42%
  • yellow value is 0.00%
  • key color value is 38.43%

CMYK: (65,62,0,38)
C65M62Y0K38 (65%, 62%, 0%, 38%)
(0.65 / 0.62 / 0.00 / 0.38)

CMYK percentages

%64.97
%62.42
%0
%38.43

Codes

Color #373B9D in popluar color models

37 3B 9D
RGB 55 59 157
HSL 238° 48.11% 41.57%
HSB/HSV 238° 64.97% 61.57%
CMYK 64.97% 62.42% 0.00%
38.43%

Color #373B9D in popluar number systems.

HEX 37 3B 9D
Decimal 55 59 157
Binary 110111 111011 10011101
Octal 67 73 235

Shades and tints

Shades of #373B9D

#373B9D
(55,59,157)
#32368F
(50,54,143)
#2D3181
(45,49,129)
#282C73
(40,44,115)
#232765
(35,39,101)
#1E2257
(30,34,87)
#191D49
(25,29,73)
#14183B
(20,24,59)
#0F132D
(15,19,45)
#0A0E1F
(10,14,31)
#050911
(5,9,17)
#000000
(0,0,0)

Tints of #373B9D

#373B9D
(55,59,157)
#494CA5
(73,76,165)
#5B5DAD
(91,93,173)
#6D6EB5
(109,110,181)
#7F7FBD
(127,127,189)
#9190C5
(145,144,197)
#A3A1CD
(163,161,205)
#B5B2D5
(181,178,213)
#C7C3DD
(199,195,221)
#D9D4E5
(217,212,229)
#EBE5ED
(235,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #373B9D; }

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

This text font color is #373B9D.

Background Color

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

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

This div background color is #373B9D.

Border color

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

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

This div border color is #373B9D.

Opacity

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

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

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

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

This text has shadow with #373B9D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #373B9D.

Preview

Color preview on black background

This text has color #373B9D on black background.


Color preview on white background

This text has color #373B9D on white background.


Black color preview on #373B9D background

This text has black color on #373B9D background.


White color preview on #373B9D background

This text has white color on #373B9D background.


Related colors

Complementary color

Complementary color for #hex is #C8C462.


I love getcolorcode.com

Triadic colors

1 #9D373B and #3B9D37 with #373B9D are triadic colors.

2 #9D3B37 and #3B379D with #373B9D are triadic colors.