COLOR #3D63C7

HEX: #3D63C7
RGB: (61,99,199)

Color info

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

RGB color model

#3D63C7 color RGB value is (61,99,199).

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

RGB channels and saturation

R 61 of 255 = 24%
G 99 of 255 = 39%
B 199 of 255 = 78%

61
99
199

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

Portions of RGB colors in percentages

R + G + B =
61 + 99 + 199 = 359 (100%)
R 61 of 359 ~ 16.99%
G 99 of 359 ~ 27.58%
B 199 of 359 ~ 55.43%

%16.99
%27.58
%55.43

CMYK color model

#3D63C7 color CMYK value is (69,50,0,22).

  • cyan value is 69.35%
  • magenta value is 50.25%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(69,50,0,22)
C69M50Y0K22 
(69%,50%,0%,22%)
(0.69/0.50/0.00/0.22)	

CMYK percentages

%69.35
%50.25
%0
%21.96

Codes

Color #3D63C7 in popluar color models

3D63C7
RGB6199199
HSL223°55.20%50.98%
HSB/HSV223°69.35%78.04%
CMYK69.35%50.25%0.00%
21.96%

Color #3D63C7 in popluar number systems.

HEX3D63C7
Decimal6199199
Binary111101110001111000111
Octal75143307

Shades and tints

Shades of #3D63C7

#3D63C7
(61,99,199)
#385AB5
(56,90,181)
#3351A3
(51,81,163)
#2E4891
(46,72,145)
#293F7F
(41,63,127)
#24366D
(36,54,109)
#1F2D5B
(31,45,91)
#1A2449
(26,36,73)
#151B37
(21,27,55)
#101225
(16,18,37)
#0B0913
(11,9,19)
#000000
(0,0,0)

Tints of #3D63C7

#3D63C7
(61,99,199)
#4E71CC
(78,113,204)
#5F7FD1
(95,127,209)
#708DD6
(112,141,214)
#819BDB
(129,155,219)
#92A9E0
(146,169,224)
#A3B7E5
(163,183,229)
#B4C5EA
(180,197,234)
#C5D3EF
(197,211,239)
#D6E1F4
(214,225,244)
#E7EFF9
(231,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3D63C7; }

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

This text font color is #3D63C7.


Background Color

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

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

This div background color is #3D63C7.


Border color

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

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

This div border color is #3D63C7.


Opacity

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

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

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

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

This text has shadow with #3D63C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D63C7 on black background.


Color preview on white background

This text has color #3D63C7 on white background.



Black color preview on #3D63C7 background

This text has black color on #3D63C7 background.


White color preview on #3D63C7 background

This text has white color on #3D63C7 background.