COLOR #3F66A1

HEX: #3F66A1
RGB: (63,102,161)

Color info

#3F66A1 contains mainly green and blue colors. Web safe color of #3F66A1 is #336699 (or #369).

RGB color model

#3F66A1 color RGB value is (63,102,161).

  • red value is 63;
  • green value is 102;
  • blue value is 161.
RGB:
(63,102,161)
(25%,40%,63%)

RGB channels and saturation

R 63 of 255 = 25%
G 102 of 255 = 40%
B 161 of 255 = 63%

63
102
161

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

Portions of RGB colors in percentages

R + G + B =
63 + 102 + 161 = 326 (100%)
R 63 of 326 ~ 19.33%
G 102 of 326 ~ 31.29%
B 161 of 326 ~ 49.39%

%19.33
%31.29
%49.39

CMYK color model

#3F66A1 color CMYK value is (61,37,0,37).

  • cyan value is 60.87%
  • magenta value is 36.65%
  • yellow value is 0.00%
  • key color value is 36.86%
CMYK:
(61,37,0,37)
C61M37Y0K37 
(61%,37%,0%,37%)
(0.61/0.37/0.00/0.37)	

CMYK percentages

%60.87
%36.65
%0
%36.86

Codes

Color #3F66A1 in popluar color models

3F66A1
RGB63102161
HSL216°43.75%43.92%
HSB/HSV216°60.87%63.14%
CMYK60.87%36.65%0.00%
36.86%

Color #3F66A1 in popluar number systems.

HEX3F66A1
Decimal63102161
Binary111111110011010100001
Octal77146241

Shades and tints

Shades of #3F66A1

#3F66A1
(63,102,161)
#3A5D93
(58,93,147)
#355485
(53,84,133)
#304B77
(48,75,119)
#2B4269
(43,66,105)
#26395B
(38,57,91)
#21304D
(33,48,77)
#1C273F
(28,39,63)
#171E31
(23,30,49)
#121523
(18,21,35)
#0D0C15
(13,12,21)
#000000
(0,0,0)

Tints of #3F66A1

#3F66A1
(63,102,161)
#5073A9
(80,115,169)
#6180B1
(97,128,177)
#728DB9
(114,141,185)
#839AC1
(131,154,193)
#94A7C9
(148,167,201)
#A5B4D1
(165,180,209)
#B6C1D9
(182,193,217)
#C7CEE1
(199,206,225)
#D8DBE9
(216,219,233)
#E9E8F1
(233,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F66A1 color. Also use rgb(63,102,161) instead hex code.

Text Font Color

.myTextColor { color: #3F66A1; }

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

This text font color is #3F66A1.


Background Color

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

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

This div background color is #3F66A1.


Border color

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

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

This div border color is #3F66A1.


Opacity

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

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

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

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

This text has shadow with #3F66A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F66A1 on black background.


Color preview on white background

This text has color #3F66A1 on white background.



Black color preview on #3F66A1 background

This text has black color on #3F66A1 background.


White color preview on #3F66A1 background

This text has white color on #3F66A1 background.