Color Hex Logo

#373458 Color Hex

#373458
(55,52,88)
0 Favorites   0 Comments

Color spaces of #373458

RGB 555288
HSL0.680.260.27
HSV245°41°35°
CMYK 0.380.410.00   0.65
XYZ4.56503.97289.7587
Yxy3.97280.24950.2171
Hunter Lab19.93196.0011-15.0762
CIE-Lab23.581311.1394-21.2600

#373458 color RGB value is (55,52,88).

#373458 hex color red value is 55, green value is 52 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #373458 hue: 0.68 , saturation: 0.26 and the lightness value of 373458 is 0.27.

The process color (four color CMYK) of #373458 color hex is 0.38, 0.41, 0.00, 0.65. Web safe color of #373458 is #333366. Color #373458 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 00110100 01011000
Octal 67 64 130
Decimal 55 52 88
Hex 37 34 58

RGB Percentages of Color #373458

%28.21
%26.67
%45.13

CMYK Percentages of Color #373458

%38
%41
%0
%65

Triadic Colors of #373458

#373458 #583734 #345837

Analogous Colors of #373458

#373458 #493458 #344358

Monochromatic Colors of #373458

#373458

Complementary Color

#373458 #555834

#373458 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#373458 Color Preview on White Background

Lorem ipsum dolor sit amet.

#373458 Color CSS Codes

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

#373458 Text Font Color

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

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


#373458 Background Color

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

This div background color is #373458


#373458 Border Color

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

This div border color is #373458


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #373458


Comments

No comments written yet.

Please login to write comment.