COLOR #373778

HEX: #373778
RGB: (55,55,120)

Color info

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

RGB color model

#373778 color RGB value is (55,55,120).

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

RGB channels and saturation

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

55
55
120

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

Portions of RGB colors in percentages

R + G + B =
55 + 55 + 120 = 230 (100%)
R 55 of 230 ~ 23.91%
G 55 of 230 ~ 23.91%
B 120 of 230 ~ 52.17%

%23.91
%23.91
%52.17

CMYK color model

#373778 color CMYK value is (54,54,0,53).

  • cyan value is 54.17%
  • magenta value is 54.17%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(54,54,0,53)
C54M54Y0K53 
(54%,54%,0%,53%)
(0.54/0.54/0.00/0.53)	

CMYK percentages

%54.17
%54.17
%0
%52.94

Codes

Color #373778 in popluar color models

373778
RGB5555120
HSL240°37.14%34.31%
HSB/HSV240°54.17%47.06%
CMYK54.17%54.17%0.00%
52.94%

Color #373778 in popluar number systems.

HEX373778
Decimal5555120
Binary1101111101111111000
Octal6767170

Shades and tints

Shades of #373778

#373778
(55,55,120)
#32326E
(50,50,110)
#2D2D64
(45,45,100)
#28285A
(40,40,90)
#232350
(35,35,80)
#1E1E46
(30,30,70)
#19193C
(25,25,60)
#141432
(20,20,50)
#0F0F28
(15,15,40)
#0A0A1E
(10,10,30)
#050514
(5,5,20)
#000000
(0,0,0)

Tints of #373778

#373778
(55,55,120)
#494984
(73,73,132)
#5B5B90
(91,91,144)
#6D6D9C
(109,109,156)
#7F7FA8
(127,127,168)
#9191B4
(145,145,180)
#A3A3C0
(163,163,192)
#B5B5CC
(181,181,204)
#C7C7D8
(199,199,216)
#D9D9E4
(217,217,228)
#EBEBF0
(235,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #373778; }

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

This text font color is #373778.


Background Color

.myBgColor { background-color: #373778; }

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

This div background color is #373778.


Border color

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

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

This div border color is #373778.


Opacity

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

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

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

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

This text has shadow with #373778 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #373778 on black background.


Color preview on white background

This text has color #373778 on white background.



Black color preview on #373778 background

This text has black color on #373778 background.


White color preview on #373778 background

This text has white color on #373778 background.