COLOR #3B74AD

HEX: #3B74AD
RGB: (59,116,173)

Renk bilgisi

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

RGB renk modeli

#3B74AD color RGB value is (59,116,173).

  • kırmız ton 59;
  • yeşil ton 116;
  • mavi ton 173.
RGB:
(59,116,173)
(23%,45%,68%)

RGB bağlantıları ve doygunluk

R 59 of 255 = 23%
G 116 of 255 = 45%
B 173 of 255 = 68%

59
116
173

R + G + B ~ 45%. #3B74AD is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
59 + 116 + 173 = 348 (100%)
R 59 of 348 ~ 16.95%
G 116 of 348 ~ 33.33%
B 173 of 348 ~ 49.71%

%16.95
%33.33
%49.71

CMYK RENK MODELİ

#3B74AD rengi CMYK tonu (66,33,0,32).

  • camgöbeği tonu 65.90%
  • eflatun tonu 32.95%
  • sarı tonu 0.00%
  • ana renk tonu 32.16%
CMYK:
(66,33,0,32)
C66M33Y0K32 
(66%,33%,0%,32%)
(0.66/0.33/0.00/0.32)	

CMYK yüzdeleri

%65.9
%32.95
%0
%32.16

Codes

Color #3B74AD in popluar color models

3B74AD
RGB59116173
HSL210°49.14%45.49%
HSB/HSV210°65.90%67.84%
CMYK65.90%32.95%0.00%
32.16%

Color #3B74AD in popluar number systems.

HEX3B74AD
Decimal59116173
Binary111011111010010101101
Octal73164255

Shades and tints

Shades of #3B74AD

#3B74AD
(59,116,173)
#366A9E
(54,106,158)
#31608F
(49,96,143)
#2C5680
(44,86,128)
#274C71
(39,76,113)
#224262
(34,66,98)
#1D3853
(29,56,83)
#182E44
(24,46,68)
#132435
(19,36,53)
#0E1A26
(14,26,38)
#091017
(9,16,23)
#000000
(0,0,0)

Tints of #3B74AD

#3B74AD
(59,116,173)
#4C80B4
(76,128,180)
#5D8CBB
(93,140,187)
#6E98C2
(110,152,194)
#7FA4C9
(127,164,201)
#90B0D0
(144,176,208)
#A1BCD7
(161,188,215)
#B2C8DE
(178,200,222)
#C3D4E5
(195,212,229)
#D4E0EC
(212,224,236)
#E5ECF3
(229,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3B74AD color. Also use rgb(59,116,173) instead hex code.

Text Font Color

.myTextColor { color: #3B74AD; }

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

This text font color is #3B74AD.


Background Color

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

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

This div background color is #3B74AD.


Border color

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

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

This div border color is #3B74AD.


Opacity

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

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

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

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

This text has shadow with #3B74AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3B74AD on black background.


Color preview on white background

This text has color #3B74AD on white background.



Black color preview on #3B74AD background

This text has black color on #3B74AD background.


White color preview on #3B74AD background

This text has white color on #3B74AD background.