COLOR #348EC2

HEX: #348EC2
RGB: (52,142,194)

Renk bilgisi

#348EC2 contains mainly green and blue colors. #348EC2 ‘ nin web güvenlik rengi #3399CC (ya da #39C) dir.

RGB renk modeli

#348EC2 color RGB value is (52,142,194).

  • kırmız ton 52;
  • yeşil ton 142;
  • mavi ton 194.
RGB:
(52,142,194)
(20%,56%,76%)

RGB bağlantıları ve doygunluk

R 52 of 255 = 20%
G 142 of 255 = 56%
B 194 of 255 = 76%

52
142
194

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

Yüzdelerle RGB renk parçaları

R + G + B =
52 + 142 + 194 = 388 (100%)
R 52 of 388 ~ 13.4%
G 142 of 388 ~ 36.6%
B 194 of 388 ~ 50%

%13.4
%36.6
%50

CMYK RENK MODELİ

#348EC2 rengi CMYK tonu (73,27,0,24).

  • camgöbeği tonu 73.20%
  • eflatun tonu 26.80%
  • sarı tonu 0.00%
  • ana renk tonu 23.92%
CMYK:
(73,27,0,24)
C73M27Y0K24 
(73%,27%,0%,24%)
(0.73/0.27/0.00/0.24)	

CMYK yüzdeleri

%73.2
%26.8
%0
%23.92

Codes

Color #348EC2 in popluar color models

348EC2
RGB52142194
HSL202°57.72%48.24%
HSB/HSV202°73.20%76.08%
CMYK73.20%26.80%0.00%
23.92%

Color #348EC2 in popluar number systems.

HEX348EC2
Decimal52142194
Binary1101001000111011000010
Octal64216302

Shades and tints

Shades of #348EC2

#348EC2
(52,142,194)
#3082B1
(48,130,177)
#2C76A0
(44,118,160)
#286A8F
(40,106,143)
#245E7E
(36,94,126)
#20526D
(32,82,109)
#1C465C
(28,70,92)
#183A4B
(24,58,75)
#142E3A
(20,46,58)
#102229
(16,34,41)
#0C1618
(12,22,24)
#000000
(0,0,0)

Tints of #348EC2

#348EC2
(52,142,194)
#4698C7
(70,152,199)
#58A2CC
(88,162,204)
#6AACD1
(106,172,209)
#7CB6D6
(124,182,214)
#8EC0DB
(142,192,219)
#A0CAE0
(160,202,224)
#B2D4E5
(178,212,229)
#C4DEEA
(196,222,234)
#D6E8EF
(214,232,239)
#E8F2F4
(232,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #348EC2; }

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

This text font color is #348EC2.


Background Color

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

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

This div background color is #348EC2.


Border color

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

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

This div border color is #348EC2.


Opacity

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

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

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

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

This text has shadow with #348EC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #348EC2 on black background.


Color preview on white background

This text has color #348EC2 on white background.



Black color preview on #348EC2 background

This text has black color on #348EC2 background.


White color preview on #348EC2 background

This text has white color on #348EC2 background.