COLOR #3A4266

HEX: #3A4266 RGB: (58,66,102)

Color info

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

RGB color model

#3A4266 color RGB value is (58,66,102).

RGB: (58,66,102) (23%, 26%, 40%)

RGB channels and saturation

R 58 of 255 = 23%
G 66 of 255 = 26%
B 102 of 255 = 40%

58
66
102

R + G + B ~ 30%. #3A4266 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 58 + 66 + 102 = 226 (100%)
R 58 of 226 ~ 25.66%
G 66 of 226 ~ 29.2%
B 102 of 226 ~ 45.13'%

%25.66
%29.2
%45.13

CMYK color model

#3A4266 color CMYK value is (43,35,0,60).

  • cyan value is 43.14%
  • magenta value is 35.29%
  • yellow value is 0.00%
  • key color value is 60.00%

CMYK: (43,35,0,60)
C43M35Y0K60 (43%, 35%, 0%, 60%)
(0.43 / 0.35 / 0.00 / 0.60)

CMYK percentages

%43.14
%35.29
%0
%60

Codes

Color #3A4266 in popluar color models

3A 42 66
RGB 58 66 102
HSL 229° 27.50% 31.37%
HSB/HSV 229° 43.14% 40.00%
CMYK 43.14% 35.29% 0.00%
60.00%

Color #3A4266 in popluar number systems.

HEX 3A 42 66
Decimal 58 66 102
Binary 111010 1000010 1100110
Octal 72 102 146

Shades and tints

Shades of #3A4266

#3A4266
(58,66,102)
#353C5D
(53,60,93)
#303654
(48,54,84)
#2B304B
(43,48,75)
#262A42
(38,42,66)
#212439
(33,36,57)
#1C1E30
(28,30,48)
#171827
(23,24,39)
#12121E
(18,18,30)
#0D0C15
(13,12,21)
#08060C
(8,6,12)
#000000
(0,0,0)

Tints of #3A4266

#3A4266
(58,66,102)
#4B5373
(75,83,115)
#5C6480
(92,100,128)
#6D758D
(109,117,141)
#7E869A
(126,134,154)
#8F97A7
(143,151,167)
#A0A8B4
(160,168,180)
#B1B9C1
(177,185,193)
#C2CACE
(194,202,206)
#D3DBDB
(211,219,219)
#E4ECE8
(228,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3A4266 color. Also use rgb(58,66,102) instead hex code.

Text Font Color

.myTextColor { color: #3A4266; }

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

This text font color is #3A4266.

Background Color

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

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

This div background color is #3A4266.

Border color

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

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

This div border color is #3A4266.

Opacity

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

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

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

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

This text has shadow with #3A4266 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3A4266.

Preview

Color preview on black background

This text has color #3A4266 on black background.


Color preview on white background

This text has color #3A4266 on white background.


Black color preview on #3A4266 background

This text has black color on #3A4266 background.


White color preview on #3A4266 background

This text has white color on #3A4266 background.


Related colors

Complementary color

Complementary color for #hex is #C5BD99.


I love getcolorcode.com

Triadic colors

1 #663A42 and #42663A with #3A4266 are triadic colors.

2 #66423A and #423A66 with #3A4266 are triadic colors.