COLOR #3D7FE4

HEX: #3D7FE4
RGB: (61,127,228)

Color info

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

RGB color model

#3D7FE4 color RGB value is (61,127,228).

  • red value is 61;
  • green value is 127;
  • blue value is 228.
RGB:
(61,127,228)
(24%,50%,89%)

RGB channels and saturation

R 61 of 255 = 24%
G 127 of 255 = 50%
B 228 of 255 = 89%

61
127
228

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

Portions of RGB colors in percentages

R + G + B =
61 + 127 + 228 = 416 (100%)
R 61 of 416 ~ 14.66%
G 127 of 416 ~ 30.53%
B 228 of 416 ~ 54.81%

%14.66
%30.53
%54.81

CMYK color model

#3D7FE4 color CMYK value is (73,44,0,11).

  • cyan value is 73.25%
  • magenta value is 44.30%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(73,44,0,11)
C73M44Y0K11 
(73%,44%,0%,11%)
(0.73/0.44/0.00/0.11)	

CMYK percentages

%73.25
%44.3
%0
%10.59

Codes

Color #3D7FE4 in popluar color models

3D7FE4
RGB61127228
HSL216°75.57%56.67%
HSB/HSV216°73.25%89.41%
CMYK73.25%44.30%0.00%
10.59%

Color #3D7FE4 in popluar number systems.

HEX3D7FE4
Decimal61127228
Binary111101111111111100100
Octal75177344

Shades and tints

Shades of #3D7FE4

#3D7FE4
(61,127,228)
#3874D0
(56,116,208)
#3369BC
(51,105,188)
#2E5EA8
(46,94,168)
#295394
(41,83,148)
#244880
(36,72,128)
#1F3D6C
(31,61,108)
#1A3258
(26,50,88)
#152744
(21,39,68)
#101C30
(16,28,48)
#0B111C
(11,17,28)
#000000
(0,0,0)

Tints of #3D7FE4

#3D7FE4
(61,127,228)
#4E8AE6
(78,138,230)
#5F95E8
(95,149,232)
#70A0EA
(112,160,234)
#81ABEC
(129,171,236)
#92B6EE
(146,182,238)
#A3C1F0
(163,193,240)
#B4CCF2
(180,204,242)
#C5D7F4
(197,215,244)
#D6E2F6
(214,226,246)
#E7EDF8
(231,237,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D7FE4 color. Also use rgb(61,127,228) instead hex code.

Text Font Color

.myTextColor { color: #3D7FE4; }

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

This text font color is #3D7FE4.


Background Color

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

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

This div background color is #3D7FE4.


Border color

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

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

This div border color is #3D7FE4.


Opacity

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

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

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

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

This text has shadow with #3D7FE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D7FE4 on black background.


Color preview on white background

This text has color #3D7FE4 on white background.



Black color preview on #3D7FE4 background

This text has black color on #3D7FE4 background.


White color preview on #3D7FE4 background

This text has white color on #3D7FE4 background.