COLOR #347A9C

HEX: #347A9C
RGB: (52,122,156)

Color info

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

RGB color model

#347A9C color RGB value is (52,122,156).

  • red value is 52;
  • green value is 122;
  • blue value is 156.
RGB:
(52,122,156)
(20%,48%,61%)

RGB channels and saturation

R 52 of 255 = 20%
G 122 of 255 = 48%
B 156 of 255 = 61%

52
122
156

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

Portions of RGB colors in percentages

R + G + B =
52 + 122 + 156 = 330 (100%)
R 52 of 330 ~ 15.76%
G 122 of 330 ~ 36.97%
B 156 of 330 ~ 47.27%

%15.76
%36.97
%47.27

CMYK color model

#347A9C color CMYK value is (67,22,0,39).

  • cyan value is 66.67%
  • magenta value is 21.79%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(67,22,0,39)
C67M22Y0K39 
(67%,22%,0%,39%)
(0.67/0.22/0.00/0.39)	

CMYK percentages

%66.67
%21.79
%0
%38.82

Codes

Color #347A9C in popluar color models

347A9C
RGB52122156
HSL200°50.00%40.78%
HSB/HSV200°66.67%61.18%
CMYK66.67%21.79%0.00%
38.82%

Color #347A9C in popluar number systems.

HEX347A9C
Decimal52122156
Binary110100111101010011100
Octal64172234

Shades and tints

Shades of #347A9C

#347A9C
(52,122,156)
#306F8E
(48,111,142)
#2C6480
(44,100,128)
#285972
(40,89,114)
#244E64
(36,78,100)
#204356
(32,67,86)
#1C3848
(28,56,72)
#182D3A
(24,45,58)
#14222C
(20,34,44)
#10171E
(16,23,30)
#0C0C10
(12,12,16)
#000000
(0,0,0)

Tints of #347A9C

#347A9C
(52,122,156)
#4686A5
(70,134,165)
#5892AE
(88,146,174)
#6A9EB7
(106,158,183)
#7CAAC0
(124,170,192)
#8EB6C9
(142,182,201)
#A0C2D2
(160,194,210)
#B2CEDB
(178,206,219)
#C4DAE4
(196,218,228)
#D6E6ED
(214,230,237)
#E8F2F6
(232,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #347A9C color. Also use rgb(52,122,156) instead hex code.

Text Font Color

.myTextColor { color: #347A9C; }

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

This text font color is #347A9C.


Background Color

.myBgColor { background-color: #347A9C; }

<div style="background-color:#347A9C">Inner text</div>

This div background color is #347A9C.


Border color

.myBorderColor { border: 1px solid #347A9C; }

<div style="border:3px solid #347A9C">Div</div>

This div border color is #347A9C.


Opacity

.myOpacity80 { color: #347A9C; opacity: 0.8; }

<p style="color:#347A9C;opacity:0.8;">80%</p>

Text with #347A9C 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 #347A9C;}

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

This text has shadow with #347A9C color.

.textShadow {text-shadow: 3px 3px 1px #347A9C, 3px 3px 1px red;}

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

This text has shadow with #347A9C primary color and red secondary color.


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

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

This text has shadow with #347A9C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #347A9C on black background.


Color preview on white background

This text has color #347A9C on white background.



Black color preview on #347A9C background

This text has black color on #347A9C background.


White color preview on #347A9C background

This text has white color on #347A9C background.