COLOR #3A446F

HEX: #3A446F RGB: (58,68,111)

Color info

#3A446F contains red, green and blue colors in about the same proportion. Web safe color of #3A446F is #333366 (or #336).

RGB color model

#3A446F color RGB value is (58,68,111).

RGB: (58,68,111) (23%, 27%, 44%)

RGB channels and saturation

R 58 of 255 = 23%
G 68 of 255 = 27%
B 111 of 255 = 44%

58
68
111

R + G + B ~ 31%. #3A446F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 58 + 68 + 111 = 237 (100%)
R 58 of 237 ~ 24.47%
G 68 of 237 ~ 28.69%
B 111 of 237 ~ 46.84'%

%24.47
%28.69
%46.84

CMYK color model

#3A446F color CMYK value is (48,39,0,56).

  • cyan value is 47.75%
  • magenta value is 38.74%
  • yellow value is 0.00%
  • key color value is 56.47%

CMYK: (48,39,0,56)
C48M39Y0K56 (48%, 39%, 0%, 56%)
(0.48 / 0.39 / 0.00 / 0.56)

CMYK percentages

%47.75
%38.74
%0
%56.47

Codes

Color #3A446F in popluar color models

3A 44 6F
RGB 58 68 111
HSL 229° 31.36% 33.14%
HSB/HSV 229° 47.75% 43.53%
CMYK 47.75% 38.74% 0.00%
56.47%

Color #3A446F in popluar number systems.

HEX 3A 44 6F
Decimal 58 68 111
Binary 111010 1000100 1101111
Octal 72 104 157

Shades and tints

Shades of #3A446F

#3A446F
(58,68,111)
#353E65
(53,62,101)
#30385B
(48,56,91)
#2B3251
(43,50,81)
#262C47
(38,44,71)
#21263D
(33,38,61)
#1C2033
(28,32,51)
#171A29
(23,26,41)
#12141F
(18,20,31)
#0D0E15
(13,14,21)
#08080B
(8,8,11)
#000000
(0,0,0)

Tints of #3A446F

#3A446F
(58,68,111)
#4B557C
(75,85,124)
#5C6689
(92,102,137)
#6D7796
(109,119,150)
#7E88A3
(126,136,163)
#8F99B0
(143,153,176)
#A0AABD
(160,170,189)
#B1BBCA
(177,187,202)
#C2CCD7
(194,204,215)
#D3DDE4
(211,221,228)
#E4EEF1
(228,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A446F color. Also use rgb(58,68,111) instead hex code.

Text Font Color

.myTextColor { color: #3A446F; }

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

This text font color is #3A446F.

Background Color

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

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

This div background color is #3A446F.

Border color

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

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

This div border color is #3A446F.

Opacity

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

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

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

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

This text has shadow with #3A446F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3A446F.

Preview

Color preview on black background

This text has color #3A446F on black background.


Color preview on white background

This text has color #3A446F on white background.


Black color preview on #3A446F background

This text has black color on #3A446F background.


White color preview on #3A446F background

This text has white color on #3A446F background.


Related colors

Complementary color

Complementary color for #hex is #C5BB90.


I love getcolorcode.com

Triadic colors

1 #6F3A44 and #446F3A with #3A446F are triadic colors.

2 #6F443A and #443A6F with #3A446F are triadic colors.