COLOR #346B94

HEX: #346B94
RGB: (52,107,148)

Renk bilgisi

#346B94 contains mainly green and blue colors. #346B94 ‘ nin web güvenlik rengi #336699 (ya da #369) dir.

RGB renk modeli

#346B94 color RGB value is (52,107,148).

  • kırmız ton 52;
  • yeşil ton 107;
  • mavi ton 148.
RGB:
(52,107,148)
(20%,42%,58%)

RGB bağlantıları ve doygunluk

R 52 of 255 = 20%
G 107 of 255 = 42%
B 148 of 255 = 58%

52
107
148

R + G + B ~ 40%. #346B94 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
52 + 107 + 148 = 307 (100%)
R 52 of 307 ~ 16.94%
G 107 of 307 ~ 34.85%
B 148 of 307 ~ 48.21%

%16.94
%34.85
%48.21

CMYK RENK MODELİ

#346B94 rengi CMYK tonu (65,28,0,42).

  • camgöbeği tonu 64.86%
  • eflatun tonu 27.70%
  • sarı tonu 0.00%
  • ana renk tonu 41.96%
CMYK:
(65,28,0,42)
C65M28Y0K42 
(65%,28%,0%,42%)
(0.65/0.28/0.00/0.42)	

CMYK yüzdeleri

%64.86
%27.7
%0
%41.96

Codes

Color #346B94 in popluar color models

346B94
RGB52107148
HSL206°48.00%39.22%
HSB/HSV206°64.86%58.04%
CMYK64.86%27.70%0.00%
41.96%

Color #346B94 in popluar number systems.

HEX346B94
Decimal52107148
Binary110100110101110010100
Octal64153224

Shades and tints

Shades of #346B94

#346B94
(52,107,148)
#306287
(48,98,135)
#2C597A
(44,89,122)
#28506D
(40,80,109)
#244760
(36,71,96)
#203E53
(32,62,83)
#1C3546
(28,53,70)
#182C39
(24,44,57)
#14232C
(20,35,44)
#101A1F
(16,26,31)
#0C1112
(12,17,18)
#000000
(0,0,0)

Tints of #346B94

#346B94
(52,107,148)
#46789D
(70,120,157)
#5885A6
(88,133,166)
#6A92AF
(106,146,175)
#7C9FB8
(124,159,184)
#8EACC1
(142,172,193)
#A0B9CA
(160,185,202)
#B2C6D3
(178,198,211)
#C4D3DC
(196,211,220)
#D6E0E5
(214,224,229)
#E8EDEE
(232,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #346B94 color. Also use rgb(52,107,148) instead hex code.

Text Font Color

.myTextColor { color: #346B94; }

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

This text font color is #346B94.


Background Color

.myBgColor { background-color: #346B94; }

<div style="background-color:#346B94">Inner text</div>

This div background color is #346B94.


Border color

.myBorderColor { border: 1px solid #346B94; }

<div style="border:3px solid #346B94">Div</div>

This div border color is #346B94.


Opacity

.myOpacity80 { color: #346B94; opacity: 0.8; }

<p style="color:#346B94;opacity:0.8;">80%</p>

Text with #346B94 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 #346B94;}

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

This text has shadow with #346B94 color.

.textShadow {text-shadow: 3px 3px 1px #346B94, 3px 3px 1px red;}

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

This text has shadow with #346B94 primary color and red secondary color.


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

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

This text has shadow with #346B94 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #346B94 on black background.


Color preview on white background

This text has color #346B94 on white background.



Black color preview on #346B94 background

This text has black color on #346B94 background.


White color preview on #346B94 background

This text has white color on #346B94 background.