COLOR #370558

HEX: #370558
RGB: (55,5,88)

Color info

#370558 contains mainly red and blue colors. Web safe color of #370558 is #330066 (or #306).

RGB color model

#370558 color RGB value is (55,5,88).

  • red value is 55;
  • green value is 5;
  • blue value is 88.
RGB:
(55,5,88)
(22%,2%,35%)

RGB channels and saturation

R 55 of 255 = 22%
G 5 of 255 = 2%
B 88 of 255 = 35%

55
5
88

R + G + B ~ 20%. #370558 is dark color.

Portions of RGB colors in percentages

R + G + B =
55 + 5 + 88 = 148 (100%)
R 55 of 148 ~ 37.16%
G 5 of 148 ~ 3.38%
B 88 of 148 ~ 59.46%

%37.16
%59.46

CMYK color model

#370558 color CMYK value is (38,94,0,65).

  • cyan value is 37.50%
  • magenta value is 94.32%
  • yellow value is 0.00%
  • key color value is 65.49%
CMYK:
(38,94,0,65)
C38M94Y0K65 
(38%,94%,0%,65%)
(0.38/0.94/0.00/0.65)	

CMYK percentages

%37.5
%94.32
%0
%65.49

Codes

Color #370558 in popluar color models

370558
RGB55588
HSL276°89.25%18.24%
HSB/HSV276°94.32%34.51%
CMYK37.50%94.32%0.00%
65.49%

Color #370558 in popluar number systems.

HEX370558
Decimal55588
Binary1101111011011000
Octal675130

Shades and tints

Shades of #370558

#370558
(55,5,88)
#320550
(50,5,80)
#2D0548
(45,5,72)
#280540
(40,5,64)
#230538
(35,5,56)
#1E0530
(30,5,48)
#190528
(25,5,40)
#140520
(20,5,32)
#0F0518
(15,5,24)
#0A0510
(10,5,16)
#050508
(5,5,8)
#000000
(0,0,0)

Tints of #370558

#370558
(55,5,88)
#491B67
(73,27,103)
#5B3176
(91,49,118)
#6D4785
(109,71,133)
#7F5D94
(127,93,148)
#9173A3
(145,115,163)
#A389B2
(163,137,178)
#B59FC1
(181,159,193)
#C7B5D0
(199,181,208)
#D9CBDF
(217,203,223)
#EBE1EE
(235,225,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #370558 color. Also use rgb(55,5,88) instead hex code.

Text Font Color

.myTextColor { color: #370558; }

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

This text font color is #370558.


Background Color

.myBgColor { background-color: #370558; }

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

This div background color is #370558.


Border color

.myBorderColor { border: 1px solid #370558; }

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

This div border color is #370558.


Opacity

.myOpacity80 { color: #370558; opacity: 0.8; }

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

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

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

This text has shadow with #370558 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #370558 on black background.


Color preview on white background

This text has color #370558 on white background.



Black color preview on #370558 background

This text has black color on #370558 background.


White color preview on #370558 background

This text has white color on #370558 background.