COLOR #375EC8

HEX: #375EC8
RGB: (55,94,200)

Color info

#375EC8 contains mainly blue color. Web safe color of #375EC8 is #3366CC (or #36C).

RGB color model

#375EC8 color RGB value is (55,94,200).

  • red value is 55;
  • green value is 94;
  • blue value is 200.
RGB:
(55,94,200)
(22%,37%,78%)

RGB channels and saturation

R 55 of 255 = 22%
G 94 of 255 = 37%
B 200 of 255 = 78%

55
94
200

R + G + B ~ 46%. #375EC8 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
55 + 94 + 200 = 349 (100%)
R 55 of 349 ~ 15.76%
G 94 of 349 ~ 26.93%
B 200 of 349 ~ 57.31%

%15.76
%26.93
%57.31

CMYK color model

#375EC8 color CMYK value is (73,53,0,22).

  • cyan value is 72.50%
  • magenta value is 53.00%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(73,53,0,22)
C73M53Y0K22 
(73%,53%,0%,22%)
(0.73/0.53/0.00/0.22)	

CMYK percentages

%72.5
%53
%0
%21.57

Codes

Color #375EC8 in popluar color models

375EC8
RGB5594200
HSL224°56.86%50.00%
HSB/HSV224°72.50%78.43%
CMYK72.50%53.00%0.00%
21.57%

Color #375EC8 in popluar number systems.

HEX375EC8
Decimal5594200
Binary110111101111011001000
Octal67136310

Shades and tints

Shades of #375EC8

#375EC8
(55,94,200)
#3256B6
(50,86,182)
#2D4EA4
(45,78,164)
#284692
(40,70,146)
#233E80
(35,62,128)
#1E366E
(30,54,110)
#192E5C
(25,46,92)
#14264A
(20,38,74)
#0F1E38
(15,30,56)
#0A1626
(10,22,38)
#050E14
(5,14,20)
#000000
(0,0,0)

Tints of #375EC8

#375EC8
(55,94,200)
#496CCD
(73,108,205)
#5B7AD2
(91,122,210)
#6D88D7
(109,136,215)
#7F96DC
(127,150,220)
#91A4E1
(145,164,225)
#A3B2E6
(163,178,230)
#B5C0EB
(181,192,235)
#C7CEF0
(199,206,240)
#D9DCF5
(217,220,245)
#EBEAFA
(235,234,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #375EC8 color. Also use rgb(55,94,200) instead hex code.

Text Font Color

.myTextColor { color: #375EC8; }

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

This text font color is #375EC8.


Background Color

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

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

This div background color is #375EC8.


Border color

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

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

This div border color is #375EC8.


Opacity

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

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

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

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

This text has shadow with #375EC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #375EC8 on black background.


Color preview on white background

This text has color #375EC8 on white background.



Black color preview on #375EC8 background

This text has black color on #375EC8 background.


White color preview on #375EC8 background

This text has white color on #375EC8 background.