COLOR #373779

HEX: #373779
RGB: (55,55,121)

Color info

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

RGB color model

#373779 color RGB value is (55,55,121).

  • red value is 55;
  • green value is 55;
  • blue value is 121.
RGB:
(55,55,121)
(22%,22%,47%)

RGB channels and saturation

R 55 of 255 = 22%
G 55 of 255 = 22%
B 121 of 255 = 47%

55
55
121

R + G + B ~ 30%. #373779 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 55 + 121 = 231 (100%)
R 55 of 231 ~ 23.81%
G 55 of 231 ~ 23.81%
B 121 of 231 ~ 52.38%

%23.81
%23.81
%52.38

CMYK color model

#373779 color CMYK value is (55,55,0,53).

  • cyan value is 54.55%
  • magenta value is 54.55%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(55,55,0,53)
C55M55Y0K53 
(55%,55%,0%,53%)
(0.55/0.55/0.00/0.53)	

CMYK percentages

%54.55
%54.55
%0
%52.55

Codes

Color #373779 in popluar color models

373779
RGB5555121
HSL240°37.50%34.51%
HSB/HSV240°54.55%47.45%
CMYK54.55%54.55%0.00%
52.55%

Color #373779 in popluar number systems.

HEX373779
Decimal5555121
Binary1101111101111111001
Octal6767171

Shades and tints

Shades of #373779

#373779
(55,55,121)
#32326E
(50,50,110)
#2D2D63
(45,45,99)
#282858
(40,40,88)
#23234D
(35,35,77)
#1E1E42
(30,30,66)
#191937
(25,25,55)
#14142C
(20,20,44)
#0F0F21
(15,15,33)
#0A0A16
(10,10,22)
#05050B
(5,5,11)
#000000
(0,0,0)

Tints of #373779

#373779
(55,55,121)
#494985
(73,73,133)
#5B5B91
(91,91,145)
#6D6D9D
(109,109,157)
#7F7FA9
(127,127,169)
#9191B5
(145,145,181)
#A3A3C1
(163,163,193)
#B5B5CD
(181,181,205)
#C7C7D9
(199,199,217)
#D9D9E5
(217,217,229)
#EBEBF1
(235,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #373779; }

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

This text font color is #373779.


Background Color

.myBgColor { background-color: #373779; }

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

This div background color is #373779.


Border color

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

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

This div border color is #373779.


Opacity

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

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

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

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

This text has shadow with #373779 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #373779 on black background.


Color preview on white background

This text has color #373779 on white background.



Black color preview on #373779 background

This text has black color on #373779 background.


White color preview on #373779 background

This text has white color on #373779 background.