COLOR #364C74

HEX: #364C74
RGB: (54,76,116)

Renk bilgisi

#364C74 contains mainly green and blue colors. #364C74 ‘ nin web güvenlik rengi #333366 (ya da #336) dir.

RGB renk modeli

#364C74 color RGB value is (54,76,116).

  • kırmız ton 54;
  • yeşil ton 76;
  • mavi ton 116.
RGB:
(54,76,116)
(21%,30%,45%)

RGB bağlantıları ve doygunluk

R 54 of 255 = 21%
G 76 of 255 = 30%
B 116 of 255 = 45%

54
76
116

R + G + B ~ 32%. #364C74 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
54 + 76 + 116 = 246 (100%)
R 54 of 246 ~ 21.95%
G 76 of 246 ~ 30.89%
B 116 of 246 ~ 47.15%

%21.95
%30.89
%47.15

CMYK RENK MODELİ

#364C74 rengi CMYK tonu (53,34,0,55).

  • camgöbeği tonu 53.45%
  • eflatun tonu 34.48%
  • sarı tonu 0.00%
  • ana renk tonu 54.51%
CMYK:
(53,34,0,55)
C53M34Y0K55 
(53%,34%,0%,55%)
(0.53/0.34/0.00/0.55)	

CMYK yüzdeleri

%53.45
%34.48
%0
%54.51

Codes

Color #364C74 in popluar color models

364C74
RGB5476116
HSL219°36.47%33.33%
HSB/HSV219°53.45%45.49%
CMYK53.45%34.48%0.00%
54.51%

Color #364C74 in popluar number systems.

HEX364C74
Decimal5476116
Binary11011010011001110100
Octal66114164

Shades and tints

Shades of #364C74

#364C74
(54,76,116)
#32466A
(50,70,106)
#2E4060
(46,64,96)
#2A3A56
(42,58,86)
#26344C
(38,52,76)
#222E42
(34,46,66)
#1E2838
(30,40,56)
#1A222E
(26,34,46)
#161C24
(22,28,36)
#12161A
(18,22,26)
#0E1010
(14,16,16)
#000000
(0,0,0)

Tints of #364C74

#364C74
(54,76,116)
#485C80
(72,92,128)
#5A6C8C
(90,108,140)
#6C7C98
(108,124,152)
#7E8CA4
(126,140,164)
#909CB0
(144,156,176)
#A2ACBC
(162,172,188)
#B4BCC8
(180,188,200)
#C6CCD4
(198,204,212)
#D8DCE0
(216,220,224)
#EAECEC
(234,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #364C74 color. Also use rgb(54,76,116) instead hex code.

Text Font Color

.myTextColor { color: #364C74; }

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

This text font color is #364C74.


Background Color

.myBgColor { background-color: #364C74; }

<div style="background-color:#364C74">Inner text</div>

This div background color is #364C74.


Border color

.myBorderColor { border: 1px solid #364C74; }

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

This div border color is #364C74.


Opacity

.myOpacity80 { color: #364C74; opacity: 0.8; }

<p style="color:#364C74;opacity:0.8;">80%</p>

Text with #364C74 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 #364C74;}

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

This text has shadow with #364C74 color.

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

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

This text has shadow with #364C74 primary color and red secondary color.


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

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

This text has shadow with #364C74 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #364C74 on black background.


Color preview on white background

This text has color #364C74 on white background.



Black color preview on #364C74 background

This text has black color on #364C74 background.


White color preview on #364C74 background

This text has white color on #364C74 background.