COLOR #386D99

HEX: #386D99
RGB: (56,109,153)

Renk bilgisi

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

RGB renk modeli

#386D99 color RGB value is (56,109,153).

  • kırmız ton 56;
  • yeşil ton 109;
  • mavi ton 153.
RGB:
(56,109,153)
(22%,43%,60%)

RGB bağlantıları ve doygunluk

R 56 of 255 = 22%
G 109 of 255 = 43%
B 153 of 255 = 60%

56
109
153

R + G + B ~ 42%. #386D99 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
56 + 109 + 153 = 318 (100%)
R 56 of 318 ~ 17.61%
G 109 of 318 ~ 34.28%
B 153 of 318 ~ 48.11%

%17.61
%34.28
%48.11

CMYK RENK MODELİ

#386D99 rengi CMYK tonu (63,29,0,40).

  • camgöbeği tonu 63.40%
  • eflatun tonu 28.76%
  • sarı tonu 0.00%
  • ana renk tonu 40.00%
CMYK:
(63,29,0,40)
C63M29Y0K40 
(63%,29%,0%,40%)
(0.63/0.29/0.00/0.40)	

CMYK yüzdeleri

%63.4
%28.76
%0
%40

Codes

Color #386D99 in popluar color models

386D99
RGB56109153
HSL207°46.41%40.98%
HSB/HSV207°63.40%60.00%
CMYK63.40%28.76%0.00%
40.00%

Color #386D99 in popluar number systems.

HEX386D99
Decimal56109153
Binary111000110110110011001
Octal70155231

Shades and tints

Shades of #386D99

#386D99
(56,109,153)
#33648C
(51,100,140)
#2E5B7F
(46,91,127)
#295272
(41,82,114)
#244965
(36,73,101)
#1F4058
(31,64,88)
#1A374B
(26,55,75)
#152E3E
(21,46,62)
#102531
(16,37,49)
#0B1C24
(11,28,36)
#061317
(6,19,23)
#000000
(0,0,0)

Tints of #386D99

#386D99
(56,109,153)
#4A7AA2
(74,122,162)
#5C87AB
(92,135,171)
#6E94B4
(110,148,180)
#80A1BD
(128,161,189)
#92AEC6
(146,174,198)
#A4BBCF
(164,187,207)
#B6C8D8
(182,200,216)
#C8D5E1
(200,213,225)
#DAE2EA
(218,226,234)
#ECEFF3
(236,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #386D99 color. Also use rgb(56,109,153) instead hex code.

Text Font Color

.myTextColor { color: #386D99; }

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

This text font color is #386D99.


Background Color

.myBgColor { background-color: #386D99; }

<div style="background-color:#386D99">Inner text</div>

This div background color is #386D99.


Border color

.myBorderColor { border: 1px solid #386D99; }

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

This div border color is #386D99.


Opacity

.myOpacity80 { color: #386D99; opacity: 0.8; }

<p style="color:#386D99;opacity:0.8;">80%</p>

Text with #386D99 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 #386D99;}

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

This text has shadow with #386D99 color.

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

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

This text has shadow with #386D99 primary color and red secondary color.


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

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

This text has shadow with #386D99 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #386D99 on black background.


Color preview on white background

This text has color #386D99 on white background.



Black color preview on #386D99 background

This text has black color on #386D99 background.


White color preview on #386D99 background

This text has white color on #386D99 background.