COLOR #343D81

HEX: #343D81
RGB: (52,61,129)

Color info

#343D81 contains mainly blue color. Web safe color of #343D81 is #333399 (or #339).

RGB color model

#343D81 color RGB value is (52,61,129).

  • red value is 52;
  • green value is 61;
  • blue value is 129.
RGB:
(52,61,129)
(20%,24%,51%)

RGB channels and saturation

R 52 of 255 = 20%
G 61 of 255 = 24%
B 129 of 255 = 51%

52
61
129

R + G + B ~ 32%. #343D81 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 61 + 129 = 242 (100%)
R 52 of 242 ~ 21.49%
G 61 of 242 ~ 25.21%
B 129 of 242 ~ 53.31%

%21.49
%25.21
%53.31

CMYK color model

#343D81 color CMYK value is (60,53,0,49).

  • cyan value is 59.69%
  • magenta value is 52.71%
  • yellow value is 0.00%
  • key color value is 49.41%
CMYK:
(60,53,0,49)
C60M53Y0K49 
(60%,53%,0%,49%)
(0.60/0.53/0.00/0.49)	

CMYK percentages

%59.69
%52.71
%0
%49.41

Codes

Color #343D81 in popluar color models

343D81
RGB5261129
HSL233°42.54%35.49%
HSB/HSV233°59.69%50.59%
CMYK59.69%52.71%0.00%
49.41%

Color #343D81 in popluar number systems.

HEX343D81
Decimal5261129
Binary11010011110110000001
Octal6475201

Shades and tints

Shades of #343D81

#343D81
(52,61,129)
#303876
(48,56,118)
#2C336B
(44,51,107)
#282E60
(40,46,96)
#242955
(36,41,85)
#20244A
(32,36,74)
#1C1F3F
(28,31,63)
#181A34
(24,26,52)
#141529
(20,21,41)
#10101E
(16,16,30)
#0C0B13
(12,11,19)
#000000
(0,0,0)

Tints of #343D81

#343D81
(52,61,129)
#464E8C
(70,78,140)
#585F97
(88,95,151)
#6A70A2
(106,112,162)
#7C81AD
(124,129,173)
#8E92B8
(142,146,184)
#A0A3C3
(160,163,195)
#B2B4CE
(178,180,206)
#C4C5D9
(196,197,217)
#D6D6E4
(214,214,228)
#E8E7EF
(232,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #343D81; }

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

This text font color is #343D81.


Background Color

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

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

This div background color is #343D81.


Border color

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

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

This div border color is #343D81.


Opacity

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

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

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

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

This text has shadow with #343D81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #343D81 on black background.


Color preview on white background

This text has color #343D81 on white background.



Black color preview on #343D81 background

This text has black color on #343D81 background.


White color preview on #343D81 background

This text has white color on #343D81 background.