COLOR #373378

HEX: #373378
RGB: (55,51,120)

Color info

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

RGB color model

#373378 color RGB value is (55,51,120).

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

RGB channels and saturation

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

55
51
120

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

Portions of RGB colors in percentages

R + G + B =
55 + 51 + 120 = 226 (100%)
R 55 of 226 ~ 24.34%
G 51 of 226 ~ 22.57%
B 120 of 226 ~ 53.1%

%24.34
%22.57
%53.1

CMYK color model

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

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

CMYK percentages

%54.17
%57.5
%0
%52.94

Codes

Color #373378 in popluar color models

373378
RGB5551120
HSL243°40.35%33.53%
HSB/HSV243°57.50%47.06%
CMYK54.17%57.50%0.00%
52.94%

Color #373378 in popluar number systems.

HEX373378
Decimal5551120
Binary1101111100111111000
Octal6763170

Shades and tints

Shades of #373378

#373378
(55,51,120)
#322F6E
(50,47,110)
#2D2B64
(45,43,100)
#28275A
(40,39,90)
#232350
(35,35,80)
#1E1F46
(30,31,70)
#191B3C
(25,27,60)
#141732
(20,23,50)
#0F1328
(15,19,40)
#0A0F1E
(10,15,30)
#050B14
(5,11,20)
#000000
(0,0,0)

Tints of #373378

#373378
(55,51,120)
#494584
(73,69,132)
#5B5790
(91,87,144)
#6D699C
(109,105,156)
#7F7BA8
(127,123,168)
#918DB4
(145,141,180)
#A39FC0
(163,159,192)
#B5B1CC
(181,177,204)
#C7C3D8
(199,195,216)
#D9D5E4
(217,213,228)
#EBE7F0
(235,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #373378; }

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

This text font color is #373378.


Background Color

.myBgColor { background-color: #373378; }

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

This div background color is #373378.


Border color

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

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

This div border color is #373378.


Opacity

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

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

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

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

This text has shadow with #373378 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #373378 on black background.


Color preview on white background

This text has color #373378 on white background.



Black color preview on #373378 background

This text has black color on #373378 background.


White color preview on #373378 background

This text has white color on #373378 background.