COLOR #375AE2

HEX: #375AE2
RGB: (55,90,226)

Color info

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

RGB color model

#375AE2 color RGB value is (55,90,226).

  • red value is 55;
  • green value is 90;
  • blue value is 226.
RGB:
(55,90,226)
(22%,35%,89%)

RGB channels and saturation

R 55 of 255 = 22%
G 90 of 255 = 35%
B 226 of 255 = 89%

55
90
226

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

Portions of RGB colors in percentages

R + G + B =
55 + 90 + 226 = 371 (100%)
R 55 of 371 ~ 14.82%
G 90 of 371 ~ 24.26%
B 226 of 371 ~ 60.92%

%14.82
%24.26
%60.92

CMYK color model

#375AE2 color CMYK value is (76,60,0,11).

  • cyan value is 75.66%
  • magenta value is 60.18%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(76,60,0,11)
C76M60Y0K11 
(76%,60%,0%,11%)
(0.76/0.60/0.00/0.11)	

CMYK percentages

%75.66
%60.18
%0
%11.37

Codes

Color #375AE2 in popluar color models

375AE2
RGB5590226
HSL228°74.67%55.10%
HSB/HSV228°75.66%88.63%
CMYK75.66%60.18%0.00%
11.37%

Color #375AE2 in popluar number systems.

HEX375AE2
Decimal5590226
Binary110111101101011100010
Octal67132342

Shades and tints

Shades of #375AE2

#375AE2
(55,90,226)
#3252CE
(50,82,206)
#2D4ABA
(45,74,186)
#2842A6
(40,66,166)
#233A92
(35,58,146)
#1E327E
(30,50,126)
#192A6A
(25,42,106)
#142256
(20,34,86)
#0F1A42
(15,26,66)
#0A122E
(10,18,46)
#050A1A
(5,10,26)
#000000
(0,0,0)

Tints of #375AE2

#375AE2
(55,90,226)
#4969E4
(73,105,228)
#5B78E6
(91,120,230)
#6D87E8
(109,135,232)
#7F96EA
(127,150,234)
#91A5EC
(145,165,236)
#A3B4EE
(163,180,238)
#B5C3F0
(181,195,240)
#C7D2F2
(199,210,242)
#D9E1F4
(217,225,244)
#EBF0F6
(235,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #375AE2; }

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

This text font color is #375AE2.


Background Color

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

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

This div background color is #375AE2.


Border color

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

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

This div border color is #375AE2.


Opacity

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

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

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

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

This text has shadow with #375AE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #375AE2 on black background.


Color preview on white background

This text has color #375AE2 on white background.



Black color preview on #375AE2 background

This text has black color on #375AE2 background.


White color preview on #375AE2 background

This text has white color on #375AE2 background.