COLOR #376FB1

HEX: #376FB1
RGB: (55,111,177)

Renk bilgisi

#376FB1 contains mainly blue color. #376FB1 ‘ nin web güvenlik rengi #336699 (ya da #369) dir.

RGB renk modeli

#376FB1 color RGB value is (55,111,177).

  • kırmız ton 55;
  • yeşil ton 111;
  • mavi ton 177.
RGB:
(55,111,177)
(22%,44%,69%)

RGB bağlantıları ve doygunluk

R 55 of 255 = 22%
G 111 of 255 = 44%
B 177 of 255 = 69%

55
111
177

R + G + B ~ 45%. #376FB1 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
55 + 111 + 177 = 343 (100%)
R 55 of 343 ~ 16.03%
G 111 of 343 ~ 32.36%
B 177 of 343 ~ 51.6%

%16.03
%32.36
%51.6

CMYK RENK MODELİ

#376FB1 rengi CMYK tonu (69,37,0,31).

  • camgöbeği tonu 68.93%
  • eflatun tonu 37.29%
  • sarı tonu 0.00%
  • ana renk tonu 30.59%
CMYK:
(69,37,0,31)
C69M37Y0K31 
(69%,37%,0%,31%)
(0.69/0.37/0.00/0.31)	

CMYK yüzdeleri

%68.93
%37.29
%0
%30.59

Codes

Color #376FB1 in popluar color models

376FB1
RGB55111177
HSL212°52.59%45.49%
HSB/HSV212°68.93%69.41%
CMYK68.93%37.29%0.00%
30.59%

Color #376FB1 in popluar number systems.

HEX376FB1
Decimal55111177
Binary110111110111110110001
Octal67157261

Shades and tints

Shades of #376FB1

#376FB1
(55,111,177)
#3265A1
(50,101,161)
#2D5B91
(45,91,145)
#285181
(40,81,129)
#234771
(35,71,113)
#1E3D61
(30,61,97)
#193351
(25,51,81)
#142941
(20,41,65)
#0F1F31
(15,31,49)
#0A1521
(10,21,33)
#050B11
(5,11,17)
#000000
(0,0,0)

Tints of #376FB1

#376FB1
(55,111,177)
#497CB8
(73,124,184)
#5B89BF
(91,137,191)
#6D96C6
(109,150,198)
#7FA3CD
(127,163,205)
#91B0D4
(145,176,212)
#A3BDDB
(163,189,219)
#B5CAE2
(181,202,226)
#C7D7E9
(199,215,233)
#D9E4F0
(217,228,240)
#EBF1F7
(235,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #376FB1 color. Also use rgb(55,111,177) instead hex code.

Text Font Color

.myTextColor { color: #376FB1; }

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

This text font color is #376FB1.


Background Color

.myBgColor { background-color: #376FB1; }

<div style="background-color:#376FB1">Inner text</div>

This div background color is #376FB1.


Border color

.myBorderColor { border: 1px solid #376FB1; }

<div style="border:3px solid #376FB1">Div</div>

This div border color is #376FB1.


Opacity

.myOpacity80 { color: #376FB1; opacity: 0.8; }

<p style="color:#376FB1;opacity:0.8;">80%</p>

Text with #376FB1 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 #376FB1;}

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

This text has shadow with #376FB1 color.

.textShadow {text-shadow: 3px 3px 1px #376FB1, 3px 3px 1px red;}

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

This text has shadow with #376FB1 primary color and red secondary color.


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

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

This text has shadow with #376FB1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #376FB1 on black background.


Color preview on white background

This text has color #376FB1 on white background.



Black color preview on #376FB1 background

This text has black color on #376FB1 background.


White color preview on #376FB1 background

This text has white color on #376FB1 background.