COLOR #3A386B

HEX: #3A386B RGB: (58,56,107)

Color info

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

RGB color model

#3A386B color RGB value is (58,56,107).

RGB: (58,56,107) (23%, 22%, 42%)

RGB channels and saturation

R 58 of 255 = 23%
G 56 of 255 = 22%
B 107 of 255 = 42%

58
56
107

R + G + B ~ 29%. #3A386B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 58 + 56 + 107 = 221 (100%)
R 58 of 221 ~ 26.24%
G 56 of 221 ~ 25.34%
B 107 of 221 ~ 48.42'%

%26.24
%25.34
%48.42

CMYK color model

#3A386B color CMYK value is (46,48,0,58).

  • cyan value is 45.79%
  • magenta value is 47.66%
  • yellow value is 0.00%
  • key color value is 58.04%

CMYK: (46,48,0,58)
C46M48Y0K58 (46%, 48%, 0%, 58%)
(0.46 / 0.48 / 0.00 / 0.58)

CMYK percentages

%45.79
%47.66
%0
%58.04

Codes

Color #3A386B in popluar color models

3A 38 6B
RGB 58 56 107
HSL 242° 31.29% 31.96%
HSB/HSV 242° 47.66% 41.96%
CMYK 45.79% 47.66% 0.00%
58.04%

Color #3A386B in popluar number systems.

HEX 3A 38 6B
Decimal 58 56 107
Binary 111010 111000 1101011
Octal 72 70 153

Shades and tints

Shades of #3A386B

#3A386B
(58,56,107)
#353362
(53,51,98)
#302E59
(48,46,89)
#2B2950
(43,41,80)
#262447
(38,36,71)
#211F3E
(33,31,62)
#1C1A35
(28,26,53)
#17152C
(23,21,44)
#121023
(18,16,35)
#0D0B1A
(13,11,26)
#080611
(8,6,17)
#000000
(0,0,0)

Tints of #3A386B

#3A386B
(58,56,107)
#4B4A78
(75,74,120)
#5C5C85
(92,92,133)
#6D6E92
(109,110,146)
#7E809F
(126,128,159)
#8F92AC
(143,146,172)
#A0A4B9
(160,164,185)
#B1B6C6
(177,182,198)
#C2C8D3
(194,200,211)
#D3DAE0
(211,218,224)
#E4ECED
(228,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A386B color. Also use rgb(58,56,107) instead hex code.

Text Font Color

.myTextColor { color: #3A386B; }

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

This text font color is #3A386B.

Background Color

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

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

This div background color is #3A386B.

Border color

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

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

This div border color is #3A386B.

Opacity

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

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

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

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

This text has shadow with #3A386B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3A386B.

Preview

Color preview on black background

This text has color #3A386B on black background.


Color preview on white background

This text has color #3A386B on white background.


Black color preview on #3A386B background

This text has black color on #3A386B background.


White color preview on #3A386B background

This text has white color on #3A386B background.


Related colors

Complementary color

Complementary color for #hex is #C5C794.


I love getcolorcode.com

Triadic colors

1 #6B3A38 and #386B3A with #3A386B are triadic colors.

2 #6B383A and #383A6B with #3A386B are triadic colors.