COLOR #3D76E7

HEX: #3D76E7
RGB: (61,118,231)

Renk bilgisi

#3D76E7 contains mainly blue color. #3D76E7 ‘ nin web güvenlik rengi #3366FF (ya da #36F) dir.

RGB renk modeli

#3D76E7 color RGB value is (61,118,231).

  • kırmız ton 61;
  • yeşil ton 118;
  • mavi ton 231.
RGB:
(61,118,231)
(24%,46%,91%)

RGB bağlantıları ve doygunluk

R 61 of 255 = 24%
G 118 of 255 = 46%
B 231 of 255 = 91%

61
118
231

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

Yüzdelerle RGB renk parçaları

R + G + B =
61 + 118 + 231 = 410 (100%)
R 61 of 410 ~ 14.88%
G 118 of 410 ~ 28.78%
B 231 of 410 ~ 56.34%

%14.88
%28.78
%56.34

CMYK RENK MODELİ

#3D76E7 rengi CMYK tonu (74,49,0,9).

  • camgöbeği tonu 73.59%
  • eflatun tonu 48.92%
  • sarı tonu 0.00%
  • ana renk tonu 9.41%
CMYK:
(74,49,0,9)
C74M49Y0K9 
(74%,49%,0%,9%)
(0.74/0.49/0.00/0.09)	

CMYK yüzdeleri

%73.59
%48.92
%0
%9.41

Codes

Color #3D76E7 in popluar color models

3D76E7
RGB61118231
HSL220°77.98%57.25%
HSB/HSV220°73.59%90.59%
CMYK73.59%48.92%0.00%
9.41%

Color #3D76E7 in popluar number systems.

HEX3D76E7
Decimal61118231
Binary111101111011011100111
Octal75166347

Shades and tints

Shades of #3D76E7

#3D76E7
(61,118,231)
#386CD2
(56,108,210)
#3362BD
(51,98,189)
#2E58A8
(46,88,168)
#294E93
(41,78,147)
#24447E
(36,68,126)
#1F3A69
(31,58,105)
#1A3054
(26,48,84)
#15263F
(21,38,63)
#101C2A
(16,28,42)
#0B1215
(11,18,21)
#000000
(0,0,0)

Tints of #3D76E7

#3D76E7
(61,118,231)
#4E82E9
(78,130,233)
#5F8EEB
(95,142,235)
#709AED
(112,154,237)
#81A6EF
(129,166,239)
#92B2F1
(146,178,241)
#A3BEF3
(163,190,243)
#B4CAF5
(180,202,245)
#C5D6F7
(197,214,247)
#D6E2F9
(214,226,249)
#E7EEFB
(231,238,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3D76E7 color. Also use rgb(61,118,231) instead hex code.

Text Font Color

.myTextColor { color: #3D76E7; }

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

This text font color is #3D76E7.


Background Color

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

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

This div background color is #3D76E7.


Border color

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

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

This div border color is #3D76E7.


Opacity

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

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

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

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

This text has shadow with #3D76E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3D76E7 on black background.


Color preview on white background

This text has color #3D76E7 on white background.



Black color preview on #3D76E7 background

This text has black color on #3D76E7 background.


White color preview on #3D76E7 background

This text has white color on #3D76E7 background.