COLOR #348EAC

HEX: #348EAC
RGB: (52,142,172)

Color info

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

RGB color model

#348EAC color RGB value is (52,142,172).

  • red value is 52;
  • green value is 142;
  • blue value is 172.
RGB:
(52,142,172)
(20%,56%,67%)

RGB channels and saturation

R 52 of 255 = 20%
G 142 of 255 = 56%
B 172 of 255 = 67%

52
142
172

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

Portions of RGB colors in percentages

R + G + B =
52 + 142 + 172 = 366 (100%)
R 52 of 366 ~ 14.21%
G 142 of 366 ~ 38.8%
B 172 of 366 ~ 46.99%

%14.21
%38.8
%46.99

CMYK color model

#348EAC color CMYK value is (70,17,0,33).

  • cyan value is 69.77%
  • magenta value is 17.44%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(70,17,0,33)
C70M17Y0K33 
(70%,17%,0%,33%)
(0.70/0.17/0.00/0.33)	

CMYK percentages

%69.77
%17.44
%0
%32.55

Codes

Color #348EAC in popluar color models

348EAC
RGB52142172
HSL195°53.57%43.92%
HSB/HSV195°69.77%67.45%
CMYK69.77%17.44%0.00%
32.55%

Color #348EAC in popluar number systems.

HEX348EAC
Decimal52142172
Binary1101001000111010101100
Octal64216254

Shades and tints

Shades of #348EAC

#348EAC
(52,142,172)
#30829D
(48,130,157)
#2C768E
(44,118,142)
#286A7F
(40,106,127)
#245E70
(36,94,112)
#205261
(32,82,97)
#1C4652
(28,70,82)
#183A43
(24,58,67)
#142E34
(20,46,52)
#102225
(16,34,37)
#0C1616
(12,22,22)
#000000
(0,0,0)

Tints of #348EAC

#348EAC
(52,142,172)
#4698B3
(70,152,179)
#58A2BA
(88,162,186)
#6AACC1
(106,172,193)
#7CB6C8
(124,182,200)
#8EC0CF
(142,192,207)
#A0CAD6
(160,202,214)
#B2D4DD
(178,212,221)
#C4DEE4
(196,222,228)
#D6E8EB
(214,232,235)
#E8F2F2
(232,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #348EAC color. Also use rgb(52,142,172) instead hex code.

Text Font Color

.myTextColor { color: #348EAC; }

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

This text font color is #348EAC.


Background Color

.myBgColor { background-color: #348EAC; }

<div style="background-color:#348EAC">Inner text</div>

This div background color is #348EAC.


Border color

.myBorderColor { border: 1px solid #348EAC; }

<div style="border:3px solid #348EAC">Div</div>

This div border color is #348EAC.


Opacity

.myOpacity80 { color: #348EAC; opacity: 0.8; }

<p style="color:#348EAC;opacity:0.8;">80%</p>

Text with #348EAC 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 #348EAC;}

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

This text has shadow with #348EAC color.

.textShadow {text-shadow: 3px 3px 1px #348EAC, 3px 3px 1px red;}

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

This text has shadow with #348EAC primary color and red secondary color.


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

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

This text has shadow with #348EAC and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #348EAC on black background.


Color preview on white background

This text has color #348EAC on white background.



Black color preview on #348EAC background

This text has black color on #348EAC background.


White color preview on #348EAC background

This text has white color on #348EAC background.