COLOR #347EBF

HEX: #347EBF RGB: (52,126,191)

Color info

#347EBF contains mainly blue color. Web safe color of #347EBF is #3366CC (or #36C).

RGB color model

#347EBF color RGB value is (52,126,191).

RGB: (52,126,191) (20%, 49%, 75%)

RGB channels and saturation

R 52 of 255 = 20%
G 126 of 255 = 49%
B 191 of 255 = 75%

52
126
191

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

Portions of RGB colors in percentages

R + G + B = 52 + 126 + 191 = 369 (100%)
R 52 of 369 ~ 14.09%
G 126 of 369 ~ 34.15%
B 191 of 369 ~ 51.76'%

%14.09
%34.15
%51.76

CMYK color model

#347EBF color CMYK value is (73,34,0,25).

  • cyan value is 72.77%
  • magenta value is 34.03%
  • yellow value is 0.00%
  • key color value is 25.10%

CMYK: (73,34,0,25)
C73M34Y0K25 (73%, 34%, 0%, 25%)
(0.73 / 0.34 / 0.00 / 0.25)

CMYK percentages

%72.77
%34.03
%0
%25.1

Codes

Color #347EBF in popluar color models

34 7E BF
RGB 52 126 191
HSL 208° 57.20% 47.65%
HSB/HSV 208° 72.77% 74.90%
CMYK 72.77% 34.03% 0.00%
25.10%

Color #347EBF in popluar number systems.

HEX 34 7E BF
Decimal 52 126 191
Binary 110100 1111110 10111111
Octal 64 176 277

Shades and tints

Shades of #347EBF

#347EBF
(52,126,191)
#3073AE
(48,115,174)
#2C689D
(44,104,157)
#285D8C
(40,93,140)
#24527B
(36,82,123)
#20476A
(32,71,106)
#1C3C59
(28,60,89)
#183148
(24,49,72)
#142637
(20,38,55)
#101B26
(16,27,38)
#0C1015
(12,16,21)
#000000
(0,0,0)

Tints of #347EBF

#347EBF
(52,126,191)
#4689C4
(70,137,196)
#5894C9
(88,148,201)
#6A9FCE
(106,159,206)
#7CAAD3
(124,170,211)
#8EB5D8
(142,181,216)
#A0C0DD
(160,192,221)
#B2CBE2
(178,203,226)
#C4D6E7
(196,214,231)
#D6E1EC
(214,225,236)
#E8ECF1
(232,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #347EBF color. Also use rgb(52,126,191) instead hex code.

Text Font Color

.myTextColor { color: #347EBF; }

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

This text font color is #347EBF.

Background Color

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

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

This div background color is #347EBF.

Border color

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

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

This div border color is #347EBF.

Opacity

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

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

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

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

This text has shadow with #347EBF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #347EBF.

Preview

Color preview on black background

This text has color #347EBF on black background.


Color preview on white background

This text has color #347EBF on white background.


Black color preview on #347EBF background

This text has black color on #347EBF background.


White color preview on #347EBF background

This text has white color on #347EBF background.


Related colors

Complementary color

Complementary color for #hex is #CB8140.


I love getcolorcode.com

Triadic colors

1 #BF347E and #7EBF34 with #347EBF are triadic colors.

2 #BF7E34 and #7E34BF with #347EBF are triadic colors.