COLOR #376FE4

HEX: #376FE4
RGB: (55,111,228)

Renk bilgisi

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

RGB renk modeli

#376FE4 color RGB value is (55,111,228).

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

RGB bağlantıları ve doygunluk

R 55 of 255 = 22%
G 111 of 255 = 44%
B 228 of 255 = 89%

55
111
228

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

Yüzdelerle RGB renk parçaları

R + G + B =
55 + 111 + 228 = 394 (100%)
R 55 of 394 ~ 13.96%
G 111 of 394 ~ 28.17%
B 228 of 394 ~ 57.87%

%13.96
%28.17
%57.87

CMYK RENK MODELİ

#376FE4 rengi CMYK tonu (76,51,0,11).

  • camgöbeği tonu 75.88%
  • eflatun tonu 51.32%
  • sarı tonu 0.00%
  • ana renk tonu 10.59%
CMYK:
(76,51,0,11)
C76M51Y0K11 
(76%,51%,0%,11%)
(0.76/0.51/0.00/0.11)	

CMYK yüzdeleri

%75.88
%51.32
%0
%10.59

Codes

Color #376FE4 in popluar color models

376FE4
RGB55111228
HSL221°76.21%55.49%
HSB/HSV221°75.88%89.41%
CMYK75.88%51.32%0.00%
10.59%

Color #376FE4 in popluar number systems.

HEX376FE4
Decimal55111228
Binary110111110111111100100
Octal67157344

Shades and tints

Shades of #376FE4

#376FE4
(55,111,228)
#3265D0
(50,101,208)
#2D5BBC
(45,91,188)
#2851A8
(40,81,168)
#234794
(35,71,148)
#1E3D80
(30,61,128)
#19336C
(25,51,108)
#142958
(20,41,88)
#0F1F44
(15,31,68)
#0A1530
(10,21,48)
#050B1C
(5,11,28)
#000000
(0,0,0)

Tints of #376FE4

#376FE4
(55,111,228)
#497CE6
(73,124,230)
#5B89E8
(91,137,232)
#6D96EA
(109,150,234)
#7FA3EC
(127,163,236)
#91B0EE
(145,176,238)
#A3BDF0
(163,189,240)
#B5CAF2
(181,202,242)
#C7D7F4
(199,215,244)
#D9E4F6
(217,228,246)
#EBF1F8
(235,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #376FE4; }

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

This text font color is #376FE4.


Background Color

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

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

This div background color is #376FE4.


Border color

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

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

This div border color is #376FE4.


Opacity

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

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

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

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

This text has shadow with #376FE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #376FE4 on black background.


Color preview on white background

This text has color #376FE4 on white background.



Black color preview on #376FE4 background

This text has black color on #376FE4 background.


White color preview on #376FE4 background

This text has white color on #376FE4 background.