COLOR #3949A5

HEX: #3949A5
RGB: (57,73,165)

Renk bilgisi

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

RGB renk modeli

#3949A5 color RGB value is (57,73,165).

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

RGB bağlantıları ve doygunluk

R 57 of 255 = 22%
G 73 of 255 = 29%
B 165 of 255 = 65%

57
73
165

R + G + B ~ 39%. #3949A5 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
57 + 73 + 165 = 295 (100%)
R 57 of 295 ~ 19.32%
G 73 of 295 ~ 24.75%
B 165 of 295 ~ 55.93%

%19.32
%24.75
%55.93

CMYK RENK MODELİ

#3949A5 rengi CMYK tonu (65,56,0,35).

  • camgöbeği tonu 65.45%
  • eflatun tonu 55.76%
  • sarı tonu 0.00%
  • ana renk tonu 35.29%
CMYK:
(65,56,0,35)
C65M56Y0K35 
(65%,56%,0%,35%)
(0.65/0.56/0.00/0.35)	

CMYK yüzdeleri

%65.45
%55.76
%0
%35.29

Codes

Color #3949A5 in popluar color models

3949A5
RGB5773165
HSL231°48.65%43.53%
HSB/HSV231°65.45%64.71%
CMYK65.45%55.76%0.00%
35.29%

Color #3949A5 in popluar number systems.

HEX3949A5
Decimal5773165
Binary111001100100110100101
Octal71111245

Shades and tints

Shades of #3949A5

#3949A5
(57,73,165)
#344396
(52,67,150)
#2F3D87
(47,61,135)
#2A3778
(42,55,120)
#253169
(37,49,105)
#202B5A
(32,43,90)
#1B254B
(27,37,75)
#161F3C
(22,31,60)
#11192D
(17,25,45)
#0C131E
(12,19,30)
#070D0F
(7,13,15)
#000000
(0,0,0)

Tints of #3949A5

#3949A5
(57,73,165)
#4B59AD
(75,89,173)
#5D69B5
(93,105,181)
#6F79BD
(111,121,189)
#8189C5
(129,137,197)
#9399CD
(147,153,205)
#A5A9D5
(165,169,213)
#B7B9DD
(183,185,221)
#C9C9E5
(201,201,229)
#DBD9ED
(219,217,237)
#EDE9F5
(237,233,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3949A5 color. Also use rgb(57,73,165) instead hex code.

Text Font Color

.myTextColor { color: #3949A5; }

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

This text font color is #3949A5.


Background Color

.myBgColor { background-color: #3949A5; }

<div style="background-color:#3949A5">Inner text</div>

This div background color is #3949A5.


Border color

.myBorderColor { border: 1px solid #3949A5; }

<div style="border:3px solid #3949A5">Div</div>

This div border color is #3949A5.


Opacity

.myOpacity80 { color: #3949A5; opacity: 0.8; }

<p style="color:#3949A5;opacity:0.8;">80%</p>

Text with #3949A5 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 #3949A5;}

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

This text has shadow with #3949A5 color.

.textShadow {text-shadow: 3px 3px 1px #3949A5, 3px 3px 1px red;}

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

This text has shadow with #3949A5 primary color and red secondary color.


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

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

This text has shadow with #3949A5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3949A5 on black background.


Color preview on white background

This text has color #3949A5 on white background.



Black color preview on #3949A5 background

This text has black color on #3949A5 background.


White color preview on #3949A5 background

This text has white color on #3949A5 background.