COLOR #3B50A0

HEX: #3B50A0
RGB: (59,80,160)

Renk bilgisi

#3B50A0 contains mainly blue color. #3B50A0 ‘ nin web güvenlik rengi #336699 (ya da #369) dir.

RGB renk modeli

#3B50A0 color RGB value is (59,80,160).

  • kırmız ton 59;
  • yeşil ton 80;
  • mavi ton 160.
RGB:
(59,80,160)
(23%,31%,63%)

RGB bağlantıları ve doygunluk

R 59 of 255 = 23%
G 80 of 255 = 31%
B 160 of 255 = 63%

59
80
160

R + G + B ~ 39%. #3B50A0 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
59 + 80 + 160 = 299 (100%)
R 59 of 299 ~ 19.73%
G 80 of 299 ~ 26.76%
B 160 of 299 ~ 53.51%

%19.73
%26.76
%53.51

CMYK RENK MODELİ

#3B50A0 rengi CMYK tonu (63,50,0,37).

  • camgöbeği tonu 63.13%
  • eflatun tonu 50.00%
  • sarı tonu 0.00%
  • ana renk tonu 37.25%
CMYK:
(63,50,0,37)
C63M50Y0K37 
(63%,50%,0%,37%)
(0.63/0.50/0.00/0.37)	

CMYK yüzdeleri

%63.13
%50
%0
%37.25

Codes

Color #3B50A0 in popluar color models

3B50A0
RGB5980160
HSL228°46.12%42.94%
HSB/HSV228°63.13%62.75%
CMYK63.13%50.00%0.00%
37.25%

Color #3B50A0 in popluar number systems.

HEX3B50A0
Decimal5980160
Binary111011101000010100000
Octal73120240

Shades and tints

Shades of #3B50A0

#3B50A0
(59,80,160)
#364992
(54,73,146)
#314284
(49,66,132)
#2C3B76
(44,59,118)
#273468
(39,52,104)
#222D5A
(34,45,90)
#1D264C
(29,38,76)
#181F3E
(24,31,62)
#131830
(19,24,48)
#0E1122
(14,17,34)
#090A14
(9,10,20)
#000000
(0,0,0)

Tints of #3B50A0

#3B50A0
(59,80,160)
#4C5FA8
(76,95,168)
#5D6EB0
(93,110,176)
#6E7DB8
(110,125,184)
#7F8CC0
(127,140,192)
#909BC8
(144,155,200)
#A1AAD0
(161,170,208)
#B2B9D8
(178,185,216)
#C3C8E0
(195,200,224)
#D4D7E8
(212,215,232)
#E5E6F0
(229,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B50A0 color. Also use rgb(59,80,160) instead hex code.

Text Font Color

.myTextColor { color: #3B50A0; }

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

This text font color is #3B50A0.


Background Color

.myBgColor { background-color: #3B50A0; }

<div style="background-color:#3B50A0">Inner text</div>

This div background color is #3B50A0.


Border color

.myBorderColor { border: 1px solid #3B50A0; }

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

This div border color is #3B50A0.


Opacity

.myOpacity80 { color: #3B50A0; opacity: 0.8; }

<p style="color:#3B50A0;opacity:0.8;">80%</p>

Text with #3B50A0 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 #3B50A0;}

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

This text has shadow with #3B50A0 color.

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

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

This text has shadow with #3B50A0 primary color and red secondary color.


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

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

This text has shadow with #3B50A0 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B50A0 on black background.


Color preview on white background

This text has color #3B50A0 on white background.



Black color preview on #3B50A0 background

This text has black color on #3B50A0 background.


White color preview on #3B50A0 background

This text has white color on #3B50A0 background.