COLOR #3B4564

HEX: #3B4564 RGB: (59,69,100)

Color info

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

RGB color model

#3B4564 color RGB value is (59,69,100).

RGB: (59,69,100) (23%, 27%, 39%)

RGB channels and saturation

R 59 of 255 = 23%
G 69 of 255 = 27%
B 100 of 255 = 39%

59
69
100

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

Portions of RGB colors in percentages

R + G + B = 59 + 69 + 100 = 228 (100%)
R 59 of 228 ~ 25.88%
G 69 of 228 ~ 30.26%
B 100 of 228 ~ 43.86'%

%25.88
%30.26
%43.86

CMYK color model

#3B4564 color CMYK value is (41,31,0,61).

  • cyan value is 41.00%
  • magenta value is 31.00%
  • yellow value is 0.00%
  • key color value is 60.78%

CMYK: (41,31,0,61)
C41M31Y0K61 (41%, 31%, 0%, 61%)
(0.41 / 0.31 / 0.00 / 0.61)

CMYK percentages

%41
%31
%0
%60.78

Codes

Color #3B4564 in popluar color models

3B 45 64
RGB 59 69 100
HSL 225° 25.79% 31.18%
HSB/HSV 225° 41.00% 39.22%
CMYK 41.00% 31.00% 0.00%
60.78%

Color #3B4564 in popluar number systems.

HEX 3B 45 64
Decimal 59 69 100
Binary 111011 1000101 1100100
Octal 73 105 144

Shades and tints

Shades of #3B4564

#3B4564
(59,69,100)
#363F5B
(54,63,91)
#313952
(49,57,82)
#2C3349
(44,51,73)
#272D40
(39,45,64)
#222737
(34,39,55)
#1D212E
(29,33,46)
#181B25
(24,27,37)
#13151C
(19,21,28)
#0E0F13
(14,15,19)
#09090A
(9,9,10)
#000000
(0,0,0)

Tints of #3B4564

#3B4564
(59,69,100)
#4C5572
(76,85,114)
#5D6580
(93,101,128)
#6E758E
(110,117,142)
#7F859C
(127,133,156)
#9095AA
(144,149,170)
#A1A5B8
(161,165,184)
#B2B5C6
(178,181,198)
#C3C5D4
(195,197,212)
#D4D5E2
(212,213,226)
#E5E5F0
(229,229,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B4564 color. Also use rgb(59,69,100) instead hex code.

Text Font Color

.myTextColor { color: #3B4564; }

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

This text font color is #3B4564.

Background Color

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

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

This div background color is #3B4564.

Border color

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

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

This div border color is #3B4564.

Opacity

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

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

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

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

This text has shadow with #3B4564 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3B4564.

Preview

Color preview on black background

This text has color #3B4564 on black background.


Color preview on white background

This text has color #3B4564 on white background.


Black color preview on #3B4564 background

This text has black color on #3B4564 background.


White color preview on #3B4564 background

This text has white color on #3B4564 background.


Related colors

Complementary color

Complementary color for #hex is #C4BA9B.


I love getcolorcode.com

Triadic colors

1 #643B45 and #45643B with #3B4564 are triadic colors.

2 #64453B and #453B64 with #3B4564 are triadic colors.