COLOR #376F9F

HEX: #376F9F
RGB: (55,111,159)

Renk bilgisi

#376F9F contains mainly green and blue colors. #376F9F ‘ nin web güvenlik rengi #336699 (ya da #369) dir.

RGB renk modeli

#376F9F color RGB value is (55,111,159).

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

RGB bağlantıları ve doygunluk

R 55 of 255 = 22%
G 111 of 255 = 44%
B 159 of 255 = 62%

55
111
159

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

Yüzdelerle RGB renk parçaları

R + G + B =
55 + 111 + 159 = 325 (100%)
R 55 of 325 ~ 16.92%
G 111 of 325 ~ 34.15%
B 159 of 325 ~ 48.92%

%16.92
%34.15
%48.92

CMYK RENK MODELİ

#376F9F rengi CMYK tonu (65,30,0,38).

  • camgöbeği tonu 65.41%
  • eflatun tonu 30.19%
  • sarı tonu 0.00%
  • ana renk tonu 37.65%
CMYK:
(65,30,0,38)
C65M30Y0K38 
(65%,30%,0%,38%)
(0.65/0.30/0.00/0.38)	

CMYK yüzdeleri

%65.41
%30.19
%0
%37.65

Codes

Color #376F9F in popluar color models

376F9F
RGB55111159
HSL208°48.60%41.96%
HSB/HSV208°65.41%62.35%
CMYK65.41%30.19%0.00%
37.65%

Color #376F9F in popluar number systems.

HEX376F9F
Decimal55111159
Binary110111110111110011111
Octal67157237

Shades and tints

Shades of #376F9F

#376F9F
(55,111,159)
#326591
(50,101,145)
#2D5B83
(45,91,131)
#285175
(40,81,117)
#234767
(35,71,103)
#1E3D59
(30,61,89)
#19334B
(25,51,75)
#14293D
(20,41,61)
#0F1F2F
(15,31,47)
#0A1521
(10,21,33)
#050B13
(5,11,19)
#000000
(0,0,0)

Tints of #376F9F

#376F9F
(55,111,159)
#497CA7
(73,124,167)
#5B89AF
(91,137,175)
#6D96B7
(109,150,183)
#7FA3BF
(127,163,191)
#91B0C7
(145,176,199)
#A3BDCF
(163,189,207)
#B5CAD7
(181,202,215)
#C7D7DF
(199,215,223)
#D9E4E7
(217,228,231)
#EBF1EF
(235,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #376F9F; }

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

This text font color is #376F9F.


Background Color

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

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

This div background color is #376F9F.


Border color

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

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

This div border color is #376F9F.


Opacity

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

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

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

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

This text has shadow with #376F9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #376F9F on black background.


Color preview on white background

This text has color #376F9F on white background.



Black color preview on #376F9F background

This text has black color on #376F9F background.


White color preview on #376F9F background

This text has white color on #376F9F background.