COLOR #34779B

HEX: #34779B
RGB: (52,119,155)

Color info

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

RGB color model

#34779B color RGB value is (52,119,155).

  • red value is 52;
  • green value is 119;
  • blue value is 155.
RGB:
(52,119,155)
(20%,47%,61%)

RGB channels and saturation

R 52 of 255 = 20%
G 119 of 255 = 47%
B 155 of 255 = 61%

52
119
155

R + G + B ~ 43%. #34779B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
52 + 119 + 155 = 326 (100%)
R 52 of 326 ~ 15.95%
G 119 of 326 ~ 36.5%
B 155 of 326 ~ 47.55%

%15.95
%36.5
%47.55

CMYK color model

#34779B color CMYK value is (66,23,0,39).

  • cyan value is 66.45%
  • magenta value is 23.23%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(66,23,0,39)
C66M23Y0K39 
(66%,23%,0%,39%)
(0.66/0.23/0.00/0.39)	

CMYK percentages

%66.45
%23.23
%0
%39.22

Codes

Color #34779B in popluar color models

34779B
RGB52119155
HSL201°49.76%40.59%
HSB/HSV201°66.45%60.78%
CMYK66.45%23.23%0.00%
39.22%

Color #34779B in popluar number systems.

HEX34779B
Decimal52119155
Binary110100111011110011011
Octal64167233

Shades and tints

Shades of #34779B

#34779B
(52,119,155)
#306D8D
(48,109,141)
#2C637F
(44,99,127)
#285971
(40,89,113)
#244F63
(36,79,99)
#204555
(32,69,85)
#1C3B47
(28,59,71)
#183139
(24,49,57)
#14272B
(20,39,43)
#101D1D
(16,29,29)
#0C130F
(12,19,15)
#000000
(0,0,0)

Tints of #34779B

#34779B
(52,119,155)
#4683A4
(70,131,164)
#588FAD
(88,143,173)
#6A9BB6
(106,155,182)
#7CA7BF
(124,167,191)
#8EB3C8
(142,179,200)
#A0BFD1
(160,191,209)
#B2CBDA
(178,203,218)
#C4D7E3
(196,215,227)
#D6E3EC
(214,227,236)
#E8EFF5
(232,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #34779B color. Also use rgb(52,119,155) instead hex code.

Text Font Color

.myTextColor { color: #34779B; }

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

This text font color is #34779B.


Background Color

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

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

This div background color is #34779B.


Border color

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

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

This div border color is #34779B.


Opacity

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

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

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

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

This text has shadow with #34779B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #34779B on black background.


Color preview on white background

This text has color #34779B on white background.



Black color preview on #34779B background

This text has black color on #34779B background.


White color preview on #34779B background

This text has white color on #34779B background.