COLOR #376FE1

HEX: #376FE1
RGB: (55,111,225)

Renk bilgisi

#376FE1 contains mainly blue color. #376FE1 ‘ nin web güvenlik rengi #3366CC (ya da #36C) dir.

RGB renk modeli

#376FE1 color RGB value is (55,111,225).

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

RGB bağlantıları ve doygunluk

R 55 of 255 = 22%
G 111 of 255 = 44%
B 225 of 255 = 88%

55
111
225

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

Yüzdelerle RGB renk parçaları

R + G + B =
55 + 111 + 225 = 391 (100%)
R 55 of 391 ~ 14.07%
G 111 of 391 ~ 28.39%
B 225 of 391 ~ 57.54%

%14.07
%28.39
%57.54

CMYK RENK MODELİ

#376FE1 rengi CMYK tonu (76,51,0,12).

  • camgöbeği tonu 75.56%
  • eflatun tonu 50.67%
  • sarı tonu 0.00%
  • ana renk tonu 11.76%
CMYK:
(76,51,0,12)
C76M51Y0K12 
(76%,51%,0%,12%)
(0.76/0.51/0.00/0.12)	

CMYK yüzdeleri

%75.56
%50.67
%0
%11.76

Codes

Color #376FE1 in popluar color models

376FE1
RGB55111225
HSL220°73.91%54.90%
HSB/HSV220°75.56%88.24%
CMYK75.56%50.67%0.00%
11.76%

Color #376FE1 in popluar number systems.

HEX376FE1
Decimal55111225
Binary110111110111111100001
Octal67157341

Shades and tints

Shades of #376FE1

#376FE1
(55,111,225)
#3265CD
(50,101,205)
#2D5BB9
(45,91,185)
#2851A5
(40,81,165)
#234791
(35,71,145)
#1E3D7D
(30,61,125)
#193369
(25,51,105)
#142955
(20,41,85)
#0F1F41
(15,31,65)
#0A152D
(10,21,45)
#050B19
(5,11,25)
#000000
(0,0,0)

Tints of #376FE1

#376FE1
(55,111,225)
#497CE3
(73,124,227)
#5B89E5
(91,137,229)
#6D96E7
(109,150,231)
#7FA3E9
(127,163,233)
#91B0EB
(145,176,235)
#A3BDED
(163,189,237)
#B5CAEF
(181,202,239)
#C7D7F1
(199,215,241)
#D9E4F3
(217,228,243)
#EBF1F5
(235,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #376FE1; }

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

This text font color is #376FE1.


Background Color

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

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

This div background color is #376FE1.


Border color

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

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

This div border color is #376FE1.


Opacity

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

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

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

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

This text has shadow with #376FE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #376FE1 on black background.


Color preview on white background

This text has color #376FE1 on white background.



Black color preview on #376FE1 background

This text has black color on #376FE1 background.


White color preview on #376FE1 background

This text has white color on #376FE1 background.