COLOR #371FDF

HEX: #371FDF
RGB: (55,31,223)

Color info

#371FDF contains mainly blue color. Web safe color of #371FDF is #3333CC (or #33C).

RGB color model

#371FDF color RGB value is (55,31,223).

  • red value is 55;
  • green value is 31;
  • blue value is 223.
RGB:
(55,31,223)
(22%,12%,87%)

RGB channels and saturation

R 55 of 255 = 22%
G 31 of 255 = 12%
B 223 of 255 = 87%

55
31
223

R + G + B ~ 40%. #371FDF is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
55 + 31 + 223 = 309 (100%)
R 55 of 309 ~ 17.8%
G 31 of 309 ~ 10.03%
B 223 of 309 ~ 72.17%

%17.8
%10.03
%72.17

CMYK color model

#371FDF color CMYK value is (75,86,0,13).

  • cyan value is 75.34%
  • magenta value is 86.10%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(75,86,0,13)
C75M86Y0K13 
(75%,86%,0%,13%)
(0.75/0.86/0.00/0.13)	

CMYK percentages

%75.34
%86.1
%0
%12.55

Codes

Color #371FDF in popluar color models

371FDF
RGB5531223
HSL248°75.59%49.80%
HSB/HSV248°86.10%87.45%
CMYK75.34%86.10%0.00%
12.55%

Color #371FDF in popluar number systems.

HEX371FDF
Decimal5531223
Binary1101111111111011111
Octal6737337

Shades and tints

Shades of #371FDF

#371FDF
(55,31,223)
#321DCB
(50,29,203)
#2D1BB7
(45,27,183)
#2819A3
(40,25,163)
#23178F
(35,23,143)
#1E157B
(30,21,123)
#191367
(25,19,103)
#141153
(20,17,83)
#0F0F3F
(15,15,63)
#0A0D2B
(10,13,43)
#050B17
(5,11,23)
#000000
(0,0,0)

Tints of #371FDF

#371FDF
(55,31,223)
#4933E1
(73,51,225)
#5B47E3
(91,71,227)
#6D5BE5
(109,91,229)
#7F6FE7
(127,111,231)
#9183E9
(145,131,233)
#A397EB
(163,151,235)
#B5ABED
(181,171,237)
#C7BFEF
(199,191,239)
#D9D3F1
(217,211,241)
#EBE7F3
(235,231,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #371FDF color. Also use rgb(55,31,223) instead hex code.

Text Font Color

.myTextColor { color: #371FDF; }

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

This text font color is #371FDF.


Background Color

.myBgColor { background-color: #371FDF; }

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

This div background color is #371FDF.


Border color

.myBorderColor { border: 1px solid #371FDF; }

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

This div border color is #371FDF.


Opacity

.myOpacity80 { color: #371FDF; opacity: 0.8; }

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

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

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

This text has shadow with #371FDF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #371FDF on black background.


Color preview on white background

This text has color #371FDF on white background.



Black color preview on #371FDF background

This text has black color on #371FDF background.


White color preview on #371FDF background

This text has white color on #371FDF background.