COLOR #34356B

HEX: #34356B RGB: (52,53,107)

Color info

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

RGB color model

#34356B color RGB value is (52,53,107).

RGB: (52,53,107) (20%, 21%, 42%)

RGB channels and saturation

R 52 of 255 = 20%
G 53 of 255 = 21%
B 107 of 255 = 42%

52
53
107

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

Portions of RGB colors in percentages

R + G + B = 52 + 53 + 107 = 212 (100%)
R 52 of 212 ~ 24.53%
G 53 of 212 ~ 25%
B 107 of 212 ~ 50.47'%

%24.53
%25
%50.47

CMYK color model

#34356B color CMYK value is (51,50,0,58).

  • cyan value is 51.40%
  • magenta value is 50.47%
  • yellow value is 0.00%
  • key color value is 58.04%

CMYK: (51,50,0,58)
C51M50Y0K58 (51%, 50%, 0%, 58%)
(0.51 / 0.50 / 0.00 / 0.58)

CMYK percentages

%51.4
%50.47
%0
%58.04

Codes

Color #34356B in popluar color models

34 35 6B
RGB 52 53 107
HSL 239° 34.59% 31.18%
HSB/HSV 239° 51.40% 41.96%
CMYK 51.40% 50.47% 0.00%
58.04%

Color #34356B in popluar number systems.

HEX 34 35 6B
Decimal 52 53 107
Binary 110100 110101 1101011
Octal 64 65 153

Shades and tints

Shades of #34356B

#34356B
(52,53,107)
#303162
(48,49,98)
#2C2D59
(44,45,89)
#282950
(40,41,80)
#242547
(36,37,71)
#20213E
(32,33,62)
#1C1D35
(28,29,53)
#18192C
(24,25,44)
#141523
(20,21,35)
#10111A
(16,17,26)
#0C0D11
(12,13,17)
#000000
(0,0,0)

Tints of #34356B

#34356B
(52,53,107)
#464778
(70,71,120)
#585985
(88,89,133)
#6A6B92
(106,107,146)
#7C7D9F
(124,125,159)
#8E8FAC
(142,143,172)
#A0A1B9
(160,161,185)
#B2B3C6
(178,179,198)
#C4C5D3
(196,197,211)
#D6D7E0
(214,215,224)
#E8E9ED
(232,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #34356B color. Also use rgb(52,53,107) instead hex code.

Text Font Color

.myTextColor { color: #34356B; }

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

This text font color is #34356B.

Background Color

.myBgColor { background-color: #34356B; }

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

This div background color is #34356B.

Border color

.myBorderColor { border: 1px solid #34356B; }

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

This div border color is #34356B.

Opacity

.myOpacity80 { color: #34356B; opacity: 0.8; }

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

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

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

This text has shadow with #34356B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #34356B.

Preview

Color preview on black background

This text has color #34356B on black background.


Color preview on white background

This text has color #34356B on white background.


Black color preview on #34356B background

This text has black color on #34356B background.


White color preview on #34356B background

This text has white color on #34356B background.


Related colors

Complementary color

Complementary color for #hex is #CBCA94.


I love getcolorcode.com

Triadic colors

1 #6B3435 and #356B34 with #34356B are triadic colors.

2 #6B3534 and #35346B with #34356B are triadic colors.