COLOR #317DAD

HEX: #317DAD
RGB: (49,125,173)

Renk bilgisi

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

RGB renk modeli

#317DAD color RGB value is (49,125,173).

  • kırmız ton 49;
  • yeşil ton 125;
  • mavi ton 173.
RGB:
(49,125,173)
(19%,49%,68%)

RGB bağlantıları ve doygunluk

R 49 of 255 = 19%
G 125 of 255 = 49%
B 173 of 255 = 68%

49
125
173

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

Yüzdelerle RGB renk parçaları

R + G + B =
49 + 125 + 173 = 347 (100%)
R 49 of 347 ~ 14.12%
G 125 of 347 ~ 36.02%
B 173 of 347 ~ 49.86%

%14.12
%36.02
%49.86

CMYK RENK MODELİ

#317DAD rengi CMYK tonu (72,28,0,32).

  • camgöbeği tonu 71.68%
  • eflatun tonu 27.75%
  • sarı tonu 0.00%
  • ana renk tonu 32.16%
CMYK:
(72,28,0,32)
C72M28Y0K32 
(72%,28%,0%,32%)
(0.72/0.28/0.00/0.32)	

CMYK yüzdeleri

%71.68
%27.75
%0
%32.16

Codes

Color #317DAD in popluar color models

317DAD
RGB49125173
HSL203°55.86%43.53%
HSB/HSV203°71.68%67.84%
CMYK71.68%27.75%0.00%
32.16%

Color #317DAD in popluar number systems.

HEX317DAD
Decimal49125173
Binary110001111110110101101
Octal61175255

Shades and tints

Shades of #317DAD

#317DAD
(49,125,173)
#2D729E
(45,114,158)
#29678F
(41,103,143)
#255C80
(37,92,128)
#215171
(33,81,113)
#1D4662
(29,70,98)
#193B53
(25,59,83)
#153044
(21,48,68)
#112535
(17,37,53)
#0D1A26
(13,26,38)
#090F17
(9,15,23)
#000000
(0,0,0)

Tints of #317DAD

#317DAD
(49,125,173)
#4388B4
(67,136,180)
#5593BB
(85,147,187)
#679EC2
(103,158,194)
#79A9C9
(121,169,201)
#8BB4D0
(139,180,208)
#9DBFD7
(157,191,215)
#AFCADE
(175,202,222)
#C1D5E5
(193,213,229)
#D3E0EC
(211,224,236)
#E5EBF3
(229,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #317DAD color. Also use rgb(49,125,173) instead hex code.

Text Font Color

.myTextColor { color: #317DAD; }

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

This text font color is #317DAD.


Background Color

.myBgColor { background-color: #317DAD; }

<div style="background-color:#317DAD">Inner text</div>

This div background color is #317DAD.


Border color

.myBorderColor { border: 1px solid #317DAD; }

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

This div border color is #317DAD.


Opacity

.myOpacity80 { color: #317DAD; opacity: 0.8; }

<p style="color:#317DAD;opacity:0.8;">80%</p>

Text with #317DAD 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 #317DAD;}

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

This text has shadow with #317DAD color.

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

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

This text has shadow with #317DAD primary color and red secondary color.


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

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

This text has shadow with #317DAD and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #317DAD on black background.


Color preview on white background

This text has color #317DAD on white background.



Black color preview on #317DAD background

This text has black color on #317DAD background.


White color preview on #317DAD background

This text has white color on #317DAD background.