COLOR #3F5AB7

HEX: #3F5AB7
RGB: (63,90,183)

Color info

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

RGB color model

#3F5AB7 color RGB value is (63,90,183).

  • red value is 63;
  • green value is 90;
  • blue value is 183.
RGB:
(63,90,183)
(25%,35%,72%)

RGB channels and saturation

R 63 of 255 = 25%
G 90 of 255 = 35%
B 183 of 255 = 72%

63
90
183

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

Portions of RGB colors in percentages

R + G + B =
63 + 90 + 183 = 336 (100%)
R 63 of 336 ~ 18.75%
G 90 of 336 ~ 26.79%
B 183 of 336 ~ 54.46%

%18.75
%26.79
%54.46

CMYK color model

#3F5AB7 color CMYK value is (66,51,0,28).

  • cyan value is 65.57%
  • magenta value is 50.82%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(66,51,0,28)
C66M51Y0K28 
(66%,51%,0%,28%)
(0.66/0.51/0.00/0.28)	

CMYK percentages

%65.57
%50.82
%0
%28.24

Codes

Color #3F5AB7 in popluar color models

3F5AB7
RGB6390183
HSL227°48.78%48.24%
HSB/HSV227°65.57%71.76%
CMYK65.57%50.82%0.00%
28.24%

Color #3F5AB7 in popluar number systems.

HEX3F5AB7
Decimal6390183
Binary111111101101010110111
Octal77132267

Shades and tints

Shades of #3F5AB7

#3F5AB7
(63,90,183)
#3A52A7
(58,82,167)
#354A97
(53,74,151)
#304287
(48,66,135)
#2B3A77
(43,58,119)
#263267
(38,50,103)
#212A57
(33,42,87)
#1C2247
(28,34,71)
#171A37
(23,26,55)
#121227
(18,18,39)
#0D0A17
(13,10,23)
#000000
(0,0,0)

Tints of #3F5AB7

#3F5AB7
(63,90,183)
#5069BD
(80,105,189)
#6178C3
(97,120,195)
#7287C9
(114,135,201)
#8396CF
(131,150,207)
#94A5D5
(148,165,213)
#A5B4DB
(165,180,219)
#B6C3E1
(182,195,225)
#C7D2E7
(199,210,231)
#D8E1ED
(216,225,237)
#E9F0F3
(233,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F5AB7 color. Also use rgb(63,90,183) instead hex code.

Text Font Color

.myTextColor { color: #3F5AB7; }

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

This text font color is #3F5AB7.


Background Color

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

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

This div background color is #3F5AB7.


Border color

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

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

This div border color is #3F5AB7.


Opacity

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

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

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

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

This text has shadow with #3F5AB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F5AB7 on black background.


Color preview on white background

This text has color #3F5AB7 on white background.



Black color preview on #3F5AB7 background

This text has black color on #3F5AB7 background.


White color preview on #3F5AB7 background

This text has white color on #3F5AB7 background.