COLOR #3F5CCD

HEX: #3F5CCD
RGB: (63,92,205)

Color info

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

RGB color model

#3F5CCD color RGB value is (63,92,205).

  • red value is 63;
  • green value is 92;
  • blue value is 205.
RGB:
(63,92,205)
(25%,36%,80%)

RGB channels and saturation

R 63 of 255 = 25%
G 92 of 255 = 36%
B 205 of 255 = 80%

63
92
205

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

Portions of RGB colors in percentages

R + G + B =
63 + 92 + 205 = 360 (100%)
R 63 of 360 ~ 17.5%
G 92 of 360 ~ 25.56%
B 205 of 360 ~ 56.94%

%17.5
%25.56
%56.94

CMYK color model

#3F5CCD color CMYK value is (69,55,0,20).

  • cyan value is 69.27%
  • magenta value is 55.12%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(69,55,0,20)
C69M55Y0K20 
(69%,55%,0%,20%)
(0.69/0.55/0.00/0.20)	

CMYK percentages

%69.27
%55.12
%0
%19.61

Codes

Color #3F5CCD in popluar color models

3F5CCD
RGB6392205
HSL228°58.68%52.55%
HSB/HSV228°69.27%80.39%
CMYK69.27%55.12%0.00%
19.61%

Color #3F5CCD in popluar number systems.

HEX3F5CCD
Decimal6392205
Binary111111101110011001101
Octal77134315

Shades and tints

Shades of #3F5CCD

#3F5CCD
(63,92,205)
#3A54BB
(58,84,187)
#354CA9
(53,76,169)
#304497
(48,68,151)
#2B3C85
(43,60,133)
#263473
(38,52,115)
#212C61
(33,44,97)
#1C244F
(28,36,79)
#171C3D
(23,28,61)
#12142B
(18,20,43)
#0D0C19
(13,12,25)
#000000
(0,0,0)

Tints of #3F5CCD

#3F5CCD
(63,92,205)
#506AD1
(80,106,209)
#6178D5
(97,120,213)
#7286D9
(114,134,217)
#8394DD
(131,148,221)
#94A2E1
(148,162,225)
#A5B0E5
(165,176,229)
#B6BEE9
(182,190,233)
#C7CCED
(199,204,237)
#D8DAF1
(216,218,241)
#E9E8F5
(233,232,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F5CCD color. Also use rgb(63,92,205) instead hex code.

Text Font Color

.myTextColor { color: #3F5CCD; }

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

This text font color is #3F5CCD.


Background Color

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

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

This div background color is #3F5CCD.


Border color

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

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

This div border color is #3F5CCD.


Opacity

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

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

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

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

This text has shadow with #3F5CCD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F5CCD on black background.


Color preview on white background

This text has color #3F5CCD on white background.



Black color preview on #3F5CCD background

This text has black color on #3F5CCD background.


White color preview on #3F5CCD background

This text has white color on #3F5CCD background.