COLOR #376585

HEX: #376585
RGB: (55,101,133)

Renk bilgisi

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

RGB renk modeli

#376585 color RGB value is (55,101,133).

  • kırmız ton 55;
  • yeşil ton 101;
  • mavi ton 133.
RGB:
(55,101,133)
(22%,40%,52%)

RGB bağlantıları ve doygunluk

R 55 of 255 = 22%
G 101 of 255 = 40%
B 133 of 255 = 52%

55
101
133

R + G + B ~ 38%. #376585 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
55 + 101 + 133 = 289 (100%)
R 55 of 289 ~ 19.03%
G 101 of 289 ~ 34.95%
B 133 of 289 ~ 46.02%

%19.03
%34.95
%46.02

CMYK RENK MODELİ

#376585 rengi CMYK tonu (59,24,0,48).

  • camgöbeği tonu 58.65%
  • eflatun tonu 24.06%
  • sarı tonu 0.00%
  • ana renk tonu 47.84%
CMYK:
(59,24,0,48)
C59M24Y0K48 
(59%,24%,0%,48%)
(0.59/0.24/0.00/0.48)	

CMYK yüzdeleri

%58.65
%24.06
%0
%47.84

Codes

Color #376585 in popluar color models

376585
RGB55101133
HSL205°41.49%36.86%
HSB/HSV205°58.65%52.16%
CMYK58.65%24.06%0.00%
47.84%

Color #376585 in popluar number systems.

HEX376585
Decimal55101133
Binary110111110010110000101
Octal67145205

Shades and tints

Shades of #376585

#376585
(55,101,133)
#325C79
(50,92,121)
#2D536D
(45,83,109)
#284A61
(40,74,97)
#234155
(35,65,85)
#1E3849
(30,56,73)
#192F3D
(25,47,61)
#142631
(20,38,49)
#0F1D25
(15,29,37)
#0A1419
(10,20,25)
#050B0D
(5,11,13)
#000000
(0,0,0)

Tints of #376585

#376585
(55,101,133)
#497390
(73,115,144)
#5B819B
(91,129,155)
#6D8FA6
(109,143,166)
#7F9DB1
(127,157,177)
#91ABBC
(145,171,188)
#A3B9C7
(163,185,199)
#B5C7D2
(181,199,210)
#C7D5DD
(199,213,221)
#D9E3E8
(217,227,232)
#EBF1F3
(235,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #376585 color. Also use rgb(55,101,133) instead hex code.

Text Font Color

.myTextColor { color: #376585; }

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

This text font color is #376585.


Background Color

.myBgColor { background-color: #376585; }

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

This div background color is #376585.


Border color

.myBorderColor { border: 1px solid #376585; }

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

This div border color is #376585.


Opacity

.myOpacity80 { color: #376585; opacity: 0.8; }

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

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

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

This text has shadow with #376585 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #376585 on black background.


Color preview on white background

This text has color #376585 on white background.



Black color preview on #376585 background

This text has black color on #376585 background.


White color preview on #376585 background

This text has white color on #376585 background.