COLOR #396CC8

HEX: #396CC8
RGB: (57,108,200)

Renk bilgisi

#396CC8 contains mainly blue color. #396CC8 ‘ nin web güvenlik rengi #3366CC (ya da #36C) dir.

RGB renk modeli

#396CC8 color RGB value is (57,108,200).

  • kırmız ton 57;
  • yeşil ton 108;
  • mavi ton 200.
RGB:
(57,108,200)
(22%,42%,78%)

RGB bağlantıları ve doygunluk

R 57 of 255 = 22%
G 108 of 255 = 42%
B 200 of 255 = 78%

57
108
200

R + G + B ~ 47%. #396CC8 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
57 + 108 + 200 = 365 (100%)
R 57 of 365 ~ 15.62%
G 108 of 365 ~ 29.59%
B 200 of 365 ~ 54.79%

%15.62
%29.59
%54.79

CMYK RENK MODELİ

#396CC8 rengi CMYK tonu (72,46,0,22).

  • camgöbeği tonu 71.50%
  • eflatun tonu 46.00%
  • sarı tonu 0.00%
  • ana renk tonu 21.57%
CMYK:
(72,46,0,22)
C72M46Y0K22 
(72%,46%,0%,22%)
(0.72/0.46/0.00/0.22)	

CMYK yüzdeleri

%71.5
%46
%0
%21.57

Codes

Color #396CC8 in popluar color models

396CC8
RGB57108200
HSL219°56.52%50.39%
HSB/HSV219°71.50%78.43%
CMYK71.50%46.00%0.00%
21.57%

Color #396CC8 in popluar number systems.

HEX396CC8
Decimal57108200
Binary111001110110011001000
Octal71154310

Shades and tints

Shades of #396CC8

#396CC8
(57,108,200)
#3463B6
(52,99,182)
#2F5AA4
(47,90,164)
#2A5192
(42,81,146)
#254880
(37,72,128)
#203F6E
(32,63,110)
#1B365C
(27,54,92)
#162D4A
(22,45,74)
#112438
(17,36,56)
#0C1B26
(12,27,38)
#071214
(7,18,20)
#000000
(0,0,0)

Tints of #396CC8

#396CC8
(57,108,200)
#4B79CD
(75,121,205)
#5D86D2
(93,134,210)
#6F93D7
(111,147,215)
#81A0DC
(129,160,220)
#93ADE1
(147,173,225)
#A5BAE6
(165,186,230)
#B7C7EB
(183,199,235)
#C9D4F0
(201,212,240)
#DBE1F5
(219,225,245)
#EDEEFA
(237,238,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #396CC8 color. Also use rgb(57,108,200) instead hex code.

Text Font Color

.myTextColor { color: #396CC8; }

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

This text font color is #396CC8.


Background Color

.myBgColor { background-color: #396CC8; }

<div style="background-color:#396CC8">Inner text</div>

This div background color is #396CC8.


Border color

.myBorderColor { border: 1px solid #396CC8; }

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

This div border color is #396CC8.


Opacity

.myOpacity80 { color: #396CC8; opacity: 0.8; }

<p style="color:#396CC8;opacity:0.8;">80%</p>

Text with #396CC8 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 #396CC8;}

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

This text has shadow with #396CC8 color.

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

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

This text has shadow with #396CC8 primary color and red secondary color.


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

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

This text has shadow with #396CC8 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #396CC8 on black background.


Color preview on white background

This text has color #396CC8 on white background.



Black color preview on #396CC8 background

This text has black color on #396CC8 background.


White color preview on #396CC8 background

This text has white color on #396CC8 background.