Color Hex Logo

#373386 Color Hex

#373386
(55,51,134)
0 Favorites   0 Comments

Color spaces of #373386

RGB 5551134
HSL0.670.450.36
HSV243°62°53°
CMYK 0.590.620.00   0.47
XYZ7.06254.901123.1280
Yxy4.90110.20130.1397
Hunter Lab22.138418.2020-46.4433
CIE-Lab26.451127.2262-46.1402

#373386 color RGB value is (55,51,134).

#373386 hex color red value is 55, green value is 51 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #373386 hue: 0.67 , saturation: 0.45 and the lightness value of 373386 is 0.36.

The process color (four color CMYK) of #373386 color hex is 0.59, 0.62, 0.00, 0.47. Web safe color of #373386 is #333399. Color #373386 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 00110011 10000110
Octal 67 63 206
Decimal 55 51 134
Hex 37 33 86

RGB Percentages of Color #373386

%22.92
%21.25
%55.83

CMYK Percentages of Color #373386

%59
%62
%0
%47

Triadic Colors of #373386

#373386 #863733 #338637

Analogous Colors of #373386

#373386 #603386 #335986

Monochromatic Colors of #373386

#373386

Complementary Color

#373386 #828633

#373386 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#373386 Color Preview on White Background

Lorem ipsum dolor sit amet.

#373386 Color CSS Codes

.mybgcolor {background-color:#373386; } 
.myforecolor {color:#373386; }
.mybordercolor {border:3px solid #373386; }

#373386 Text Font Color

<p style="color:#373386">Text here</p>

This sample text font color is #373386
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#373386 Background Color

<div style="background-color:#373386">
Div content here</div>

This div background color is #373386


#373386 Border Color

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

This div border color is #373386


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(55,51,134, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #373386; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #373386;
  -webkit-box-shadow: 1px 1px 3px 2px #373386;
  box-shadow:         1px 1px 3px 2px #373386; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(55,51,134, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #373386">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #373386;
  -webkit-box-shadow: 1px 1px 3px 2px #373386;
  box-shadow:         1px 1px 3px 2px #373386;">
Div content here</div>

This div box has shadow with color #373386


Comments

No comments written yet.

Please login to write comment.