COLOR #375AE3

HEX: #375AE3
RGB: (55,90,227)

Color info

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

RGB color model

#375AE3 color RGB value is (55,90,227).

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

RGB channels and saturation

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

55
90
227

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

Portions of RGB colors in percentages

R + G + B =
55 + 90 + 227 = 372 (100%)
R 55 of 372 ~ 14.78%
G 90 of 372 ~ 24.19%
B 227 of 372 ~ 61.02%

%14.78
%24.19
%61.02

CMYK color model

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

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

CMYK percentages

%75.77
%60.35
%0
%10.98

Codes

Color #375AE3 in popluar color models

375AE3
RGB5590227
HSL228°75.44%55.29%
HSB/HSV228°75.77%89.02%
CMYK75.77%60.35%0.00%
10.98%

Color #375AE3 in popluar number systems.

HEX375AE3
Decimal5590227
Binary110111101101011100011
Octal67132343

Shades and tints

Shades of #375AE3

#375AE3
(55,90,227)
#3252CF
(50,82,207)
#2D4ABB
(45,74,187)
#2842A7
(40,66,167)
#233A93
(35,58,147)
#1E327F
(30,50,127)
#192A6B
(25,42,107)
#142257
(20,34,87)
#0F1A43
(15,26,67)
#0A122F
(10,18,47)
#050A1B
(5,10,27)
#000000
(0,0,0)

Tints of #375AE3

#375AE3
(55,90,227)
#4969E5
(73,105,229)
#5B78E7
(91,120,231)
#6D87E9
(109,135,233)
#7F96EB
(127,150,235)
#91A5ED
(145,165,237)
#A3B4EF
(163,180,239)
#B5C3F1
(181,195,241)
#C7D2F3
(199,210,243)
#D9E1F5
(217,225,245)
#EBF0F7
(235,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #375AE3; }

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

This text font color is #375AE3.


Background Color

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

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

This div background color is #375AE3.


Border color

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

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

This div border color is #375AE3.


Opacity

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

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

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

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

This text has shadow with #375AE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #375AE3 on black background.


Color preview on white background

This text has color #375AE3 on white background.



Black color preview on #375AE3 background

This text has black color on #375AE3 background.


White color preview on #375AE3 background

This text has white color on #375AE3 background.