COLOR #378CA5

HEX: #378CA5
RGB: (55,140,165)

Renk bilgisi

#378CA5 contains mainly green and blue colors. #378CA5 ‘ nin web güvenlik rengi #339999 (ya da #399) dir.

RGB renk modeli

#378CA5 color RGB value is (55,140,165).

  • kırmız ton 55;
  • yeşil ton 140;
  • mavi ton 165.
RGB:
(55,140,165)
(22%,55%,65%)

RGB bağlantıları ve doygunluk

R 55 of 255 = 22%
G 140 of 255 = 55%
B 165 of 255 = 65%

55
140
165

R + G + B ~ 47%. #378CA5 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
55 + 140 + 165 = 360 (100%)
R 55 of 360 ~ 15.28%
G 140 of 360 ~ 38.89%
B 165 of 360 ~ 45.83%

%15.28
%38.89
%45.83

CMYK RENK MODELİ

#378CA5 rengi CMYK tonu (67,15,0,35).

  • camgöbeği tonu 66.67%
  • eflatun tonu 15.15%
  • sarı tonu 0.00%
  • ana renk tonu 35.29%
CMYK:
(67,15,0,35)
C67M15Y0K35 
(67%,15%,0%,35%)
(0.67/0.15/0.00/0.35)	

CMYK yüzdeleri

%66.67
%15.15
%0
%35.29

Codes

Color #378CA5 in popluar color models

378CA5
RGB55140165
HSL194°50.00%43.14%
HSB/HSV194°66.67%64.71%
CMYK66.67%15.15%0.00%
35.29%

Color #378CA5 in popluar number systems.

HEX378CA5
Decimal55140165
Binary1101111000110010100101
Octal67214245

Shades and tints

Shades of #378CA5

#378CA5
(55,140,165)
#328096
(50,128,150)
#2D7487
(45,116,135)
#286878
(40,104,120)
#235C69
(35,92,105)
#1E505A
(30,80,90)
#19444B
(25,68,75)
#14383C
(20,56,60)
#0F2C2D
(15,44,45)
#0A201E
(10,32,30)
#05140F
(5,20,15)
#000000
(0,0,0)

Tints of #378CA5

#378CA5
(55,140,165)
#4996AD
(73,150,173)
#5BA0B5
(91,160,181)
#6DAABD
(109,170,189)
#7FB4C5
(127,180,197)
#91BECD
(145,190,205)
#A3C8D5
(163,200,213)
#B5D2DD
(181,210,221)
#C7DCE5
(199,220,229)
#D9E6ED
(217,230,237)
#EBF0F5
(235,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #378CA5 color. Also use rgb(55,140,165) instead hex code.

Text Font Color

.myTextColor { color: #378CA5; }

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

This text font color is #378CA5.


Background Color

.myBgColor { background-color: #378CA5; }

<div style="background-color:#378CA5">Inner text</div>

This div background color is #378CA5.


Border color

.myBorderColor { border: 1px solid #378CA5; }

<div style="border:3px solid #378CA5">Div</div>

This div border color is #378CA5.


Opacity

.myOpacity80 { color: #378CA5; opacity: 0.8; }

<p style="color:#378CA5;opacity:0.8;">80%</p>

Text with #378CA5 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 #378CA5;}

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

This text has shadow with #378CA5 color.

.textShadow {text-shadow: 3px 3px 1px #378CA5, 3px 3px 1px red;}

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

This text has shadow with #378CA5 primary color and red secondary color.


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

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

This text has shadow with #378CA5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #378CA5 on black background.


Color preview on white background

This text has color #378CA5 on white background.



Black color preview on #378CA5 background

This text has black color on #378CA5 background.


White color preview on #378CA5 background

This text has white color on #378CA5 background.