COLOR #34859D

HEX: #34859D
RGB: (52,133,157)

Color info

#34859D contains mainly green and blue colors. Web safe color of #34859D is #339999 (or #399).

RGB color model

#34859D color RGB value is (52,133,157).

  • red value is 52;
  • green value is 133;
  • blue value is 157.
RGB:
(52,133,157)
(20%,52%,62%)

RGB channels and saturation

R 52 of 255 = 20%
G 133 of 255 = 52%
B 157 of 255 = 62%

52
133
157

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

Portions of RGB colors in percentages

R + G + B =
52 + 133 + 157 = 342 (100%)
R 52 of 342 ~ 15.2%
G 133 of 342 ~ 38.89%
B 157 of 342 ~ 45.91%

%15.2
%38.89
%45.91

CMYK color model

#34859D color CMYK value is (67,15,0,38).

  • cyan value is 66.88%
  • magenta value is 15.29%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(67,15,0,38)
C67M15Y0K38 
(67%,15%,0%,38%)
(0.67/0.15/0.00/0.38)	

CMYK percentages

%66.88
%15.29
%0
%38.43

Codes

Color #34859D in popluar color models

34859D
RGB52133157
HSL194°50.24%40.98%
HSB/HSV194°66.88%61.57%
CMYK66.88%15.29%0.00%
38.43%

Color #34859D in popluar number systems.

HEX34859D
Decimal52133157
Binary1101001000010110011101
Octal64205235

Shades and tints

Shades of #34859D

#34859D
(52,133,157)
#30798F
(48,121,143)
#2C6D81
(44,109,129)
#286173
(40,97,115)
#245565
(36,85,101)
#204957
(32,73,87)
#1C3D49
(28,61,73)
#18313B
(24,49,59)
#14252D
(20,37,45)
#10191F
(16,25,31)
#0C0D11
(12,13,17)
#000000
(0,0,0)

Tints of #34859D

#34859D
(52,133,157)
#4690A5
(70,144,165)
#589BAD
(88,155,173)
#6AA6B5
(106,166,181)
#7CB1BD
(124,177,189)
#8EBCC5
(142,188,197)
#A0C7CD
(160,199,205)
#B2D2D5
(178,210,213)
#C4DDDD
(196,221,221)
#D6E8E5
(214,232,229)
#E8F3ED
(232,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #34859D; }

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

This text font color is #34859D.


Background Color

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

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

This div background color is #34859D.


Border color

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

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

This div border color is #34859D.


Opacity

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

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

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

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

This text has shadow with #34859D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #34859D on black background.


Color preview on white background

This text has color #34859D on white background.



Black color preview on #34859D background

This text has black color on #34859D background.


White color preview on #34859D background

This text has white color on #34859D background.