COLOR #373FC6

HEX: #373FC6 RGB: (55,63,198)

Color info

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

RGB color model

#373FC6 color RGB value is (55,63,198).

RGB: (55,63,198) (22%, 25%, 78%)

RGB channels and saturation

R 55 of 255 = 22%
G 63 of 255 = 25%
B 198 of 255 = 78%

55
63
198

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

Portions of RGB colors in percentages

R + G + B = 55 + 63 + 198 = 316 (100%)
R 55 of 316 ~ 17.41%
G 63 of 316 ~ 19.94%
B 198 of 316 ~ 62.66'%

%17.41
%19.94
%62.66

CMYK color model

#373FC6 color CMYK value is (72,68,0,22).

  • cyan value is 72.22%
  • magenta value is 68.18%
  • yellow value is 0.00%
  • key color value is 22.35%

CMYK: (72,68,0,22)
C72M68Y0K22 (72%, 68%, 0%, 22%)
(0.72 / 0.68 / 0.00 / 0.22)

CMYK percentages

%72.22
%68.18
%0
%22.35

Codes

Color #373FC6 in popluar color models

37 3F C6
RGB 55 63 198
HSL 237° 56.52% 49.61%
HSB/HSV 237° 72.22% 77.65%
CMYK 72.22% 68.18% 0.00%
22.35%

Color #373FC6 in popluar number systems.

HEX 37 3F C6
Decimal 55 63 198
Binary 110111 111111 11000110
Octal 67 77 306

Shades and tints

Shades of #373FC6

#373FC6
(55,63,198)
#323AB4
(50,58,180)
#2D35A2
(45,53,162)
#283090
(40,48,144)
#232B7E
(35,43,126)
#1E266C
(30,38,108)
#19215A
(25,33,90)
#141C48
(20,28,72)
#0F1736
(15,23,54)
#0A1224
(10,18,36)
#050D12
(5,13,18)
#000000
(0,0,0)

Tints of #373FC6

#373FC6
(55,63,198)
#4950CB
(73,80,203)
#5B61D0
(91,97,208)
#6D72D5
(109,114,213)
#7F83DA
(127,131,218)
#9194DF
(145,148,223)
#A3A5E4
(163,165,228)
#B5B6E9
(181,182,233)
#C7C7EE
(199,199,238)
#D9D8F3
(217,216,243)
#EBE9F8
(235,233,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #373FC6 color. Also use rgb(55,63,198) instead hex code.

Text Font Color

.myTextColor { color: #373FC6; }

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

This text font color is #373FC6.

Background Color

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

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

This div background color is #373FC6.

Border color

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

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

This div border color is #373FC6.

Opacity

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

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

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

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

This text has shadow with #373FC6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #373FC6.

Preview

Color preview on black background

This text has color #373FC6 on black background.


Color preview on white background

This text has color #373FC6 on white background.


Black color preview on #373FC6 background

This text has black color on #373FC6 background.


White color preview on #373FC6 background

This text has white color on #373FC6 background.


Related colors

Complementary color

Complementary color for #hex is #C8C039.


I love getcolorcode.com

Triadic colors

1 #C6373F and #3FC637 with #373FC6 are triadic colors.

2 #C63F37 and #3F37C6 with #373FC6 are triadic colors.