COLOR #34649E

HEX: #34649E
RGB: (52,100,158)

Color info

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

RGB color model

#34649E color RGB value is (52,100,158).

  • red value is 52;
  • green value is 100;
  • blue value is 158.
RGB:
(52,100,158)
(20%,39%,62%)

RGB channels and saturation

R 52 of 255 = 20%
G 100 of 255 = 39%
B 158 of 255 = 62%

52
100
158

R + G + B ~ 40%. #34649E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
52 + 100 + 158 = 310 (100%)
R 52 of 310 ~ 16.77%
G 100 of 310 ~ 32.26%
B 158 of 310 ~ 50.97%

%16.77
%32.26
%50.97

CMYK color model

#34649E color CMYK value is (67,37,0,38).

  • cyan value is 67.09%
  • magenta value is 36.71%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(67,37,0,38)
C67M37Y0K38 
(67%,37%,0%,38%)
(0.67/0.37/0.00/0.38)	

CMYK percentages

%67.09
%36.71
%0
%38.04

Codes

Color #34649E in popluar color models

34649E
RGB52100158
HSL213°50.48%41.18%
HSB/HSV213°67.09%61.96%
CMYK67.09%36.71%0.00%
38.04%

Color #34649E in popluar number systems.

HEX34649E
Decimal52100158
Binary110100110010010011110
Octal64144236

Shades and tints

Shades of #34649E

#34649E
(52,100,158)
#305B90
(48,91,144)
#2C5282
(44,82,130)
#284974
(40,73,116)
#244066
(36,64,102)
#203758
(32,55,88)
#1C2E4A
(28,46,74)
#18253C
(24,37,60)
#141C2E
(20,28,46)
#101320
(16,19,32)
#0C0A12
(12,10,18)
#000000
(0,0,0)

Tints of #34649E

#34649E
(52,100,158)
#4672A6
(70,114,166)
#5880AE
(88,128,174)
#6A8EB6
(106,142,182)
#7C9CBE
(124,156,190)
#8EAAC6
(142,170,198)
#A0B8CE
(160,184,206)
#B2C6D6
(178,198,214)
#C4D4DE
(196,212,222)
#D6E2E6
(214,226,230)
#E8F0EE
(232,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #34649E color. Also use rgb(52,100,158) instead hex code.

Text Font Color

.myTextColor { color: #34649E; }

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

This text font color is #34649E.


Background Color

.myBgColor { background-color: #34649E; }

<div style="background-color:#34649E">Inner text</div>

This div background color is #34649E.


Border color

.myBorderColor { border: 1px solid #34649E; }

<div style="border:3px solid #34649E">Div</div>

This div border color is #34649E.


Opacity

.myOpacity80 { color: #34649E; opacity: 0.8; }

<p style="color:#34649E;opacity:0.8;">80%</p>

Text with #34649E 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 #34649E;}

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

This text has shadow with #34649E color.

.textShadow {text-shadow: 3px 3px 1px #34649E, 3px 3px 1px red;}

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

This text has shadow with #34649E primary color and red secondary color.


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

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

This text has shadow with #34649E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #34649E on black background.


Color preview on white background

This text has color #34649E on white background.



Black color preview on #34649E background

This text has black color on #34649E background.


White color preview on #34649E background

This text has white color on #34649E background.