COLOR #371678

HEX: #371678
RGB: (55,22,120)

Color info

#371678 contains mainly blue color. Web safe color of #371678 is #330066 (or #306).

RGB color model

#371678 color RGB value is (55,22,120).

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

RGB channels and saturation

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

55
22
120

R + G + B ~ 26%. #371678 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 22 + 120 = 197 (100%)
R 55 of 197 ~ 27.92%
G 22 of 197 ~ 11.17%
B 120 of 197 ~ 60.91%

%27.92
%11.17
%60.91

CMYK color model

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

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

CMYK percentages

%54.17
%81.67
%0
%52.94

Codes

Color #371678 in popluar color models

371678
RGB5522120
HSL260°69.01%27.84%
HSB/HSV260°81.67%47.06%
CMYK54.17%81.67%0.00%
52.94%

Color #371678 in popluar number systems.

HEX371678
Decimal5522120
Binary110111101101111000
Octal6726170

Shades and tints

Shades of #371678

#371678
(55,22,120)
#32146E
(50,20,110)
#2D1264
(45,18,100)
#28105A
(40,16,90)
#230E50
(35,14,80)
#1E0C46
(30,12,70)
#190A3C
(25,10,60)
#140832
(20,8,50)
#0F0628
(15,6,40)
#0A041E
(10,4,30)
#050214
(5,2,20)
#000000
(0,0,0)

Tints of #371678

#371678
(55,22,120)
#492B84
(73,43,132)
#5B4090
(91,64,144)
#6D559C
(109,85,156)
#7F6AA8
(127,106,168)
#917FB4
(145,127,180)
#A394C0
(163,148,192)
#B5A9CC
(181,169,204)
#C7BED8
(199,190,216)
#D9D3E4
(217,211,228)
#EBE8F0
(235,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #371678; }

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

This text font color is #371678.


Background Color

.myBgColor { background-color: #371678; }

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

This div background color is #371678.


Border color

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

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

This div border color is #371678.


Opacity

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

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

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

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

This text has shadow with #371678 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #371678 on black background.


Color preview on white background

This text has color #371678 on white background.



Black color preview on #371678 background

This text has black color on #371678 background.


White color preview on #371678 background

This text has white color on #371678 background.