Color Hex Logo

#373661 Color Hex

#373661
(55,54,97)
0 Favorites   0 Comments

Color spaces of #373661

RGB 555497
HSL0.670.280.30
HSV241°44°38°
CMYK 0.430.440.00   0.62
XYZ5.05244.313611.8756
Yxy4.31360.23790.2031
Hunter Lab20.76927.0765-19.3629
CIE-Lab24.682212.6450-25.4151

#373661 color RGB value is (55,54,97).

#373661 hex color red value is 55, green value is 54 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #373661 hue: 0.67 , saturation: 0.28 and the lightness value of 373661 is 0.30.

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 00110110 01100001
Octal 67 66 141
Decimal 55 54 97
Hex 37 36 61

RGB Percentages of Color #373661

%26.70
%26.21
%47.09

CMYK Percentages of Color #373661

%43
%44
%0
%62

Triadic Colors of #373661

#373661 #613736 #366137

Analogous Colors of #373661

#373661 #4c3661 #364b61

Monochromatic Colors of #373661

#373661

Complementary Color

#373661 #606136

#373661 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#373661 Color Preview on White Background

Lorem ipsum dolor sit amet.

#373661 Color CSS Codes

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

#373661 Text Font Color

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

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


#373661 Background Color

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

This div background color is #373661


#373661 Border Color

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

This div border color is #373661


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #373661


Comments

No comments written yet.

Please login to write comment.