COLOR #346D9A

HEX: #346D9A
RGB: (52,109,154)

Renk bilgisi

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

RGB renk modeli

#346D9A color RGB value is (52,109,154).

  • kırmız ton 52;
  • yeşil ton 109;
  • mavi ton 154.
RGB:
(52,109,154)
(20%,43%,60%)

RGB bağlantıları ve doygunluk

R 52 of 255 = 20%
G 109 of 255 = 43%
B 154 of 255 = 60%

52
109
154

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

Yüzdelerle RGB renk parçaları

R + G + B =
52 + 109 + 154 = 315 (100%)
R 52 of 315 ~ 16.51%
G 109 of 315 ~ 34.6%
B 154 of 315 ~ 48.89%

%16.51
%34.6
%48.89

CMYK RENK MODELİ

#346D9A rengi CMYK tonu (66,29,0,40).

  • camgöbeği tonu 66.23%
  • eflatun tonu 29.22%
  • sarı tonu 0.00%
  • ana renk tonu 39.61%
CMYK:
(66,29,0,40)
C66M29Y0K40 
(66%,29%,0%,40%)
(0.66/0.29/0.00/0.40)	

CMYK yüzdeleri

%66.23
%29.22
%0
%39.61

Codes

Color #346D9A in popluar color models

346D9A
RGB52109154
HSL206°49.51%40.39%
HSB/HSV206°66.23%60.39%
CMYK66.23%29.22%0.00%
39.61%

Color #346D9A in popluar number systems.

HEX346D9A
Decimal52109154
Binary110100110110110011010
Octal64155232

Shades and tints

Shades of #346D9A

#346D9A
(52,109,154)
#30648C
(48,100,140)
#2C5B7E
(44,91,126)
#285270
(40,82,112)
#244962
(36,73,98)
#204054
(32,64,84)
#1C3746
(28,55,70)
#182E38
(24,46,56)
#14252A
(20,37,42)
#101C1C
(16,28,28)
#0C130E
(12,19,14)
#000000
(0,0,0)

Tints of #346D9A

#346D9A
(52,109,154)
#467AA3
(70,122,163)
#5887AC
(88,135,172)
#6A94B5
(106,148,181)
#7CA1BE
(124,161,190)
#8EAEC7
(142,174,199)
#A0BBD0
(160,187,208)
#B2C8D9
(178,200,217)
#C4D5E2
(196,213,226)
#D6E2EB
(214,226,235)
#E8EFF4
(232,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #346D9A color. Also use rgb(52,109,154) instead hex code.

Text Font Color

.myTextColor { color: #346D9A; }

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

This text font color is #346D9A.


Background Color

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

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

This div background color is #346D9A.


Border color

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

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

This div border color is #346D9A.


Opacity

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

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

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

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

This text has shadow with #346D9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #346D9A on black background.


Color preview on white background

This text has color #346D9A on white background.



Black color preview on #346D9A background

This text has black color on #346D9A background.


White color preview on #346D9A background

This text has white color on #346D9A background.