COLOR #3F698A

HEX: #3F698A
RGB: (63,105,138)

Color info

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

RGB color model

#3F698A color RGB value is (63,105,138).

  • red value is 63;
  • green value is 105;
  • blue value is 138.
RGB:
(63,105,138)
(25%,41%,54%)

RGB channels and saturation

R 63 of 255 = 25%
G 105 of 255 = 41%
B 138 of 255 = 54%

63
105
138

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

Portions of RGB colors in percentages

R + G + B =
63 + 105 + 138 = 306 (100%)
R 63 of 306 ~ 20.59%
G 105 of 306 ~ 34.31%
B 138 of 306 ~ 45.1%

%20.59
%34.31
%45.1

CMYK color model

#3F698A color CMYK value is (54,24,0,46).

  • cyan value is 54.35%
  • magenta value is 23.91%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(54,24,0,46)
C54M24Y0K46 
(54%,24%,0%,46%)
(0.54/0.24/0.00/0.46)	

CMYK percentages

%54.35
%23.91
%0
%45.88

Codes

Color #3F698A in popluar color models

3F698A
RGB63105138
HSL206°37.31%39.41%
HSB/HSV206°54.35%54.12%
CMYK54.35%23.91%0.00%
45.88%

Color #3F698A in popluar number systems.

HEX3F698A
Decimal63105138
Binary111111110100110001010
Octal77151212

Shades and tints

Shades of #3F698A

#3F698A
(63,105,138)
#3A607E
(58,96,126)
#355772
(53,87,114)
#304E66
(48,78,102)
#2B455A
(43,69,90)
#263C4E
(38,60,78)
#213342
(33,51,66)
#1C2A36
(28,42,54)
#17212A
(23,33,42)
#12181E
(18,24,30)
#0D0F12
(13,15,18)
#000000
(0,0,0)

Tints of #3F698A

#3F698A
(63,105,138)
#507694
(80,118,148)
#61839E
(97,131,158)
#7290A8
(114,144,168)
#839DB2
(131,157,178)
#94AABC
(148,170,188)
#A5B7C6
(165,183,198)
#B6C4D0
(182,196,208)
#C7D1DA
(199,209,218)
#D8DEE4
(216,222,228)
#E9EBEE
(233,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F698A color. Also use rgb(63,105,138) instead hex code.

Text Font Color

.myTextColor { color: #3F698A; }

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

This text font color is #3F698A.


Background Color

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

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

This div background color is #3F698A.


Border color

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

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

This div border color is #3F698A.


Opacity

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

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

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

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

This text has shadow with #3F698A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F698A on black background.


Color preview on white background

This text has color #3F698A on white background.



Black color preview on #3F698A background

This text has black color on #3F698A background.


White color preview on #3F698A background

This text has white color on #3F698A background.