Color Hex Logo

#373261 Color Hex

#373261
(55,50,97)
0 Favorites   0 Comments

Color spaces of #373261

RGB 555097
HSL0.680.320.29
HSV246°48°38°
CMYK 0.430.480.00   0.62
XYZ4.87383.956511.8161
Yxy3.95650.23610.1916
Hunter Lab19.89108.9280-21.2972
CIE-Lab23.527115.3821-27.2468

#373261 color RGB value is (55,50,97).

#373261 hex color red value is 55, green value is 50 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #373261 hue: 0.68 , saturation: 0.32 and the lightness value of 373261 is 0.29.

The process color (four color CMYK) of #373261 color hex is 0.43, 0.48, 0.00, 0.62. Web safe color of #373261 is #333366. Color #373261 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 00110010 01100001
Octal 67 62 141
Decimal 55 50 97
Hex 37 32 61

RGB Percentages of Color #373261

%27.23
%24.75
%48.02

CMYK Percentages of Color #373261

%43
%48
%0
%62

Triadic Colors of #373261

#373261 #613732 #326137

Analogous Colors of #373261

#373261 #4f3261 #324561

Monochromatic Colors of #373261

#373261

Complementary Color

#373261 #5c6132

#373261 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#373261 Color Preview on White Background

Lorem ipsum dolor sit amet.

#373261 Color CSS Codes

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

#373261 Text Font Color

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

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


#373261 Background Color

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

This div background color is #373261


#373261 Border Color

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

This div border color is #373261


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #373261


Comments

No comments written yet.

Please login to write comment.