COLOR #34599E

HEX: #34599E
RGB: (52,89,158)

Color info

#34599E contains mainly blue color. Web safe color of #34599E is #336699 (or #369).

RGB color model

#34599E color RGB value is (52,89,158).

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

RGB channels and saturation

R 52 of 255 = 20%
G 89 of 255 = 35%
B 158 of 255 = 62%

52
89
158

R + G + B ~ 39%. #34599E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 89 + 158 = 299 (100%)
R 52 of 299 ~ 17.39%
G 89 of 299 ~ 29.77%
B 158 of 299 ~ 52.84%

%17.39
%29.77
%52.84

CMYK color model

#34599E color CMYK value is (67,44,0,38).

  • cyan value is 67.09%
  • magenta value is 43.67%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(67,44,0,38)
C67M44Y0K38 
(67%,44%,0%,38%)
(0.67/0.44/0.00/0.38)	

CMYK percentages

%67.09
%43.67
%0
%38.04

Codes

Color #34599E in popluar color models

34599E
RGB5289158
HSL219°50.48%41.18%
HSB/HSV219°67.09%61.96%
CMYK67.09%43.67%0.00%
38.04%

Color #34599E in popluar number systems.

HEX34599E
Decimal5289158
Binary110100101100110011110
Octal64131236

Shades and tints

Shades of #34599E

#34599E
(52,89,158)
#305190
(48,81,144)
#2C4982
(44,73,130)
#284174
(40,65,116)
#243966
(36,57,102)
#203158
(32,49,88)
#1C294A
(28,41,74)
#18213C
(24,33,60)
#14192E
(20,25,46)
#101120
(16,17,32)
#0C0912
(12,9,18)
#000000
(0,0,0)

Tints of #34599E

#34599E
(52,89,158)
#4668A6
(70,104,166)
#5877AE
(88,119,174)
#6A86B6
(106,134,182)
#7C95BE
(124,149,190)
#8EA4C6
(142,164,198)
#A0B3CE
(160,179,206)
#B2C2D6
(178,194,214)
#C4D1DE
(196,209,222)
#D6E0E6
(214,224,230)
#E8EFEE
(232,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #34599E; }

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

This text font color is #34599E.


Background Color

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

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

This div background color is #34599E.


Border color

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

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

This div border color is #34599E.


Opacity

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

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

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

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

This text has shadow with #34599E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #34599E on black background.


Color preview on white background

This text has color #34599E on white background.



Black color preview on #34599E background

This text has black color on #34599E background.


White color preview on #34599E background

This text has white color on #34599E background.