COLOR #343B65

HEX: #343B65 RGB: (52,59,101)

Color info

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

RGB color model

#343B65 color RGB value is (52,59,101).

RGB: (52,59,101) (20%, 23%, 40%)

RGB channels and saturation

R 52 of 255 = 20%
G 59 of 255 = 23%
B 101 of 255 = 40%

52
59
101

R + G + B ~ 28%. #343B65 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 52 + 59 + 101 = 212 (100%)
R 52 of 212 ~ 24.53%
G 59 of 212 ~ 27.83%
B 101 of 212 ~ 47.64'%

%24.53
%27.83
%47.64

CMYK color model

#343B65 color CMYK value is (49,42,0,60).

  • cyan value is 48.51%
  • magenta value is 41.58%
  • yellow value is 0.00%
  • key color value is 60.39%

CMYK: (49,42,0,60)
C49M42Y0K60 (49%, 42%, 0%, 60%)
(0.49 / 0.42 / 0.00 / 0.60)

CMYK percentages

%48.51
%41.58
%0
%60.39

Codes

Color #343B65 in popluar color models

34 3B 65
RGB 52 59 101
HSL 231° 32.03% 30.00%
HSB/HSV 231° 48.51% 39.61%
CMYK 48.51% 41.58% 0.00%
60.39%

Color #343B65 in popluar number systems.

HEX 34 3B 65
Decimal 52 59 101
Binary 110100 111011 1100101
Octal 64 73 145

Shades and tints

Shades of #343B65

#343B65
(52,59,101)
#30365C
(48,54,92)
#2C3153
(44,49,83)
#282C4A
(40,44,74)
#242741
(36,39,65)
#202238
(32,34,56)
#1C1D2F
(28,29,47)
#181826
(24,24,38)
#14131D
(20,19,29)
#100E14
(16,14,20)
#0C090B
(12,9,11)
#000000
(0,0,0)

Tints of #343B65

#343B65
(52,59,101)
#464C73
(70,76,115)
#585D81
(88,93,129)
#6A6E8F
(106,110,143)
#7C7F9D
(124,127,157)
#8E90AB
(142,144,171)
#A0A1B9
(160,161,185)
#B2B2C7
(178,178,199)
#C4C3D5
(196,195,213)
#D6D4E3
(214,212,227)
#E8E5F1
(232,229,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #343B65; }

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

This text font color is #343B65.

Background Color

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

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

This div background color is #343B65.

Border color

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

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

This div border color is #343B65.

Opacity

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

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

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

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

This text has shadow with #343B65 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #343B65.

Preview

Color preview on black background

This text has color #343B65 on black background.


Color preview on white background

This text has color #343B65 on white background.


Black color preview on #343B65 background

This text has black color on #343B65 background.


White color preview on #343B65 background

This text has white color on #343B65 background.


Related colors

Complementary color

Complementary color for #hex is #CBC49A.


I love getcolorcode.com

Triadic colors

1 #65343B and #3B6534 with #343B65 are triadic colors.

2 #653B34 and #3B3465 with #343B65 are triadic colors.