COLOR #3875BD

HEX: #3875BD RGB: (56,117,189)

Color info

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

RGB color model

#3875BD color RGB value is (56,117,189).

RGB: (56,117,189) (22%, 46%, 74%)

RGB channels and saturation

R 56 of 255 = 22%
G 117 of 255 = 46%
B 189 of 255 = 74%

56
117
189

R + G + B ~ 47%. #3875BD is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 56 + 117 + 189 = 362 (100%)
R 56 of 362 ~ 15.47%
G 117 of 362 ~ 32.32%
B 189 of 362 ~ 52.21'%

%15.47
%32.32
%52.21

CMYK color model

#3875BD color CMYK value is (70,38,0,26).

  • cyan value is 70.37%
  • magenta value is 38.10%
  • yellow value is 0.00%
  • key color value is 25.88%

CMYK: (70,38,0,26)
C70M38Y0K26 (70%, 38%, 0%, 26%)
(0.70 / 0.38 / 0.00 / 0.26)

CMYK percentages

%70.37
%38.1
%0
%25.88

Codes

Color #3875BD in popluar color models

38 75 BD
RGB 56 117 189
HSL 212° 54.29% 48.04%
HSB/HSV 212° 70.37% 74.12%
CMYK 70.37% 38.10% 0.00%
25.88%

Color #3875BD in popluar number systems.

HEX 38 75 BD
Decimal 56 117 189
Binary 111000 1110101 10111101
Octal 70 165 275

Shades and tints

Shades of #3875BD

#3875BD
(56,117,189)
#336BAC
(51,107,172)
#2E619B
(46,97,155)
#29578A
(41,87,138)
#244D79
(36,77,121)
#1F4368
(31,67,104)
#1A3957
(26,57,87)
#152F46
(21,47,70)
#102535
(16,37,53)
#0B1B24
(11,27,36)
#061113
(6,17,19)
#000000
(0,0,0)

Tints of #3875BD

#3875BD
(56,117,189)
#4A81C3
(74,129,195)
#5C8DC9
(92,141,201)
#6E99CF
(110,153,207)
#80A5D5
(128,165,213)
#92B1DB
(146,177,219)
#A4BDE1
(164,189,225)
#B6C9E7
(182,201,231)
#C8D5ED
(200,213,237)
#DAE1F3
(218,225,243)
#ECEDF9
(236,237,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3875BD color. Also use rgb(56,117,189) instead hex code.

Text Font Color

.myTextColor { color: #3875BD; }

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

This text font color is #3875BD.

Background Color

.myBgColor { background-color: #3875BD; }

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

This div background color is #3875BD.

Border color

.myBorderColor { border: 1px solid #3875BD; }

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

This div border color is #3875BD.

Opacity

.myOpacity80 { color: #3875BD; opacity: 0.8; }

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

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

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

This text has shadow with #3875BD color.


.textShadow {text-shadow: 3px 3px 1px #3875BD', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #3875BD; -webkit-box-shadow: 1px 1px 3px 2px #3875BD; box-shadow:1px 1px 3px 2px #3875BD;">
Div content here
</div>

This div box has shadow with color #3875BD.

Preview

Color preview on black background

This text has color #3875BD on black background.


Color preview on white background

This text has color #3875BD on white background.


Black color preview on #3875BD background

This text has black color on #3875BD background.


White color preview on #3875BD background

This text has white color on #3875BD background.


Related colors

Complementary color

Complementary color for #hex is #C78A42.


I love getcolorcode.com

Triadic colors

1 #BD3875 and #75BD38 with #3875BD are triadic colors.

2 #BD7538 and #7538BD with #3875BD are triadic colors.