COLOR #375D8A

HEX: #375D8A
RGB: (55,93,138)

Renk bilgisi

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

RGB renk modeli

#375D8A color RGB value is (55,93,138).

  • kırmız ton 55;
  • yeşil ton 93;
  • mavi ton 138.
RGB:
(55,93,138)
(22%,36%,54%)

RGB bağlantıları ve doygunluk

R 55 of 255 = 22%
G 93 of 255 = 36%
B 138 of 255 = 54%

55
93
138

R + G + B ~ 37%. #375D8A is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
55 + 93 + 138 = 286 (100%)
R 55 of 286 ~ 19.23%
G 93 of 286 ~ 32.52%
B 138 of 286 ~ 48.25%

%19.23
%32.52
%48.25

CMYK RENK MODELİ

#375D8A rengi CMYK tonu (60,33,0,46).

  • camgöbeği tonu 60.14%
  • eflatun tonu 32.61%
  • sarı tonu 0.00%
  • ana renk tonu 45.88%
CMYK:
(60,33,0,46)
C60M33Y0K46 
(60%,33%,0%,46%)
(0.60/0.33/0.00/0.46)	

CMYK yüzdeleri

%60.14
%32.61
%0
%45.88

Codes

Color #375D8A in popluar color models

375D8A
RGB5593138
HSL213°43.01%37.84%
HSB/HSV213°60.14%54.12%
CMYK60.14%32.61%0.00%
45.88%

Color #375D8A in popluar number systems.

HEX375D8A
Decimal5593138
Binary110111101110110001010
Octal67135212

Shades and tints

Shades of #375D8A

#375D8A
(55,93,138)
#32557E
(50,85,126)
#2D4D72
(45,77,114)
#284566
(40,69,102)
#233D5A
(35,61,90)
#1E354E
(30,53,78)
#192D42
(25,45,66)
#142536
(20,37,54)
#0F1D2A
(15,29,42)
#0A151E
(10,21,30)
#050D12
(5,13,18)
#000000
(0,0,0)

Tints of #375D8A

#375D8A
(55,93,138)
#496B94
(73,107,148)
#5B799E
(91,121,158)
#6D87A8
(109,135,168)
#7F95B2
(127,149,178)
#91A3BC
(145,163,188)
#A3B1C6
(163,177,198)
#B5BFD0
(181,191,208)
#C7CDDA
(199,205,218)
#D9DBE4
(217,219,228)
#EBE9EE
(235,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #375D8A color. Also use rgb(55,93,138) instead hex code.

Text Font Color

.myTextColor { color: #375D8A; }

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

This text font color is #375D8A.


Background Color

.myBgColor { background-color: #375D8A; }

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

This div background color is #375D8A.


Border color

.myBorderColor { border: 1px solid #375D8A; }

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

This div border color is #375D8A.


Opacity

.myOpacity80 { color: #375D8A; opacity: 0.8; }

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

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

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

This text has shadow with #375D8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #375D8A on black background.


Color preview on white background

This text has color #375D8A on white background.



Black color preview on #375D8A background

This text has black color on #375D8A background.


White color preview on #375D8A background

This text has white color on #375D8A background.