COLOR #3D6CB5

HEX: #3D6CB5
RGB: (61,108,181)

Color info

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

RGB color model

#3D6CB5 color RGB value is (61,108,181).

  • red value is 61;
  • green value is 108;
  • blue value is 181.
RGB:
(61,108,181)
(24%,42%,71%)

RGB channels and saturation

R 61 of 255 = 24%
G 108 of 255 = 42%
B 181 of 255 = 71%

61
108
181

R + G + B ~ 46%. #3D6CB5 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
61 + 108 + 181 = 350 (100%)
R 61 of 350 ~ 17.43%
G 108 of 350 ~ 30.86%
B 181 of 350 ~ 51.71%

%17.43
%30.86
%51.71

CMYK color model

#3D6CB5 color CMYK value is (66,40,0,29).

  • cyan value is 66.30%
  • magenta value is 40.33%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(66,40,0,29)
C66M40Y0K29 
(66%,40%,0%,29%)
(0.66/0.40/0.00/0.29)	

CMYK percentages

%66.3
%40.33
%0
%29.02

Codes

Color #3D6CB5 in popluar color models

3D6CB5
RGB61108181
HSL217°49.59%47.45%
HSB/HSV217°66.30%70.98%
CMYK66.30%40.33%0.00%
29.02%

Color #3D6CB5 in popluar number systems.

HEX3D6CB5
Decimal61108181
Binary111101110110010110101
Octal75154265

Shades and tints

Shades of #3D6CB5

#3D6CB5
(61,108,181)
#3863A5
(56,99,165)
#335A95
(51,90,149)
#2E5185
(46,81,133)
#294875
(41,72,117)
#243F65
(36,63,101)
#1F3655
(31,54,85)
#1A2D45
(26,45,69)
#152435
(21,36,53)
#101B25
(16,27,37)
#0B1215
(11,18,21)
#000000
(0,0,0)

Tints of #3D6CB5

#3D6CB5
(61,108,181)
#4E79BB
(78,121,187)
#5F86C1
(95,134,193)
#7093C7
(112,147,199)
#81A0CD
(129,160,205)
#92ADD3
(146,173,211)
#A3BAD9
(163,186,217)
#B4C7DF
(180,199,223)
#C5D4E5
(197,212,229)
#D6E1EB
(214,225,235)
#E7EEF1
(231,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D6CB5 color. Also use rgb(61,108,181) instead hex code.

Text Font Color

.myTextColor { color: #3D6CB5; }

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

This text font color is #3D6CB5.


Background Color

.myBgColor { background-color: #3D6CB5; }

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

This div background color is #3D6CB5.


Border color

.myBorderColor { border: 1px solid #3D6CB5; }

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

This div border color is #3D6CB5.


Opacity

.myOpacity80 { color: #3D6CB5; opacity: 0.8; }

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

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

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

This text has shadow with #3D6CB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D6CB5 on black background.


Color preview on white background

This text has color #3D6CB5 on white background.



Black color preview on #3D6CB5 background

This text has black color on #3D6CB5 background.


White color preview on #3D6CB5 background

This text has white color on #3D6CB5 background.