COLOR #3D6DE9

HEX: #3D6DE9
RGB: (61,109,233)

Color info

#3D6DE9 contains mainly blue color. Web safe color of #3D6DE9 is #3366FF (or #36F).

RGB color model

#3D6DE9 color RGB value is (61,109,233).

  • red value is 61;
  • green value is 109;
  • blue value is 233.
RGB:
(61,109,233)
(24%,43%,91%)

RGB channels and saturation

R 61 of 255 = 24%
G 109 of 255 = 43%
B 233 of 255 = 91%

61
109
233

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

Portions of RGB colors in percentages

R + G + B =
61 + 109 + 233 = 403 (100%)
R 61 of 403 ~ 15.14%
G 109 of 403 ~ 27.05%
B 233 of 403 ~ 57.82%

%15.14
%27.05
%57.82

CMYK color model

#3D6DE9 color CMYK value is (74,53,0,9).

  • cyan value is 73.82%
  • magenta value is 53.22%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(74,53,0,9)
C74M53Y0K9 
(74%,53%,0%,9%)
(0.74/0.53/0.00/0.09)	

CMYK percentages

%73.82
%53.22
%0
%8.63

Codes

Color #3D6DE9 in popluar color models

3D6DE9
RGB61109233
HSL223°79.63%57.65%
HSB/HSV223°73.82%91.37%
CMYK73.82%53.22%0.00%
8.63%

Color #3D6DE9 in popluar number systems.

HEX3D6DE9
Decimal61109233
Binary111101110110111101001
Octal75155351

Shades and tints

Shades of #3D6DE9

#3D6DE9
(61,109,233)
#3864D4
(56,100,212)
#335BBF
(51,91,191)
#2E52AA
(46,82,170)
#294995
(41,73,149)
#244080
(36,64,128)
#1F376B
(31,55,107)
#1A2E56
(26,46,86)
#152541
(21,37,65)
#101C2C
(16,28,44)
#0B1317
(11,19,23)
#000000
(0,0,0)

Tints of #3D6DE9

#3D6DE9
(61,109,233)
#4E7AEB
(78,122,235)
#5F87ED
(95,135,237)
#7094EF
(112,148,239)
#81A1F1
(129,161,241)
#92AEF3
(146,174,243)
#A3BBF5
(163,187,245)
#B4C8F7
(180,200,247)
#C5D5F9
(197,213,249)
#D6E2FB
(214,226,251)
#E7EFFD
(231,239,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D6DE9 color. Also use rgb(61,109,233) instead hex code.

Text Font Color

.myTextColor { color: #3D6DE9; }

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

This text font color is #3D6DE9.


Background Color

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

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

This div background color is #3D6DE9.


Border color

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

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

This div border color is #3D6DE9.


Opacity

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

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

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

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

This text has shadow with #3D6DE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D6DE9 on black background.


Color preview on white background

This text has color #3D6DE9 on white background.



Black color preview on #3D6DE9 background

This text has black color on #3D6DE9 background.


White color preview on #3D6DE9 background

This text has white color on #3D6DE9 background.