COLOR #343B61

HEX: #343B61
RGB: (52,59,97)

Color info

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

RGB color model

#343B61 color RGB value is (52,59,97).

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

RGB channels and saturation

R 52 of 255 = 20%
G 59 of 255 = 23%
B 97 of 255 = 38%

52
59
97

R + G + B ~ 27%. #343B61 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 59 + 97 = 208 (100%)
R 52 of 208 ~ 25%
G 59 of 208 ~ 28.37%
B 97 of 208 ~ 46.63%

%25
%28.37
%46.63

CMYK color model

#343B61 color CMYK value is (46,39,0,62).

  • cyan value is 46.39%
  • magenta value is 39.18%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(46,39,0,62)
C46M39Y0K62 
(46%,39%,0%,62%)
(0.46/0.39/0.00/0.62)	

CMYK percentages

%46.39
%39.18
%0
%61.96

Codes

Color #343B61 in popluar color models

343B61
RGB525997
HSL231°30.20%29.22%
HSB/HSV231°46.39%38.04%
CMYK46.39%39.18%0.00%
61.96%

Color #343B61 in popluar number systems.

HEX343B61
Decimal525997
Binary1101001110111100001
Octal6473141

Shades and tints

Shades of #343B61

#343B61
(52,59,97)
#303659
(48,54,89)
#2C3151
(44,49,81)
#282C49
(40,44,73)
#242741
(36,39,65)
#202239
(32,34,57)
#1C1D31
(28,29,49)
#181829
(24,24,41)
#141321
(20,19,33)
#100E19
(16,14,25)
#0C0911
(12,9,17)
#000000
(0,0,0)

Tints of #343B61

#343B61
(52,59,97)
#464C6F
(70,76,111)
#585D7D
(88,93,125)
#6A6E8B
(106,110,139)
#7C7F99
(124,127,153)
#8E90A7
(142,144,167)
#A0A1B5
(160,161,181)
#B2B2C3
(178,178,195)
#C4C3D1
(196,195,209)
#D6D4DF
(214,212,223)
#E8E5ED
(232,229,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #343B61 color. Also use rgb(52,59,97) instead hex code.

Text Font Color

.myTextColor { color: #343B61; }

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

This text font color is #343B61.


Background Color

.myBgColor { background-color: #343B61; }

<div style="background-color:#343B61">Inner text</div>

This div background color is #343B61.


Border color

.myBorderColor { border: 1px solid #343B61; }

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

This div border color is #343B61.


Opacity

.myOpacity80 { color: #343B61; opacity: 0.8; }

<p style="color:#343B61;opacity:0.8;">80%</p>

Text with #343B61 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 #343B61;}

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

This text has shadow with #343B61 color.

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

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

This text has shadow with #343B61 primary color and red secondary color.


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

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

This text has shadow with #343B61 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #343B61 on black background.


Color preview on white background

This text has color #343B61 on white background.



Black color preview on #343B61 background

This text has black color on #343B61 background.


White color preview on #343B61 background

This text has white color on #343B61 background.