COLOR #372B6E

HEX: #372B6E RGB: (55,43,110)

Color info

#372B6E contains mainly red and blue colors. Web safe color of #372B6E is #333366 (or #336).

RGB color model

#372B6E color RGB value is (55,43,110).

RGB: (55,43,110) (22%, 17%, 43%)

RGB channels and saturation

R 55 of 255 = 22%
G 43 of 255 = 17%
B 110 of 255 = 43%

55
43
110

R + G + B ~ 27%. #372B6E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 55 + 43 + 110 = 208 (100%)
R 55 of 208 ~ 26.44%
G 43 of 208 ~ 20.67%
B 110 of 208 ~ 52.88'%

%26.44
%20.67
%52.88

CMYK color model

#372B6E color CMYK value is (50,61,0,57).

  • cyan value is 50.00%
  • magenta value is 60.91%
  • yellow value is 0.00%
  • key color value is 56.86%

CMYK: (50,61,0,57)
C50M61Y0K57 (50%, 61%, 0%, 57%)
(0.50 / 0.61 / 0.00 / 0.57)

CMYK percentages

%50
%60.91
%0
%56.86

Codes

Color #372B6E in popluar color models

37 2B 6E
RGB 55 43 110
HSL 251° 43.79% 30.00%
HSB/HSV 251° 60.91% 43.14%
CMYK 50.00% 60.91% 0.00%
56.86%

Color #372B6E in popluar number systems.

HEX 37 2B 6E
Decimal 55 43 110
Binary 110111 101011 1101110
Octal 67 53 156

Shades and tints

Shades of #372B6E

#372B6E
(55,43,110)
#322864
(50,40,100)
#2D255A
(45,37,90)
#282250
(40,34,80)
#231F46
(35,31,70)
#1E1C3C
(30,28,60)
#191932
(25,25,50)
#141628
(20,22,40)
#0F131E
(15,19,30)
#0A1014
(10,16,20)
#050D0A
(5,13,10)
#000000
(0,0,0)

Tints of #372B6E

#372B6E
(55,43,110)
#493E7B
(73,62,123)
#5B5188
(91,81,136)
#6D6495
(109,100,149)
#7F77A2
(127,119,162)
#918AAF
(145,138,175)
#A39DBC
(163,157,188)
#B5B0C9
(181,176,201)
#C7C3D6
(199,195,214)
#D9D6E3
(217,214,227)
#EBE9F0
(235,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #372B6E color. Also use rgb(55,43,110) instead hex code.

Text Font Color

.myTextColor { color: #372B6E; }

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

This text font color is #372B6E.

Background Color

.myBgColor { background-color: #372B6E; }

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

This div background color is #372B6E.

Border color

.myBorderColor { border: 1px solid #372B6E; }

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

This div border color is #372B6E.

Opacity

.myOpacity80 { color: #372B6E; opacity: 0.8; }

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

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

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

This text has shadow with #372B6E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #372B6E.

Preview

Color preview on black background

This text has color #372B6E on black background.


Color preview on white background

This text has color #372B6E on white background.


Black color preview on #372B6E background

This text has black color on #372B6E background.


White color preview on #372B6E background

This text has white color on #372B6E background.


Related colors

Complementary color

Complementary color for #hex is #C8D491.


I love getcolorcode.com

Triadic colors

1 #6E372B and #2B6E37 with #372B6E are triadic colors.

2 #6E2B37 and #2B376E with #372B6E are triadic colors.