COLOR #370DD6

HEX: #370DD6
RGB: (55,13,214)

Color info

#370DD6 contains mainly blue color. Web safe color of #370DD6 is #3300CC (or #30C).

RGB color model

#370DD6 color RGB value is (55,13,214).

  • red value is 55;
  • green value is 13;
  • blue value is 214.
RGB:
(55,13,214)
(22%,5%,84%)

RGB channels and saturation

R 55 of 255 = 22%
G 13 of 255 = 5%
B 214 of 255 = 84%

55
13
214

R + G + B ~ 37%. #370DD6 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 13 + 214 = 282 (100%)
R 55 of 282 ~ 19.5%
G 13 of 282 ~ 4.61%
B 214 of 282 ~ 75.89%

%19.5
%75.89

CMYK color model

#370DD6 color CMYK value is (74,94,0,16).

  • cyan value is 74.30%
  • magenta value is 93.93%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(74,94,0,16)
C74M94Y0K16 
(74%,94%,0%,16%)
(0.74/0.94/0.00/0.16)	

CMYK percentages

%74.3
%93.93
%0
%16.08

Codes

Color #370DD6 in popluar color models

370DD6
RGB5513214
HSL253°88.55%44.51%
HSB/HSV253°93.93%83.92%
CMYK74.30%93.93%0.00%
16.08%

Color #370DD6 in popluar number systems.

HEX370DD6
Decimal5513214
Binary110111110111010110
Octal6715326

Shades and tints

Shades of #370DD6

#370DD6
(55,13,214)
#320CC3
(50,12,195)
#2D0BB0
(45,11,176)
#280A9D
(40,10,157)
#23098A
(35,9,138)
#1E0877
(30,8,119)
#190764
(25,7,100)
#140651
(20,6,81)
#0F053E
(15,5,62)
#0A042B
(10,4,43)
#050318
(5,3,24)
#000000
(0,0,0)

Tints of #370DD6

#370DD6
(55,13,214)
#4923D9
(73,35,217)
#5B39DC
(91,57,220)
#6D4FDF
(109,79,223)
#7F65E2
(127,101,226)
#917BE5
(145,123,229)
#A391E8
(163,145,232)
#B5A7EB
(181,167,235)
#C7BDEE
(199,189,238)
#D9D3F1
(217,211,241)
#EBE9F4
(235,233,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #370DD6 color. Also use rgb(55,13,214) instead hex code.

Text Font Color

.myTextColor { color: #370DD6; }

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

This text font color is #370DD6.


Background Color

.myBgColor { background-color: #370DD6; }

<div style="background-color:#370DD6">Inner text</div>

This div background color is #370DD6.


Border color

.myBorderColor { border: 1px solid #370DD6; }

<div style="border:3px solid #370DD6">Div</div>

This div border color is #370DD6.


Opacity

.myOpacity80 { color: #370DD6; opacity: 0.8; }

<p style="color:#370DD6;opacity:0.8;">80%</p>

Text with #370DD6 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 #370DD6;}

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

This text has shadow with #370DD6 color.

.textShadow {text-shadow: 3px 3px 1px #370DD6, 3px 3px 1px red;}

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

This text has shadow with #370DD6 primary color and red secondary color.


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

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

This text has shadow with #370DD6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #370DD6 on black background.


Color preview on white background

This text has color #370DD6 on white background.



Black color preview on #370DD6 background

This text has black color on #370DD6 background.


White color preview on #370DD6 background

This text has white color on #370DD6 background.