COLOR #3A3F8F

HEX: #3A3F8F
RGB: (58,63,143)

Color info

#3A3F8F contains mainly blue color. Web safe color of #3A3F8F is #333399 (or #339).

RGB color model

#3A3F8F color RGB value is (58,63,143).

  • red value is 58;
  • green value is 63;
  • blue value is 143.
RGB:
(58,63,143)
(23%,25%,56%)

RGB channels and saturation

R 58 of 255 = 23%
G 63 of 255 = 25%
B 143 of 255 = 56%

58
63
143

R + G + B ~ 35%. #3A3F8F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
58 + 63 + 143 = 264 (100%)
R 58 of 264 ~ 21.97%
G 63 of 264 ~ 23.86%
B 143 of 264 ~ 54.17%

%21.97
%23.86
%54.17

CMYK color model

#3A3F8F color CMYK value is (59,56,0,44).

  • cyan value is 59.44%
  • magenta value is 55.94%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(59,56,0,44)
C59M56Y0K44 
(59%,56%,0%,44%)
(0.59/0.56/0.00/0.44)	

CMYK percentages

%59.44
%55.94
%0
%43.92

Codes

Color #3A3F8F in popluar color models

3A3F8F
RGB5863143
HSL236°42.29%39.41%
HSB/HSV236°59.44%56.08%
CMYK59.44%55.94%0.00%
43.92%

Color #3A3F8F in popluar number systems.

HEX3A3F8F
Decimal5863143
Binary11101011111110001111
Octal7277217

Shades and tints

Shades of #3A3F8F

#3A3F8F
(58,63,143)
#353A82
(53,58,130)
#303575
(48,53,117)
#2B3068
(43,48,104)
#262B5B
(38,43,91)
#21264E
(33,38,78)
#1C2141
(28,33,65)
#171C34
(23,28,52)
#121727
(18,23,39)
#0D121A
(13,18,26)
#080D0D
(8,13,13)
#000000
(0,0,0)

Tints of #3A3F8F

#3A3F8F
(58,63,143)
#4B5099
(75,80,153)
#5C61A3
(92,97,163)
#6D72AD
(109,114,173)
#7E83B7
(126,131,183)
#8F94C1
(143,148,193)
#A0A5CB
(160,165,203)
#B1B6D5
(177,182,213)
#C2C7DF
(194,199,223)
#D3D8E9
(211,216,233)
#E4E9F3
(228,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A3F8F color. Also use rgb(58,63,143) instead hex code.

Text Font Color

.myTextColor { color: #3A3F8F; }

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

This text font color is #3A3F8F.


Background Color

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

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

This div background color is #3A3F8F.


Border color

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

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

This div border color is #3A3F8F.


Opacity

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

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

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

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

This text has shadow with #3A3F8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3A3F8F on black background.


Color preview on white background

This text has color #3A3F8F on white background.



Black color preview on #3A3F8F background

This text has black color on #3A3F8F background.


White color preview on #3A3F8F background

This text has white color on #3A3F8F background.