COLOR #373DA5

HEX: #373DA5
RGB: (55,61,165)

Renk bilgisi

#373DA5 contains mainly blue color. #373DA5 ‘ nin web güvenlik rengi #333399 (ya da #339) dir.

RGB renk modeli

#373DA5 color RGB value is (55,61,165).

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

RGB bağlantıları ve doygunluk

R 55 of 255 = 22%
G 61 of 255 = 24%
B 165 of 255 = 65%

55
61
165

R + G + B ~ 37%. #373DA5 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
55 + 61 + 165 = 281 (100%)
R 55 of 281 ~ 19.57%
G 61 of 281 ~ 21.71%
B 165 of 281 ~ 58.72%

%19.57
%21.71
%58.72

CMYK RENK MODELİ

#373DA5 rengi CMYK tonu (67,63,0,35).

  • camgöbeği tonu 66.67%
  • eflatun tonu 63.03%
  • sarı tonu 0.00%
  • ana renk tonu 35.29%
CMYK:
(67,63,0,35)
C67M63Y0K35 
(67%,63%,0%,35%)
(0.67/0.63/0.00/0.35)	

CMYK yüzdeleri

%66.67
%63.03
%0
%35.29

Codes

Color #373DA5 in popluar color models

373DA5
RGB5561165
HSL237°50.00%43.14%
HSB/HSV237°66.67%64.71%
CMYK66.67%63.03%0.00%
35.29%

Color #373DA5 in popluar number systems.

HEX373DA5
Decimal5561165
Binary11011111110110100101
Octal6775245

Shades and tints

Shades of #373DA5

#373DA5
(55,61,165)
#323896
(50,56,150)
#2D3387
(45,51,135)
#282E78
(40,46,120)
#232969
(35,41,105)
#1E245A
(30,36,90)
#191F4B
(25,31,75)
#141A3C
(20,26,60)
#0F152D
(15,21,45)
#0A101E
(10,16,30)
#050B0F
(5,11,15)
#000000
(0,0,0)

Tints of #373DA5

#373DA5
(55,61,165)
#494EAD
(73,78,173)
#5B5FB5
(91,95,181)
#6D70BD
(109,112,189)
#7F81C5
(127,129,197)
#9192CD
(145,146,205)
#A3A3D5
(163,163,213)
#B5B4DD
(181,180,221)
#C7C5E5
(199,197,229)
#D9D6ED
(217,214,237)
#EBE7F5
(235,231,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #373DA5 color. Also use rgb(55,61,165) instead hex code.

Text Font Color

.myTextColor { color: #373DA5; }

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

This text font color is #373DA5.


Background Color

.myBgColor { background-color: #373DA5; }

<div style="background-color:#373DA5">Inner text</div>

This div background color is #373DA5.


Border color

.myBorderColor { border: 1px solid #373DA5; }

<div style="border:3px solid #373DA5">Div</div>

This div border color is #373DA5.


Opacity

.myOpacity80 { color: #373DA5; opacity: 0.8; }

<p style="color:#373DA5;opacity:0.8;">80%</p>

Text with #373DA5 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 #373DA5;}

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

This text has shadow with #373DA5 color.

.textShadow {text-shadow: 3px 3px 1px #373DA5, 3px 3px 1px red;}

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

This text has shadow with #373DA5 primary color and red secondary color.


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

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

This text has shadow with #373DA5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #373DA5 on black background.


Color preview on white background

This text has color #373DA5 on white background.



Black color preview on #373DA5 background

This text has black color on #373DA5 background.


White color preview on #373DA5 background

This text has white color on #373DA5 background.