COLOR #397EAA

HEX: #397EAA
RGB: (57,126,170)

Renk bilgisi

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

RGB renk modeli

#397EAA color RGB value is (57,126,170).

  • kırmız ton 57;
  • yeşil ton 126;
  • mavi ton 170.
RGB:
(57,126,170)
(22%,49%,67%)

RGB bağlantıları ve doygunluk

R 57 of 255 = 22%
G 126 of 255 = 49%
B 170 of 255 = 67%

57
126
170

R + G + B ~ 46%. #397EAA is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
57 + 126 + 170 = 353 (100%)
R 57 of 353 ~ 16.15%
G 126 of 353 ~ 35.69%
B 170 of 353 ~ 48.16%

%16.15
%35.69
%48.16

CMYK RENK MODELİ

#397EAA rengi CMYK tonu (66,26,0,33).

  • camgöbeği tonu 66.47%
  • eflatun tonu 25.88%
  • sarı tonu 0.00%
  • ana renk tonu 33.33%
CMYK:
(66,26,0,33)
C66M26Y0K33 
(66%,26%,0%,33%)
(0.66/0.26/0.00/0.33)	

CMYK yüzdeleri

%66.47
%25.88
%0
%33.33

Codes

Color #397EAA in popluar color models

397EAA
RGB57126170
HSL203°49.78%44.51%
HSB/HSV203°66.47%66.67%
CMYK66.47%25.88%0.00%
33.33%

Color #397EAA in popluar number systems.

HEX397EAA
Decimal57126170
Binary111001111111010101010
Octal71176252

Shades and tints

Shades of #397EAA

#397EAA
(57,126,170)
#34739B
(52,115,155)
#2F688C
(47,104,140)
#2A5D7D
(42,93,125)
#25526E
(37,82,110)
#20475F
(32,71,95)
#1B3C50
(27,60,80)
#163141
(22,49,65)
#112632
(17,38,50)
#0C1B23
(12,27,35)
#071014
(7,16,20)
#000000
(0,0,0)

Tints of #397EAA

#397EAA
(57,126,170)
#4B89B1
(75,137,177)
#5D94B8
(93,148,184)
#6F9FBF
(111,159,191)
#81AAC6
(129,170,198)
#93B5CD
(147,181,205)
#A5C0D4
(165,192,212)
#B7CBDB
(183,203,219)
#C9D6E2
(201,214,226)
#DBE1E9
(219,225,233)
#EDECF0
(237,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #397EAA color. Also use rgb(57,126,170) instead hex code.

Text Font Color

.myTextColor { color: #397EAA; }

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

This text font color is #397EAA.


Background Color

.myBgColor { background-color: #397EAA; }

<div style="background-color:#397EAA">Inner text</div>

This div background color is #397EAA.


Border color

.myBorderColor { border: 1px solid #397EAA; }

<div style="border:3px solid #397EAA">Div</div>

This div border color is #397EAA.


Opacity

.myOpacity80 { color: #397EAA; opacity: 0.8; }

<p style="color:#397EAA;opacity:0.8;">80%</p>

Text with #397EAA 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 #397EAA;}

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

This text has shadow with #397EAA color.

.textShadow {text-shadow: 3px 3px 1px #397EAA, 3px 3px 1px red;}

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

This text has shadow with #397EAA primary color and red secondary color.


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

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

This text has shadow with #397EAA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #397EAA on black background.


Color preview on white background

This text has color #397EAA on white background.



Black color preview on #397EAA background

This text has black color on #397EAA background.


White color preview on #397EAA background

This text has white color on #397EAA background.