COLOR #3873C5

HEX: #3873C5
RGB: (56,115,197)

Color info

#3873C5 contains mainly blue color. Web safe color of #3873C5 is #3366CC (or #36C).

RGB color model

#3873C5 color RGB value is (56,115,197).

  • red value is 56;
  • green value is 115;
  • blue value is 197.
RGB:
(56,115,197)
(22%,45%,77%)

RGB channels and saturation

R 56 of 255 = 22%
G 115 of 255 = 45%
B 197 of 255 = 77%

56
115
197

R + G + B ~ 48%. #3873C5 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
56 + 115 + 197 = 368 (100%)
R 56 of 368 ~ 15.22%
G 115 of 368 ~ 31.25%
B 197 of 368 ~ 53.53%

%15.22
%31.25
%53.53

CMYK color model

#3873C5 color CMYK value is (72,42,0,23).

  • cyan value is 71.57%
  • magenta value is 41.62%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(72,42,0,23)
C72M42Y0K23 
(72%,42%,0%,23%)
(0.72/0.42/0.00/0.23)	

CMYK percentages

%71.57
%41.62
%0
%22.75

Codes

Color #3873C5 in popluar color models

3873C5
RGB56115197
HSL215°55.73%49.61%
HSB/HSV215°71.57%77.25%
CMYK71.57%41.62%0.00%
22.75%

Color #3873C5 in popluar number systems.

HEX3873C5
Decimal56115197
Binary111000111001111000101
Octal70163305

Shades and tints

Shades of #3873C5

#3873C5
(56,115,197)
#3369B4
(51,105,180)
#2E5FA3
(46,95,163)
#295592
(41,85,146)
#244B81
(36,75,129)
#1F4170
(31,65,112)
#1A375F
(26,55,95)
#152D4E
(21,45,78)
#10233D
(16,35,61)
#0B192C
(11,25,44)
#060F1B
(6,15,27)
#000000
(0,0,0)

Tints of #3873C5

#3873C5
(56,115,197)
#4A7FCA
(74,127,202)
#5C8BCF
(92,139,207)
#6E97D4
(110,151,212)
#80A3D9
(128,163,217)
#92AFDE
(146,175,222)
#A4BBE3
(164,187,227)
#B6C7E8
(182,199,232)
#C8D3ED
(200,211,237)
#DADFF2
(218,223,242)
#ECEBF7
(236,235,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3873C5 color. Also use rgb(56,115,197) instead hex code.

Text Font Color

.myTextColor { color: #3873C5; }

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

This text font color is #3873C5.


Background Color

.myBgColor { background-color: #3873C5; }

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

This div background color is #3873C5.


Border color

.myBorderColor { border: 1px solid #3873C5; }

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

This div border color is #3873C5.


Opacity

.myOpacity80 { color: #3873C5; opacity: 0.8; }

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

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

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

This text has shadow with #3873C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3873C5 on black background.


Color preview on white background

This text has color #3873C5 on white background.



Black color preview on #3873C5 background

This text has black color on #3873C5 background.


White color preview on #3873C5 background

This text has white color on #3873C5 background.