COLOR #343661

HEX: #343661
RGB: (52,54,97)

Color info

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

RGB color model

#343661 color RGB value is (52,54,97).

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

RGB channels and saturation

R 52 of 255 = 20%
G 54 of 255 = 21%
B 97 of 255 = 38%

52
54
97

R + G + B ~ 26%. #343661 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 54 + 97 = 203 (100%)
R 52 of 203 ~ 25.62%
G 54 of 203 ~ 26.6%
B 97 of 203 ~ 47.78%

%25.62
%26.6
%47.78

CMYK color model

#343661 color CMYK value is (46,44,0,62).

  • cyan value is 46.39%
  • magenta value is 44.33%
  • yellow value is 0.00%
  • key color value is 61.96%
CMYK:
(46,44,0,62)
C46M44Y0K62 
(46%,44%,0%,62%)
(0.46/0.44/0.00/0.62)	

CMYK percentages

%46.39
%44.33
%0
%61.96

Codes

Color #343661 in popluar color models

343661
RGB525497
HSL237°30.20%29.22%
HSB/HSV237°46.39%38.04%
CMYK46.39%44.33%0.00%
61.96%

Color #343661 in popluar number systems.

HEX343661
Decimal525497
Binary1101001101101100001
Octal6466141

Shades and tints

Shades of #343661

#343661
(52,54,97)
#303259
(48,50,89)
#2C2E51
(44,46,81)
#282A49
(40,42,73)
#242641
(36,38,65)
#202239
(32,34,57)
#1C1E31
(28,30,49)
#181A29
(24,26,41)
#141621
(20,22,33)
#101219
(16,18,25)
#0C0E11
(12,14,17)
#000000
(0,0,0)

Tints of #343661

#343661
(52,54,97)
#46486F
(70,72,111)
#585A7D
(88,90,125)
#6A6C8B
(106,108,139)
#7C7E99
(124,126,153)
#8E90A7
(142,144,167)
#A0A2B5
(160,162,181)
#B2B4C3
(178,180,195)
#C4C6D1
(196,198,209)
#D6D8DF
(214,216,223)
#E8EAED
(232,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #343661; }

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

This text font color is #343661.


Background Color

.myBgColor { background-color: #343661; }

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

This div background color is #343661.


Border color

.myBorderColor { border: 1px solid #343661; }

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

This div border color is #343661.


Opacity

.myOpacity80 { color: #343661; opacity: 0.8; }

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

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

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

This text has shadow with #343661 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #343661 on black background.


Color preview on white background

This text has color #343661 on white background.



Black color preview on #343661 background

This text has black color on #343661 background.


White color preview on #343661 background

This text has white color on #343661 background.