COLOR #37398E

HEX: #37398E
RGB: (55,57,142)

Color info

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

RGB color model

#37398E color RGB value is (55,57,142).

  • red value is 55;
  • green value is 57;
  • blue value is 142.
RGB:
(55,57,142)
(22%,22%,56%)

RGB channels and saturation

R 55 of 255 = 22%
G 57 of 255 = 22%
B 142 of 255 = 56%

55
57
142

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

Portions of RGB colors in percentages

R + G + B =
55 + 57 + 142 = 254 (100%)
R 55 of 254 ~ 21.65%
G 57 of 254 ~ 22.44%
B 142 of 254 ~ 55.91%

%21.65
%22.44
%55.91

CMYK color model

#37398E color CMYK value is (61,60,0,44).

  • cyan value is 61.27%
  • magenta value is 59.86%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(61,60,0,44)
C61M60Y0K44 
(61%,60%,0%,44%)
(0.61/0.60/0.00/0.44)	

CMYK percentages

%61.27
%59.86
%0
%44.31

Codes

Color #37398E in popluar color models

37398E
RGB5557142
HSL239°44.16%38.63%
HSB/HSV239°61.27%55.69%
CMYK61.27%59.86%0.00%
44.31%

Color #37398E in popluar number systems.

HEX37398E
Decimal5557142
Binary11011111100110001110
Octal6771216

Shades and tints

Shades of #37398E

#37398E
(55,57,142)
#323482
(50,52,130)
#2D2F76
(45,47,118)
#282A6A
(40,42,106)
#23255E
(35,37,94)
#1E2052
(30,32,82)
#191B46
(25,27,70)
#14163A
(20,22,58)
#0F112E
(15,17,46)
#0A0C22
(10,12,34)
#050716
(5,7,22)
#000000
(0,0,0)

Tints of #37398E

#37398E
(55,57,142)
#494B98
(73,75,152)
#5B5DA2
(91,93,162)
#6D6FAC
(109,111,172)
#7F81B6
(127,129,182)
#9193C0
(145,147,192)
#A3A5CA
(163,165,202)
#B5B7D4
(181,183,212)
#C7C9DE
(199,201,222)
#D9DBE8
(217,219,232)
#EBEDF2
(235,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #37398E color. Also use rgb(55,57,142) instead hex code.

Text Font Color

.myTextColor { color: #37398E; }

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

This text font color is #37398E.


Background Color

.myBgColor { background-color: #37398E; }

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

This div background color is #37398E.


Border color

.myBorderColor { border: 1px solid #37398E; }

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

This div border color is #37398E.


Opacity

.myOpacity80 { color: #37398E; opacity: 0.8; }

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

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

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

This text has shadow with #37398E color.

.textShadow {text-shadow: 3px 3px 1px #37398E, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #37398E;
-webkit-box-shadow: 1px 1px 3px 2px #37398E;
box-shadow:1px 1px 3px 2px #37398E;">
Div content here</div>
This div box has shadow with color #37398E.

Preview

Color preview on black background

This text has color #37398E on black background.


Color preview on white background

This text has color #37398E on white background.



Black color preview on #37398E background

This text has black color on #37398E background.


White color preview on #37398E background

This text has white color on #37398E background.