COLOR #3B346F

HEX: #3B346F
RGB: (59,52,111)

Color info

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

RGB color model

#3B346F color RGB value is (59,52,111).

  • red value is 59;
  • green value is 52;
  • blue value is 111.
RGB:
(59,52,111)
(23%,20%,44%)

RGB channels and saturation

R 59 of 255 = 23%
G 52 of 255 = 20%
B 111 of 255 = 44%

59
52
111

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

Portions of RGB colors in percentages

R + G + B =
59 + 52 + 111 = 222 (100%)
R 59 of 222 ~ 26.58%
G 52 of 222 ~ 23.42%
B 111 of 222 ~ 50%

%26.58
%23.42
%50

CMYK color model

#3B346F color CMYK value is (47,53,0,56).

  • cyan value is 46.85%
  • magenta value is 53.15%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(47,53,0,56)
C47M53Y0K56 
(47%,53%,0%,56%)
(0.47/0.53/0.00/0.56)	

CMYK percentages

%46.85
%53.15
%0
%56.47

Codes

Color #3B346F in popluar color models

3B346F
RGB5952111
HSL247°36.20%31.96%
HSB/HSV247°53.15%43.53%
CMYK46.85%53.15%0.00%
56.47%

Color #3B346F in popluar number systems.

HEX3B346F
Decimal5952111
Binary1110111101001101111
Octal7364157

Shades and tints

Shades of #3B346F

#3B346F
(59,52,111)
#363065
(54,48,101)
#312C5B
(49,44,91)
#2C2851
(44,40,81)
#272447
(39,36,71)
#22203D
(34,32,61)
#1D1C33
(29,28,51)
#181829
(24,24,41)
#13141F
(19,20,31)
#0E1015
(14,16,21)
#090C0B
(9,12,11)
#000000
(0,0,0)

Tints of #3B346F

#3B346F
(59,52,111)
#4C467C
(76,70,124)
#5D5889
(93,88,137)
#6E6A96
(110,106,150)
#7F7CA3
(127,124,163)
#908EB0
(144,142,176)
#A1A0BD
(161,160,189)
#B2B2CA
(178,178,202)
#C3C4D7
(195,196,215)
#D4D6E4
(212,214,228)
#E5E8F1
(229,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B346F color. Also use rgb(59,52,111) instead hex code.

Text Font Color

.myTextColor { color: #3B346F; }

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

This text font color is #3B346F.


Background Color

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

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

This div background color is #3B346F.


Border color

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

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

This div border color is #3B346F.


Opacity

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

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

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

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

This text has shadow with #3B346F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B346F on black background.


Color preview on white background

This text has color #3B346F on white background.



Black color preview on #3B346F background

This text has black color on #3B346F background.


White color preview on #3B346F background

This text has white color on #3B346F background.