COLOR #737EB5

HEX: #737EB5
RGB: (115,126,181)

Renk bilgisi

#737EB5 contains mainly green and blue colors. #737EB5 ‘ nin web güvenlik rengi #6666CC (ya da #66C) dir.

RGB renk modeli

#737EB5 color RGB value is (115,126,181).

  • kırmız ton 115;
  • yeşil ton 126;
  • mavi ton 181.
RGB:
(115,126,181)
(45%,49%,71%)

RGB bağlantıları ve doygunluk

R 115 of 255 = 45%
G 126 of 255 = 49%
B 181 of 255 = 71%

115
126
181

R + G + B ~ 55%. #737EB5 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
115 + 126 + 181 = 422 (100%)
R 115 of 422 ~ 27.25%
G 126 of 422 ~ 29.86%
B 181 of 422 ~ 42.89%

%27.25
%29.86
%42.89

CMYK RENK MODELİ

#737EB5 rengi CMYK tonu (36,30,0,29).

  • camgöbeği tonu 36.46%
  • eflatun tonu 30.39%
  • sarı tonu 0.00%
  • ana renk tonu 29.02%
CMYK:
(36,30,0,29)
C36M30Y0K29 
(36%,30%,0%,29%)
(0.36/0.30/0.00/0.29)	

CMYK yüzdeleri

%36.46
%30.39
%0
%29.02

Codes

Color #737EB5 in popluar color models

737EB5
RGB115126181
HSL230°30.84%58.04%
HSB/HSV230°36.46%70.98%
CMYK36.46%30.39%0.00%
29.02%

Color #737EB5 in popluar number systems.

HEX737EB5
Decimal115126181
Binary1110011111111010110101
Octal163176265

Shades and tints

Shades of #737EB5

#737EB5
(115,126,181)
#6973A5
(105,115,165)
#5F6895
(95,104,149)
#555D85
(85,93,133)
#4B5275
(75,82,117)
#414765
(65,71,101)
#373C55
(55,60,85)
#2D3145
(45,49,69)
#232635
(35,38,53)
#191B25
(25,27,37)
#0F1015
(15,16,21)
#000000
(0,0,0)

Tints of #737EB5

#737EB5
(115,126,181)
#7F89BB
(127,137,187)
#8B94C1
(139,148,193)
#979FC7
(151,159,199)
#A3AACD
(163,170,205)
#AFB5D3
(175,181,211)
#BBC0D9
(187,192,217)
#C7CBDF
(199,203,223)
#D3D6E5
(211,214,229)
#DFE1EB
(223,225,235)
#EBECF1
(235,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #737EB5 color. Also use rgb(115,126,181) instead hex code.

Text Font Color

.myTextColor { color: #737EB5; }

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

This text font color is #737EB5.


Background Color

.myBgColor { background-color: #737EB5; }

<div style="background-color:#737EB5">Inner text</div>

This div background color is #737EB5.


Border color

.myBorderColor { border: 1px solid #737EB5; }

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

This div border color is #737EB5.


Opacity

.myOpacity80 { color: #737EB5; opacity: 0.8; }

<p style="color:#737EB5;opacity:0.8;">80%</p>

Text with #737EB5 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 #737EB5;}

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

This text has shadow with #737EB5 color.

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

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

This text has shadow with #737EB5 primary color and red secondary color.


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

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

This text has shadow with #737EB5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #737EB5 on black background.


Color preview on white background

This text has color #737EB5 on white background.



Black color preview on #737EB5 background

This text has black color on #737EB5 background.


White color preview on #737EB5 background

This text has white color on #737EB5 background.