COLOR #343D76

HEX: #343D76 RGB: (52,61,118)

Color info

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

RGB color model

#343D76 color RGB value is (52,61,118).

RGB: (52,61,118) (20%, 24%, 46%)

RGB channels and saturation

R 52 of 255 = 20%
G 61 of 255 = 24%
B 118 of 255 = 46%

52
61
118

R + G + B ~ 30%. #343D76 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 52 + 61 + 118 = 231 (100%)
R 52 of 231 ~ 22.51%
G 61 of 231 ~ 26.41%
B 118 of 231 ~ 51.08'%

%22.51
%26.41
%51.08

CMYK color model

#343D76 color CMYK value is (56,48,0,54).

  • cyan value is 55.93%
  • magenta value is 48.31%
  • yellow value is 0.00%
  • key color value is 53.73%

CMYK: (56,48,0,54)
C56M48Y0K54 (56%, 48%, 0%, 54%)
(0.56 / 0.48 / 0.00 / 0.54)

CMYK percentages

%55.93
%48.31
%0
%53.73

Codes

Color #343D76 in popluar color models

34 3D 76
RGB 52 61 118
HSL 232° 38.82% 33.33%
HSB/HSV 232° 55.93% 46.27%
CMYK 55.93% 48.31% 0.00%
53.73%

Color #343D76 in popluar number systems.

HEX 34 3D 76
Decimal 52 61 118
Binary 110100 111101 1110110
Octal 64 75 166

Shades and tints

Shades of #343D76

#343D76
(52,61,118)
#30386C
(48,56,108)
#2C3362
(44,51,98)
#282E58
(40,46,88)
#24294E
(36,41,78)
#202444
(32,36,68)
#1C1F3A
(28,31,58)
#181A30
(24,26,48)
#141526
(20,21,38)
#10101C
(16,16,28)
#0C0B12
(12,11,18)
#000000
(0,0,0)

Tints of #343D76

#343D76
(52,61,118)
#464E82
(70,78,130)
#585F8E
(88,95,142)
#6A709A
(106,112,154)
#7C81A6
(124,129,166)
#8E92B2
(142,146,178)
#A0A3BE
(160,163,190)
#B2B4CA
(178,180,202)
#C4C5D6
(196,197,214)
#D6D6E2
(214,214,226)
#E8E7EE
(232,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #343D76 color. Also use rgb(52,61,118) instead hex code.

Text Font Color

.myTextColor { color: #343D76; }

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

This text font color is #343D76.

Background Color

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

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

This div background color is #343D76.

Border color

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

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

This div border color is #343D76.

Opacity

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

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

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

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

This text has shadow with #343D76 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #343D76.

Preview

Color preview on black background

This text has color #343D76 on black background.


Color preview on white background

This text has color #343D76 on white background.


Black color preview on #343D76 background

This text has black color on #343D76 background.


White color preview on #343D76 background

This text has white color on #343D76 background.


Related colors

Complementary color

Complementary color for #hex is #CBC289.


I love getcolorcode.com

Triadic colors

1 #76343D and #3D7634 with #343D76 are triadic colors.

2 #763D34 and #3D3476 with #343D76 are triadic colors.