COLOR #3F58A2

HEX: #3F58A2
RGB: (63,88,162)

Color info

#3F58A2 contains mainly blue color. Web safe color of #3F58A2 is #336699 (or #369).

RGB color model

#3F58A2 color RGB value is (63,88,162).

  • red value is 63;
  • green value is 88;
  • blue value is 162.
RGB:
(63,88,162)
(25%,35%,64%)

RGB channels and saturation

R 63 of 255 = 25%
G 88 of 255 = 35%
B 162 of 255 = 64%

63
88
162

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

Portions of RGB colors in percentages

R + G + B =
63 + 88 + 162 = 313 (100%)
R 63 of 313 ~ 20.13%
G 88 of 313 ~ 28.12%
B 162 of 313 ~ 51.76%

%20.13
%28.12
%51.76

CMYK color model

#3F58A2 color CMYK value is (61,46,0,36).

  • cyan value is 61.11%
  • magenta value is 45.68%
  • yellow value is 0.00%
  • key color value is 36.47%
CMYK:
(61,46,0,36)
C61M46Y0K36 
(61%,46%,0%,36%)
(0.61/0.46/0.00/0.36)	

CMYK percentages

%61.11
%45.68
%0
%36.47

Codes

Color #3F58A2 in popluar color models

3F58A2
RGB6388162
HSL225°44.00%44.12%
HSB/HSV225°61.11%63.53%
CMYK61.11%45.68%0.00%
36.47%

Color #3F58A2 in popluar number systems.

HEX3F58A2
Decimal6388162
Binary111111101100010100010
Octal77130242

Shades and tints

Shades of #3F58A2

#3F58A2
(63,88,162)
#3A5094
(58,80,148)
#354886
(53,72,134)
#304078
(48,64,120)
#2B386A
(43,56,106)
#26305C
(38,48,92)
#21284E
(33,40,78)
#1C2040
(28,32,64)
#171832
(23,24,50)
#121024
(18,16,36)
#0D0816
(13,8,22)
#000000
(0,0,0)

Tints of #3F58A2

#3F58A2
(63,88,162)
#5067AA
(80,103,170)
#6176B2
(97,118,178)
#7285BA
(114,133,186)
#8394C2
(131,148,194)
#94A3CA
(148,163,202)
#A5B2D2
(165,178,210)
#B6C1DA
(182,193,218)
#C7D0E2
(199,208,226)
#D8DFEA
(216,223,234)
#E9EEF2
(233,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F58A2 color. Also use rgb(63,88,162) instead hex code.

Text Font Color

.myTextColor { color: #3F58A2; }

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

This text font color is #3F58A2.


Background Color

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

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

This div background color is #3F58A2.


Border color

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

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

This div border color is #3F58A2.


Opacity

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

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

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

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

This text has shadow with #3F58A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F58A2 on black background.


Color preview on white background

This text has color #3F58A2 on white background.



Black color preview on #3F58A2 background

This text has black color on #3F58A2 background.


White color preview on #3F58A2 background

This text has white color on #3F58A2 background.