COLOR #343771

HEX: #343771 RGB: (52,55,113)

Color info

#343771 contains mainly green and blue colors. Web safe color of #343771 is #333366 (or #336).

RGB color model

#343771 color RGB value is (52,55,113).

RGB: (52,55,113) (20%, 22%, 44%)

RGB channels and saturation

R 52 of 255 = 20%
G 55 of 255 = 22%
B 113 of 255 = 44%

52
55
113

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

Portions of RGB colors in percentages

R + G + B = 52 + 55 + 113 = 220 (100%)
R 52 of 220 ~ 23.64%
G 55 of 220 ~ 25%
B 113 of 220 ~ 51.36'%

%23.64
%25
%51.36

CMYK color model

#343771 color CMYK value is (54,51,0,56).

  • cyan value is 53.98%
  • magenta value is 51.33%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK: (54,51,0,56) C54M51Y0K56 (54%,51%,0%,56%) (0.54/0.51/0.00/0.56) 

CMYK percentages

%53.98
%51.33
%0
%55.69

Codes

Color #343771 in popluar color models

34 37 71
RGB 52 55 113
HSL 237° 36.97% 32.35%
HSB/HSV 237° 53.98% 44.31%
CMYK 53.98% 51.33% 0.00%
55.69%

Color #343771 in popluar number systems.

HEX 34 37 71
Decimal 52 55 113
Binary 110100 110111 1110001
Octal 64 67 161

Shades and tints

Shades of #343771

#343771
(52,55,113)
#303267
(48,50,103)
#2C2D5D
(44,45,93)
#282853
(40,40,83)
#242349
(36,35,73)
#201E3F
(32,30,63)
#1C1935
(28,25,53)
#18142B
(24,20,43)
#140F21
(20,15,33)
#100A17
(16,10,23)
#0C050D
(12,5,13)
#000000
(0,0,0)

Tints of #343771

#343771
(52,55,113)
#46497D
(70,73,125)
#585B89
(88,91,137)
#6A6D95
(106,109,149)
#7C7FA1
(124,127,161)
#8E91AD
(142,145,173)
#A0A3B9
(160,163,185)
#B2B5C5
(178,181,197)
#C4C7D1
(196,199,209)
#D6D9DD
(214,217,221)
#E8EBE9
(232,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #343771 color. Also use rgb(52,55,113) instead hex code.

Text Font Color

.myTextColor { color: #343771; }

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

This text font color is #343771.

Background Color

.myBgColor { background-color: #343771; }

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

This div background color is #343771.

Border color

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

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

This div border color is #343771.

Opacity

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

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

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

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

This text has shadow with #343771 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #343771.

Preview

Color preview on black background

This text has color #343771 on black background.


Color preview on white background

This text has color #343771 on white background.


Black color preview on #343771 background

This text has black color on #343771 background.


White color preview on #343771 background

This text has white color on #343771 background.


Related colors

Complementary color

Complementary color for #hex is #CBC88E.


I love getcolorcode.com

Triadic colors

1 #713437 and #377134 with #343771 are triadic colors.

2 #713734 and #373471 with #343771 are triadic colors.