COLOR #381FC8

HEX: #381FC8
RGB: (56,31,200)

Color info

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

RGB color model

#381FC8 color RGB value is (56,31,200).

  • red value is 56;
  • green value is 31;
  • blue value is 200.
RGB:
(56,31,200)
(22%,12%,78%)

RGB channels and saturation

R 56 of 255 = 22%
G 31 of 255 = 12%
B 200 of 255 = 78%

56
31
200

R + G + B ~ 37%. #381FC8 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
56 + 31 + 200 = 287 (100%)
R 56 of 287 ~ 19.51%
G 31 of 287 ~ 10.8%
B 200 of 287 ~ 69.69%

%19.51
%10.8
%69.69

CMYK color model

#381FC8 color CMYK value is (72,85,0,22).

  • cyan value is 72.00%
  • magenta value is 84.50%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(72,85,0,22)
C72M85Y0K22 
(72%,85%,0%,22%)
(0.72/0.85/0.00/0.22)	

CMYK percentages

%72
%84.5
%0
%21.57

Codes

Color #381FC8 in popluar color models

381FC8
RGB5631200
HSL249°73.16%45.29%
HSB/HSV249°84.50%78.43%
CMYK72.00%84.50%0.00%
21.57%

Color #381FC8 in popluar number systems.

HEX381FC8
Decimal5631200
Binary1110001111111001000
Octal7037310

Shades and tints

Shades of #381FC8

#381FC8
(56,31,200)
#331DB6
(51,29,182)
#2E1BA4
(46,27,164)
#291992
(41,25,146)
#241780
(36,23,128)
#1F156E
(31,21,110)
#1A135C
(26,19,92)
#15114A
(21,17,74)
#100F38
(16,15,56)
#0B0D26
(11,13,38)
#060B14
(6,11,20)
#000000
(0,0,0)

Tints of #381FC8

#381FC8
(56,31,200)
#4A33CD
(74,51,205)
#5C47D2
(92,71,210)
#6E5BD7
(110,91,215)
#806FDC
(128,111,220)
#9283E1
(146,131,225)
#A497E6
(164,151,230)
#B6ABEB
(182,171,235)
#C8BFF0
(200,191,240)
#DAD3F5
(218,211,245)
#ECE7FA
(236,231,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #381FC8 color. Also use rgb(56,31,200) instead hex code.

Text Font Color

.myTextColor { color: #381FC8; }

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

This text font color is #381FC8.


Background Color

.myBgColor { background-color: #381FC8; }

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

This div background color is #381FC8.


Border color

.myBorderColor { border: 1px solid #381FC8; }

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

This div border color is #381FC8.


Opacity

.myOpacity80 { color: #381FC8; opacity: 0.8; }

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

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

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

This text has shadow with #381FC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #381FC8 on black background.


Color preview on white background

This text has color #381FC8 on white background.



Black color preview on #381FC8 background

This text has black color on #381FC8 background.


White color preview on #381FC8 background

This text has white color on #381FC8 background.