COLOR #34689D

HEX: #34689D RGB: (52,104,157)

Color info

#34689D contains mainly green and blue colors. Web safe color of #34689D is #336699 (or #369).

RGB color model

#34689D color RGB value is (52,104,157).

RGB: (52,104,157) (20%, 41%, 62%)

RGB channels and saturation

R 52 of 255 = 20%
G 104 of 255 = 41%
B 157 of 255 = 62%

52
104
157

R + G + B ~ 41%. #34689D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 52 + 104 + 157 = 313 (100%)
R 52 of 313 ~ 16.61%
G 104 of 313 ~ 33.23%
B 157 of 313 ~ 50.16'%

%16.61
%33.23
%50.16

CMYK color model

#34689D color CMYK value is (67,34,0,38).

  • cyan value is 66.88%
  • magenta value is 33.76%
  • yellow value is 0.00%
  • key color value is 38.43%

CMYK: (67,34,0,38)
C67M34Y0K38 (67%, 34%, 0%, 38%)
(0.67 / 0.34 / 0.00 / 0.38)

CMYK percentages

%66.88
%33.76
%0
%38.43

Codes

Color #34689D in popluar color models

34 68 9D
RGB 52 104 157
HSL 210° 50.24% 40.98%
HSB/HSV 210° 66.88% 61.57%
CMYK 66.88% 33.76% 0.00%
38.43%

Color #34689D in popluar number systems.

HEX 34 68 9D
Decimal 52 104 157
Binary 110100 1101000 10011101
Octal 64 150 235

Shades and tints

Shades of #34689D

#34689D
(52,104,157)
#305F8F
(48,95,143)
#2C5681
(44,86,129)
#284D73
(40,77,115)
#244465
(36,68,101)
#203B57
(32,59,87)
#1C3249
(28,50,73)
#18293B
(24,41,59)
#14202D
(20,32,45)
#10171F
(16,23,31)
#0C0E11
(12,14,17)
#000000
(0,0,0)

Tints of #34689D

#34689D
(52,104,157)
#4675A5
(70,117,165)
#5882AD
(88,130,173)
#6A8FB5
(106,143,181)
#7C9CBD
(124,156,189)
#8EA9C5
(142,169,197)
#A0B6CD
(160,182,205)
#B2C3D5
(178,195,213)
#C4D0DD
(196,208,221)
#D6DDE5
(214,221,229)
#E8EAED
(232,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #34689D color. Also use rgb(52,104,157) instead hex code.

Text Font Color

.myTextColor { color: #34689D; }

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

This text font color is #34689D.

Background Color

.myBgColor { background-color: #34689D; }

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

This div background color is #34689D.

Border color

.myBorderColor { border: 1px solid #34689D; }

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

This div border color is #34689D.

Opacity

.myOpacity80 { color: #34689D; opacity: 0.8; }

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

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

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

This text has shadow with #34689D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #34689D.

Preview

Color preview on black background

This text has color #34689D on black background.


Color preview on white background

This text has color #34689D on white background.


Black color preview on #34689D background

This text has black color on #34689D background.


White color preview on #34689D background

This text has white color on #34689D background.


Related colors

Complementary color

Complementary color for #hex is #CB9762.


I love getcolorcode.com

Triadic colors

1 #9D3468 and #689D34 with #34689D are triadic colors.

2 #9D6834 and #68349D with #34689D are triadic colors.