COLOR #3D74C7

HEX: #3D74C7
RGB: (61,116,199)

Color info

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

RGB color model

#3D74C7 color RGB value is (61,116,199).

  • red value is 61;
  • green value is 116;
  • blue value is 199.
RGB:
(61,116,199)
(24%,45%,78%)

RGB channels and saturation

R 61 of 255 = 24%
G 116 of 255 = 45%
B 199 of 255 = 78%

61
116
199

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

Portions of RGB colors in percentages

R + G + B =
61 + 116 + 199 = 376 (100%)
R 61 of 376 ~ 16.22%
G 116 of 376 ~ 30.85%
B 199 of 376 ~ 52.93%

%16.22
%30.85
%52.93

CMYK color model

#3D74C7 color CMYK value is (69,42,0,22).

  • cyan value is 69.35%
  • magenta value is 41.71%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(69,42,0,22)
C69M42Y0K22 
(69%,42%,0%,22%)
(0.69/0.42/0.00/0.22)	

CMYK percentages

%69.35
%41.71
%0
%21.96

Codes

Color #3D74C7 in popluar color models

3D74C7
RGB61116199
HSL216°55.20%50.98%
HSB/HSV216°69.35%78.04%
CMYK69.35%41.71%0.00%
21.96%

Color #3D74C7 in popluar number systems.

HEX3D74C7
Decimal61116199
Binary111101111010011000111
Octal75164307

Shades and tints

Shades of #3D74C7

#3D74C7
(61,116,199)
#386AB5
(56,106,181)
#3360A3
(51,96,163)
#2E5691
(46,86,145)
#294C7F
(41,76,127)
#24426D
(36,66,109)
#1F385B
(31,56,91)
#1A2E49
(26,46,73)
#152437
(21,36,55)
#101A25
(16,26,37)
#0B1013
(11,16,19)
#000000
(0,0,0)

Tints of #3D74C7

#3D74C7
(61,116,199)
#4E80CC
(78,128,204)
#5F8CD1
(95,140,209)
#7098D6
(112,152,214)
#81A4DB
(129,164,219)
#92B0E0
(146,176,224)
#A3BCE5
(163,188,229)
#B4C8EA
(180,200,234)
#C5D4EF
(197,212,239)
#D6E0F4
(214,224,244)
#E7ECF9
(231,236,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D74C7 color. Also use rgb(61,116,199) instead hex code.

Text Font Color

.myTextColor { color: #3D74C7; }

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

This text font color is #3D74C7.


Background Color

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

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

This div background color is #3D74C7.


Border color

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

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

This div border color is #3D74C7.


Opacity

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

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

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

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

This text has shadow with #3D74C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D74C7 on black background.


Color preview on white background

This text has color #3D74C7 on white background.



Black color preview on #3D74C7 background

This text has black color on #3D74C7 background.


White color preview on #3D74C7 background

This text has white color on #3D74C7 background.