COLOR #3D61C3

HEX: #3D61C3 RGB: (61,97,195)

Color info

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

RGB color model

#3D61C3 color RGB value is (61,97,195).

RGB: (61,97,195) (24%, 38%, 76%)

RGB channels and saturation

R 61 of 255 = 24%
G 97 of 255 = 38%
B 195 of 255 = 76%

61
97
195

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

Portions of RGB colors in percentages

R + G + B = 61 + 97 + 195 = 353 (100%)
R 61 of 353 ~ 17.28%
G 97 of 353 ~ 27.48%
B 195 of 353 ~ 55.24'%

%17.28
%27.48
%55.24

CMYK color model

#3D61C3 color CMYK value is (69,50,0,24).

  • cyan value is 68.72%
  • magenta value is 50.26%
  • yellow value is 0.00%
  • key color value is 23.53%

CMYK: (69,50,0,24)
C69M50Y0K24 (69%, 50%, 0%, 24%)
(0.69 / 0.50 / 0.00 / 0.24)

CMYK percentages

%68.72
%50.26
%0
%23.53

Codes

Color #3D61C3 in popluar color models

3D 61 C3
RGB 61 97 195
HSL 224° 52.76% 50.20%
HSB/HSV 224° 68.72% 76.47%
CMYK 68.72% 50.26% 0.00%
23.53%

Color #3D61C3 in popluar number systems.

HEX 3D 61 C3
Decimal 61 97 195
Binary 111101 1100001 11000011
Octal 75 141 303

Shades and tints

Shades of #3D61C3

#3D61C3
(61,97,195)
#3859B2
(56,89,178)
#3351A1
(51,81,161)
#2E4990
(46,73,144)
#29417F
(41,65,127)
#24396E
(36,57,110)
#1F315D
(31,49,93)
#1A294C
(26,41,76)
#15213B
(21,33,59)
#10192A
(16,25,42)
#0B1119
(11,17,25)
#000000
(0,0,0)

Tints of #3D61C3

#3D61C3
(61,97,195)
#4E6FC8
(78,111,200)
#5F7DCD
(95,125,205)
#708BD2
(112,139,210)
#8199D7
(129,153,215)
#92A7DC
(146,167,220)
#A3B5E1
(163,181,225)
#B4C3E6
(180,195,230)
#C5D1EB
(197,209,235)
#D6DFF0
(214,223,240)
#E7EDF5
(231,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D61C3 color. Also use rgb(61,97,195) instead hex code.

Text Font Color

.myTextColor { color: #3D61C3; }

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

This text font color is #3D61C3.

Background Color

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

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

This div background color is #3D61C3.

Border color

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

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

This div border color is #3D61C3.

Opacity

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

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

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

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

This text has shadow with #3D61C3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3D61C3.

Preview

Color preview on black background

This text has color #3D61C3 on black background.


Color preview on white background

This text has color #3D61C3 on white background.


Black color preview on #3D61C3 background

This text has black color on #3D61C3 background.


White color preview on #3D61C3 background

This text has white color on #3D61C3 background.


Related colors

Complementary color

Complementary color for #hex is #C29E3C.


I love getcolorcode.com

Triadic colors

1 #C33D61 and #61C33D with #3D61C3 are triadic colors.

2 #C3613D and #613DC3 with #3D61C3 are triadic colors.