COLOR #334D9D

HEX: #334D9D
RGB: (51,77,157)

Renk bilgisi

#334D9D contains mainly blue color. #334D9D ‘ nin web güvenlik rengi #333399 (ya da #339) dir.

RGB renk modeli

#334D9D color RGB value is (51,77,157).

  • kırmız ton 51;
  • yeşil ton 77;
  • mavi ton 157.
RGB:
(51,77,157)
(20%,30%,62%)

RGB bağlantıları ve doygunluk

R 51 of 255 = 20%
G 77 of 255 = 30%
B 157 of 255 = 62%

51
77
157

R + G + B ~ 37%. #334D9D is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
51 + 77 + 157 = 285 (100%)
R 51 of 285 ~ 17.89%
G 77 of 285 ~ 27.02%
B 157 of 285 ~ 55.09%

%17.89
%27.02
%55.09

CMYK RENK MODELİ

#334D9D rengi CMYK tonu (68,51,0,38).

  • camgöbeği tonu 67.52%
  • eflatun tonu 50.96%
  • sarı tonu 0.00%
  • ana renk tonu 38.43%
CMYK:
(68,51,0,38)
C68M51Y0K38 
(68%,51%,0%,38%)
(0.68/0.51/0.00/0.38)	

CMYK yüzdeleri

%67.52
%50.96
%0
%38.43

Codes

Color #334D9D in popluar color models

334D9D
RGB5177157
HSL225°50.96%40.78%
HSB/HSV225°67.52%61.57%
CMYK67.52%50.96%0.00%
38.43%

Color #334D9D in popluar number systems.

HEX334D9D
Decimal5177157
Binary110011100110110011101
Octal63115235

Shades and tints

Shades of #334D9D

#334D9D
(51,77,157)
#2F468F
(47,70,143)
#2B3F81
(43,63,129)
#273873
(39,56,115)
#233165
(35,49,101)
#1F2A57
(31,42,87)
#1B2349
(27,35,73)
#171C3B
(23,28,59)
#13152D
(19,21,45)
#0F0E1F
(15,14,31)
#0B0711
(11,7,17)
#000000
(0,0,0)

Tints of #334D9D

#334D9D
(51,77,157)
#455DA5
(69,93,165)
#576DAD
(87,109,173)
#697DB5
(105,125,181)
#7B8DBD
(123,141,189)
#8D9DC5
(141,157,197)
#9FADCD
(159,173,205)
#B1BDD5
(177,189,213)
#C3CDDD
(195,205,221)
#D5DDE5
(213,221,229)
#E7EDED
(231,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #334D9D color. Also use rgb(51,77,157) instead hex code.

Text Font Color

.myTextColor { color: #334D9D; }

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

This text font color is #334D9D.


Background Color

.myBgColor { background-color: #334D9D; }

<div style="background-color:#334D9D">Inner text</div>

This div background color is #334D9D.


Border color

.myBorderColor { border: 1px solid #334D9D; }

<div style="border:3px solid #334D9D">Div</div>

This div border color is #334D9D.


Opacity

.myOpacity80 { color: #334D9D; opacity: 0.8; }

<p style="color:#334D9D;opacity:0.8;">80%</p>

Text with #334D9D 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 #334D9D;}

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

This text has shadow with #334D9D color.

.textShadow {text-shadow: 3px 3px 1px #334D9D, 3px 3px 1px red;}

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

This text has shadow with #334D9D primary color and red secondary color.


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

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

This text has shadow with #334D9D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #334D9D on black background.


Color preview on white background

This text has color #334D9D on white background.



Black color preview on #334D9D background

This text has black color on #334D9D background.


White color preview on #334D9D background

This text has white color on #334D9D background.