COLOR #3C76C4

HEX: #3C76C4
RGB: (60,118,196)

Renk bilgisi

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

RGB renk modeli

#3C76C4 color RGB value is (60,118,196).

  • kırmız ton 60;
  • yeşil ton 118;
  • mavi ton 196.
RGB:
(60,118,196)
(24%,46%,77%)

RGB bağlantıları ve doygunluk

R 60 of 255 = 24%
G 118 of 255 = 46%
B 196 of 255 = 77%

60
118
196

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

Yüzdelerle RGB renk parçaları

R + G + B =
60 + 118 + 196 = 374 (100%)
R 60 of 374 ~ 16.04%
G 118 of 374 ~ 31.55%
B 196 of 374 ~ 52.41%

%16.04
%31.55
%52.41

CMYK RENK MODELİ

#3C76C4 rengi CMYK tonu (69,40,0,23).

  • camgöbeği tonu 69.39%
  • eflatun tonu 39.80%
  • sarı tonu 0.00%
  • ana renk tonu 23.14%
CMYK:
(69,40,0,23)
C69M40Y0K23 
(69%,40%,0%,23%)
(0.69/0.40/0.00/0.23)	

CMYK yüzdeleri

%69.39
%39.8
%0
%23.14

Codes

Color #3C76C4 in popluar color models

3C76C4
RGB60118196
HSL214°53.54%50.20%
HSB/HSV214°69.39%76.86%
CMYK69.39%39.80%0.00%
23.14%

Color #3C76C4 in popluar number systems.

HEX3C76C4
Decimal60118196
Binary111100111011011000100
Octal74166304

Shades and tints

Shades of #3C76C4

#3C76C4
(60,118,196)
#376CB3
(55,108,179)
#3262A2
(50,98,162)
#2D5891
(45,88,145)
#284E80
(40,78,128)
#23446F
(35,68,111)
#1E3A5E
(30,58,94)
#19304D
(25,48,77)
#14263C
(20,38,60)
#0F1C2B
(15,28,43)
#0A121A
(10,18,26)
#000000
(0,0,0)

Tints of #3C76C4

#3C76C4
(60,118,196)
#4D82C9
(77,130,201)
#5E8ECE
(94,142,206)
#6F9AD3
(111,154,211)
#80A6D8
(128,166,216)
#91B2DD
(145,178,221)
#A2BEE2
(162,190,226)
#B3CAE7
(179,202,231)
#C4D6EC
(196,214,236)
#D5E2F1
(213,226,241)
#E6EEF6
(230,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3C76C4 color. Also use rgb(60,118,196) instead hex code.

Text Font Color

.myTextColor { color: #3C76C4; }

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

This text font color is #3C76C4.


Background Color

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

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

This div background color is #3C76C4.


Border color

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

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

This div border color is #3C76C4.


Opacity

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

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

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

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

This text has shadow with #3C76C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3C76C4 on black background.


Color preview on white background

This text has color #3C76C4 on white background.



Black color preview on #3C76C4 background

This text has black color on #3C76C4 background.


White color preview on #3C76C4 background

This text has white color on #3C76C4 background.