Color Hex Logo

#373486 Color Hex

#373486
(55,52,134)
0 Favorites   0 Comments

Color spaces of #373486

RGB 5552134
HSL0.670.440.36
HSV242°61°53°
CMYK 0.590.610.00   0.47
XYZ7.10664.989423.1428
Yxy4.98940.20170.1416
Hunter Lab22.337017.7008-45.7931
CIE-Lab26.704526.5705-45.7287

#373486 color RGB value is (55,52,134).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 00110100 10000110
Octal 67 64 206
Decimal 55 52 134
Hex 37 34 86

RGB Percentages of Color #373486

%22.82
%21.58
%55.60

CMYK Percentages of Color #373486

%59
%61
%0
%47

Triadic Colors of #373486

#373486 #863734 #348637

Analogous Colors of #373486

#373486 #603486 #345a86

Monochromatic Colors of #373486

#373486

Complementary Color

#373486 #838634

#373486 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#373486 Color Preview on White Background

Lorem ipsum dolor sit amet.

#373486 Color CSS Codes

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

#373486 Text Font Color

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

This sample text font color is #373486
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.


#373486 Background Color

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

This div background color is #373486


#373486 Border Color

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

This div border color is #373486


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(55,52,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 #373486">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #373486


Comments

No comments written yet.

Please login to write comment.