COLOR #348BCE

HEX: #348BCE
RGB: (52,139,206)

Color info

#348BCE contains mainly blue color. Web safe color of #348BCE is #3399CC (or #39C).

RGB color model

#348BCE color RGB value is (52,139,206).

  • red value is 52;
  • green value is 139;
  • blue value is 206.
RGB:
(52,139,206)
(20%,55%,81%)

RGB channels and saturation

R 52 of 255 = 20%
G 139 of 255 = 55%
B 206 of 255 = 81%

52
139
206

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

Portions of RGB colors in percentages

R + G + B =
52 + 139 + 206 = 397 (100%)
R 52 of 397 ~ 13.1%
G 139 of 397 ~ 35.01%
B 206 of 397 ~ 51.89%

%13.1
%35.01
%51.89

CMYK color model

#348BCE color CMYK value is (75,33,0,19).

  • cyan value is 74.76%
  • magenta value is 32.52%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(75,33,0,19)
C75M33Y0K19 
(75%,33%,0%,19%)
(0.75/0.33/0.00/0.19)	

CMYK percentages

%74.76
%32.52
%0
%19.22

Codes

Color #348BCE in popluar color models

348BCE
RGB52139206
HSL206°61.11%50.59%
HSB/HSV206°74.76%80.78%
CMYK74.76%32.52%0.00%
19.22%

Color #348BCE in popluar number systems.

HEX348BCE
Decimal52139206
Binary1101001000101111001110
Octal64213316

Shades and tints

Shades of #348BCE

#348BCE
(52,139,206)
#307FBC
(48,127,188)
#2C73AA
(44,115,170)
#286798
(40,103,152)
#245B86
(36,91,134)
#204F74
(32,79,116)
#1C4362
(28,67,98)
#183750
(24,55,80)
#142B3E
(20,43,62)
#101F2C
(16,31,44)
#0C131A
(12,19,26)
#000000
(0,0,0)

Tints of #348BCE

#348BCE
(52,139,206)
#4695D2
(70,149,210)
#589FD6
(88,159,214)
#6AA9DA
(106,169,218)
#7CB3DE
(124,179,222)
#8EBDE2
(142,189,226)
#A0C7E6
(160,199,230)
#B2D1EA
(178,209,234)
#C4DBEE
(196,219,238)
#D6E5F2
(214,229,242)
#E8EFF6
(232,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #348BCE color. Also use rgb(52,139,206) instead hex code.

Text Font Color

.myTextColor { color: #348BCE; }

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

This text font color is #348BCE.


Background Color

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

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

This div background color is #348BCE.


Border color

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

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

This div border color is #348BCE.


Opacity

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

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

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

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

This text has shadow with #348BCE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #348BCE on black background.


Color preview on white background

This text has color #348BCE on white background.



Black color preview on #348BCE background

This text has black color on #348BCE background.


White color preview on #348BCE background

This text has white color on #348BCE background.