COLOR #373AE0

HEX: #373AE0
RGB: (55,58,224)

Color info

#373AE0 contains mainly blue color. Web safe color of #373AE0 is #3333CC (or #33C).

RGB color model

#373AE0 color RGB value is (55,58,224).

  • red value is 55;
  • green value is 58;
  • blue value is 224.
RGB:
(55,58,224)
(22%,23%,88%)

RGB channels and saturation

R 55 of 255 = 22%
G 58 of 255 = 23%
B 224 of 255 = 88%

55
58
224

R + G + B ~ 44%. #373AE0 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
55 + 58 + 224 = 337 (100%)
R 55 of 337 ~ 16.32%
G 58 of 337 ~ 17.21%
B 224 of 337 ~ 66.47%

%16.32
%17.21
%66.47

CMYK color model

#373AE0 color CMYK value is (75,74,0,12).

  • cyan value is 75.45%
  • magenta value is 74.11%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(75,74,0,12)
C75M74Y0K12 
(75%,74%,0%,12%)
(0.75/0.74/0.00/0.12)	

CMYK percentages

%75.45
%74.11
%0
%12.16

Codes

Color #373AE0 in popluar color models

373AE0
RGB5558224
HSL239°73.16%54.71%
HSB/HSV239°75.45%87.84%
CMYK75.45%74.11%0.00%
12.16%

Color #373AE0 in popluar number systems.

HEX373AE0
Decimal5558224
Binary11011111101011100000
Octal6772340

Shades and tints

Shades of #373AE0

#373AE0
(55,58,224)
#3235CC
(50,53,204)
#2D30B8
(45,48,184)
#282BA4
(40,43,164)
#232690
(35,38,144)
#1E217C
(30,33,124)
#191C68
(25,28,104)
#141754
(20,23,84)
#0F1240
(15,18,64)
#0A0D2C
(10,13,44)
#050818
(5,8,24)
#000000
(0,0,0)

Tints of #373AE0

#373AE0
(55,58,224)
#494BE2
(73,75,226)
#5B5CE4
(91,92,228)
#6D6DE6
(109,109,230)
#7F7EE8
(127,126,232)
#918FEA
(145,143,234)
#A3A0EC
(163,160,236)
#B5B1EE
(181,177,238)
#C7C2F0
(199,194,240)
#D9D3F2
(217,211,242)
#EBE4F4
(235,228,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #373AE0 color. Also use rgb(55,58,224) instead hex code.

Text Font Color

.myTextColor { color: #373AE0; }

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

This text font color is #373AE0.


Background Color

.myBgColor { background-color: #373AE0; }

<div style="background-color:#373AE0">Inner text</div>

This div background color is #373AE0.


Border color

.myBorderColor { border: 1px solid #373AE0; }

<div style="border:3px solid #373AE0">Div</div>

This div border color is #373AE0.


Opacity

.myOpacity80 { color: #373AE0; opacity: 0.8; }

<p style="color:#373AE0;opacity:0.8;">80%</p>

Text with #373AE0 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 #373AE0;}

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

This text has shadow with #373AE0 color.

.textShadow {text-shadow: 3px 3px 1px #373AE0, 3px 3px 1px red;}

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

This text has shadow with #373AE0 primary color and red secondary color.


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

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

This text has shadow with #373AE0 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #373AE0 on black background.


Color preview on white background

This text has color #373AE0 on white background.



Black color preview on #373AE0 background

This text has black color on #373AE0 background.


White color preview on #373AE0 background

This text has white color on #373AE0 background.