COLOR #375A88

HEX: #375A88
RGB: (55,90,136)

Renk bilgisi

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

RGB renk modeli

#375A88 color RGB value is (55,90,136).

  • kırmız ton 55;
  • yeşil ton 90;
  • mavi ton 136.
RGB:
(55,90,136)
(22%,35%,53%)

RGB bağlantıları ve doygunluk

R 55 of 255 = 22%
G 90 of 255 = 35%
B 136 of 255 = 53%

55
90
136

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

Yüzdelerle RGB renk parçaları

R + G + B =
55 + 90 + 136 = 281 (100%)
R 55 of 281 ~ 19.57%
G 90 of 281 ~ 32.03%
B 136 of 281 ~ 48.4%

%19.57
%32.03
%48.4

CMYK RENK MODELİ

#375A88 rengi CMYK tonu (60,34,0,47).

  • camgöbeği tonu 59.56%
  • eflatun tonu 33.82%
  • sarı tonu 0.00%
  • ana renk tonu 46.67%
CMYK:
(60,34,0,47)
C60M34Y0K47 
(60%,34%,0%,47%)
(0.60/0.34/0.00/0.47)	

CMYK yüzdeleri

%59.56
%33.82
%0
%46.67

Codes

Color #375A88 in popluar color models

375A88
RGB5590136
HSL214°42.41%37.45%
HSB/HSV214°59.56%53.33%
CMYK59.56%33.82%0.00%
46.67%

Color #375A88 in popluar number systems.

HEX375A88
Decimal5590136
Binary110111101101010001000
Octal67132210

Shades and tints

Shades of #375A88

#375A88
(55,90,136)
#32527C
(50,82,124)
#2D4A70
(45,74,112)
#284264
(40,66,100)
#233A58
(35,58,88)
#1E324C
(30,50,76)
#192A40
(25,42,64)
#142234
(20,34,52)
#0F1A28
(15,26,40)
#0A121C
(10,18,28)
#050A10
(5,10,16)
#000000
(0,0,0)

Tints of #375A88

#375A88
(55,90,136)
#496992
(73,105,146)
#5B789C
(91,120,156)
#6D87A6
(109,135,166)
#7F96B0
(127,150,176)
#91A5BA
(145,165,186)
#A3B4C4
(163,180,196)
#B5C3CE
(181,195,206)
#C7D2D8
(199,210,216)
#D9E1E2
(217,225,226)
#EBF0EC
(235,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #375A88 color. Also use rgb(55,90,136) instead hex code.

Text Font Color

.myTextColor { color: #375A88; }

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

This text font color is #375A88.


Background Color

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

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

This div background color is #375A88.


Border color

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

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

This div border color is #375A88.


Opacity

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

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

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

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

This text has shadow with #375A88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #375A88 on black background.


Color preview on white background

This text has color #375A88 on white background.



Black color preview on #375A88 background

This text has black color on #375A88 background.


White color preview on #375A88 background

This text has white color on #375A88 background.