COLOR #3B428A

HEX: #3B428A RGB: (59,66,138)

Color info

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

RGB color model

#3B428A color RGB value is (59,66,138).

RGB: (59,66,138) (23%, 26%, 54%)

RGB channels and saturation

R 59 of 255 = 23%
G 66 of 255 = 26%
B 138 of 255 = 54%

59
66
138

R + G + B ~ 34%. #3B428A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 59 + 66 + 138 = 263 (100%)
R 59 of 263 ~ 22.43%
G 66 of 263 ~ 25.1%
B 138 of 263 ~ 52.47'%

%22.43
%25.1
%52.47

CMYK color model

#3B428A color CMYK value is (57,52,0,46).

  • cyan value is 57.25%
  • magenta value is 52.17%
  • yellow value is 0.00%
  • key color value is 45.88%

CMYK: (57,52,0,46)
C57M52Y0K46 (57%, 52%, 0%, 46%)
(0.57 / 0.52 / 0.00 / 0.46)

CMYK percentages

%57.25
%52.17
%0
%45.88

Codes

Color #3B428A in popluar color models

3B 42 8A
RGB 59 66 138
HSL 235° 40.10% 38.63%
HSB/HSV 235° 57.25% 54.12%
CMYK 57.25% 52.17% 0.00%
45.88%

Color #3B428A in popluar number systems.

HEX 3B 42 8A
Decimal 59 66 138
Binary 111011 1000010 10001010
Octal 73 102 212

Shades and tints

Shades of #3B428A

#3B428A
(59,66,138)
#363C7E
(54,60,126)
#313672
(49,54,114)
#2C3066
(44,48,102)
#272A5A
(39,42,90)
#22244E
(34,36,78)
#1D1E42
(29,30,66)
#181836
(24,24,54)
#13122A
(19,18,42)
#0E0C1E
(14,12,30)
#090612
(9,6,18)
#000000
(0,0,0)

Tints of #3B428A

#3B428A
(59,66,138)
#4C5394
(76,83,148)
#5D649E
(93,100,158)
#6E75A8
(110,117,168)
#7F86B2
(127,134,178)
#9097BC
(144,151,188)
#A1A8C6
(161,168,198)
#B2B9D0
(178,185,208)
#C3CADA
(195,202,218)
#D4DBE4
(212,219,228)
#E5ECEE
(229,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B428A color. Also use rgb(59,66,138) instead hex code.

Text Font Color

.myTextColor { color: #3B428A; }

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

This text font color is #3B428A.

Background Color

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

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

This div background color is #3B428A.

Border color

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

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

This div border color is #3B428A.

Opacity

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

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

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

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

This text has shadow with #3B428A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B428A.

Preview

Color preview on black background

This text has color #3B428A on black background.


Color preview on white background

This text has color #3B428A on white background.


Black color preview on #3B428A background

This text has black color on #3B428A background.


White color preview on #3B428A background

This text has white color on #3B428A background.


Related colors

Complementary color

Complementary color for #hex is #C4BD75.


I love getcolorcode.com

Triadic colors

1 #8A3B42 and #428A3B with #3B428A are triadic colors.

2 #8A423B and #423B8A with #3B428A are triadic colors.