COLOR #00346D

HEX: #00346D
RGB: (0,52,109)

Renk bilgisi

#00346D contains only green and blue colors. #00346D ‘ nin web güvenlik rengi #003366 (ya da #036) dir.

RGB renk modeli

#00346D color RGB value is (0,52,109).

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

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 52 of 255 = 20%
B 109 of 255 = 43%

0
52
109

R + G + B ~ 21%. #00346D is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 52 + 109 = 161 (100%)
R 0 of 161 ~ 0%
G 52 of 161 ~ 32.3%
B 109 of 161 ~ 67.7%

%32.3
%67.7

CMYK RENK MODELİ

#00346D rengi CMYK tonu (100,52,0,57).

  • camgöbeği tonu 100.00%
  • eflatun tonu 52.29%
  • sarı tonu 0.00%
  • ana renk tonu 57.25%
CMYK:
(100,52,0,57)
C100M52Y0K57 
(100%,52%,0%,57%)
(1.00/0.52/0.00/0.57)	

CMYK yüzdeleri

%100
%52.29
%0
%57.25

Codes

Color #00346D in popluar color models

00346D
RGB052109
HSL211°100.00%21.37%
HSB/HSV211°100.00%42.75%
CMYK100.00%52.29%0.00%
57.25%

Color #00346D in popluar number systems.

HEX00346D
Decimal052109
Binary01101001101101
Octal064155

Shades and tints

Shades of #00346D

#00346D
(0,52,109)
#003064
(0,48,100)
#002C5B
(0,44,91)
#002852
(0,40,82)
#002449
(0,36,73)
#002040
(0,32,64)
#001C37
(0,28,55)
#00182E
(0,24,46)
#001425
(0,20,37)
#00101C
(0,16,28)
#000C13
(0,12,19)
#000000
(0,0,0)

Tints of #00346D

#00346D
(0,52,109)
#17467A
(23,70,122)
#2E5887
(46,88,135)
#456A94
(69,106,148)
#5C7CA1
(92,124,161)
#738EAE
(115,142,174)
#8AA0BB
(138,160,187)
#A1B2C8
(161,178,200)
#B8C4D5
(184,196,213)
#CFD6E2
(207,214,226)
#E6E8EF
(230,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00346D color. Also use rgb(0,52,109) instead hex code.

Text Font Color

.myTextColor { color: #00346D; }

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

This text font color is #00346D.


Background Color

.myBgColor { background-color: #00346D; }

<div style="background-color:#00346D">Inner text</div>

This div background color is #00346D.


Border color

.myBorderColor { border: 1px solid #00346D; }

<div style="border:3px solid #00346D">Div</div>

This div border color is #00346D.


Opacity

.myOpacity80 { color: #00346D; opacity: 0.8; }

<p style="color:#00346D;opacity:0.8;">80%</p>

Text with #00346D 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 #00346D;}

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

This text has shadow with #00346D color.

.textShadow {text-shadow: 3px 3px 1px #00346D, 3px 3px 1px red;}

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

This text has shadow with #00346D primary color and red secondary color.


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

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

This text has shadow with #00346D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00346D on black background.


Color preview on white background

This text has color #00346D on white background.



Black color preview on #00346D background

This text has black color on #00346D background.


White color preview on #00346D background

This text has white color on #00346D background.