COLOR #374D86

HEX: #374D86
RGB: (55,77,134)

Renk bilgisi

#374D86 contains mainly green and blue colors. #374D86 ‘ nin web güvenlik rengi #333399 (ya da #339) dir.

RGB renk modeli

#374D86 color RGB value is (55,77,134).

  • kırmız ton 55;
  • yeşil ton 77;
  • mavi ton 134.
RGB:
(55,77,134)
(22%,30%,53%)

RGB bağlantıları ve doygunluk

R 55 of 255 = 22%
G 77 of 255 = 30%
B 134 of 255 = 53%

55
77
134

R + G + B ~ 35%. #374D86 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
55 + 77 + 134 = 266 (100%)
R 55 of 266 ~ 20.68%
G 77 of 266 ~ 28.95%
B 134 of 266 ~ 50.38%

%20.68
%28.95
%50.38

CMYK RENK MODELİ

#374D86 rengi CMYK tonu (59,43,0,47).

  • camgöbeği tonu 58.96%
  • eflatun tonu 42.54%
  • sarı tonu 0.00%
  • ana renk tonu 47.45%
CMYK:
(59,43,0,47)
C59M43Y0K47 
(59%,43%,0%,47%)
(0.59/0.43/0.00/0.47)	

CMYK yüzdeleri

%58.96
%42.54
%0
%47.45

Codes

Color #374D86 in popluar color models

374D86
RGB5577134
HSL223°41.80%37.06%
HSB/HSV223°58.96%52.55%
CMYK58.96%42.54%0.00%
47.45%

Color #374D86 in popluar number systems.

HEX374D86
Decimal5577134
Binary110111100110110000110
Octal67115206

Shades and tints

Shades of #374D86

#374D86
(55,77,134)
#32467A
(50,70,122)
#2D3F6E
(45,63,110)
#283862
(40,56,98)
#233156
(35,49,86)
#1E2A4A
(30,42,74)
#19233E
(25,35,62)
#141C32
(20,28,50)
#0F1526
(15,21,38)
#0A0E1A
(10,14,26)
#05070E
(5,7,14)
#000000
(0,0,0)

Tints of #374D86

#374D86
(55,77,134)
#495D91
(73,93,145)
#5B6D9C
(91,109,156)
#6D7DA7
(109,125,167)
#7F8DB2
(127,141,178)
#919DBD
(145,157,189)
#A3ADC8
(163,173,200)
#B5BDD3
(181,189,211)
#C7CDDE
(199,205,222)
#D9DDE9
(217,221,233)
#EBEDF4
(235,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #374D86 color. Also use rgb(55,77,134) instead hex code.

Text Font Color

.myTextColor { color: #374D86; }

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

This text font color is #374D86.


Background Color

.myBgColor { background-color: #374D86; }

<div style="background-color:#374D86">Inner text</div>

This div background color is #374D86.


Border color

.myBorderColor { border: 1px solid #374D86; }

<div style="border:3px solid #374D86">Div</div>

This div border color is #374D86.


Opacity

.myOpacity80 { color: #374D86; opacity: 0.8; }

<p style="color:#374D86;opacity:0.8;">80%</p>

Text with #374D86 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 #374D86;}

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

This text has shadow with #374D86 color.

.textShadow {text-shadow: 3px 3px 1px #374D86, 3px 3px 1px red;}

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

This text has shadow with #374D86 primary color and red secondary color.


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

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

This text has shadow with #374D86 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #374D86 on black background.


Color preview on white background

This text has color #374D86 on white background.



Black color preview on #374D86 background

This text has black color on #374D86 background.


White color preview on #374D86 background

This text has white color on #374D86 background.