COLOR #373F80

HEX: #373F80
RGB: (55,63,128)

Color info

#373F80 contains mainly blue color. Web safe color of #373F80 is #333366 (or #336).

RGB color model

#373F80 color RGB value is (55,63,128).

  • red value is 55;
  • green value is 63;
  • blue value is 128.
RGB:
(55,63,128)
(22%,25%,50%)

RGB channels and saturation

R 55 of 255 = 22%
G 63 of 255 = 25%
B 128 of 255 = 50%

55
63
128

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

Portions of RGB colors in percentages

R + G + B =
55 + 63 + 128 = 246 (100%)
R 55 of 246 ~ 22.36%
G 63 of 246 ~ 25.61%
B 128 of 246 ~ 52.03%

%22.36
%25.61
%52.03

CMYK color model

#373F80 color CMYK value is (57,51,0,50).

  • cyan value is 57.03%
  • magenta value is 50.78%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(57,51,0,50)
C57M51Y0K50 
(57%,51%,0%,50%)
(0.57/0.51/0.00/0.50)	

CMYK percentages

%57.03
%50.78
%0
%49.8

Codes

Color #373F80 in popluar color models

373F80
RGB5563128
HSL233°39.89%35.88%
HSB/HSV233°57.03%50.20%
CMYK57.03%50.78%0.00%
49.80%

Color #373F80 in popluar number systems.

HEX373F80
Decimal5563128
Binary11011111111110000000
Octal6777200

Shades and tints

Shades of #373F80

#373F80
(55,63,128)
#323A75
(50,58,117)
#2D356A
(45,53,106)
#28305F
(40,48,95)
#232B54
(35,43,84)
#1E2649
(30,38,73)
#19213E
(25,33,62)
#141C33
(20,28,51)
#0F1728
(15,23,40)
#0A121D
(10,18,29)
#050D12
(5,13,18)
#000000
(0,0,0)

Tints of #373F80

#373F80
(55,63,128)
#49508B
(73,80,139)
#5B6196
(91,97,150)
#6D72A1
(109,114,161)
#7F83AC
(127,131,172)
#9194B7
(145,148,183)
#A3A5C2
(163,165,194)
#B5B6CD
(181,182,205)
#C7C7D8
(199,199,216)
#D9D8E3
(217,216,227)
#EBE9EE
(235,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #373F80 color. Also use rgb(55,63,128) instead hex code.

Text Font Color

.myTextColor { color: #373F80; }

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

This text font color is #373F80.


Background Color

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

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

This div background color is #373F80.


Border color

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

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

This div border color is #373F80.


Opacity

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

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

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

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

This text has shadow with #373F80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #373F80 on black background.


Color preview on white background

This text has color #373F80 on white background.



Black color preview on #373F80 background

This text has black color on #373F80 background.


White color preview on #373F80 background

This text has white color on #373F80 background.