Color Hex Logo

#373485 Color Hex

#373485
(55,52,133)
0 Favorites   0 Comments

Color spaces of #373485

RGB 5552133
HSL0.670.440.36
HSV242°61°52°
CMYK 0.590.610.00   0.48
XYZ7.03724.961722.7771
Yxy4.96170.20240.1427
Hunter Lab22.274917.4117-45.0344
CIE-Lab26.625426.2238-45.2331

#373485 color RGB value is (55,52,133).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 00110100 10000101
Octal 67 64 205
Decimal 55 52 133
Hex 37 34 85

RGB Percentages of Color #373485

%22.92
%21.67
%55.42

CMYK Percentages of Color #373485

%59
%61
%0
%48

Triadic Colors of #373485

#373485 #853734 #348537

Analogous Colors of #373485

#373485 #5f3485 #345a85

Monochromatic Colors of #373485

#373485

Complementary Color

#373485 #828534

#373485 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#373485 Color Preview on White Background

Lorem ipsum dolor sit amet.

#373485 Color CSS Codes

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

#373485 Text Font Color

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

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


#373485 Background Color

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

This div background color is #373485


#373485 Border Color

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

This div border color is #373485


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #373485


Comments

No comments written yet.

Please login to write comment.