Color Hex Logo

#23374c Color Hex

#23374C
(35,55,76)
0 Favorites   0 Comments

Color spaces of #23374c

RGB 355576
HSL0.590.370.22
HSV211°54°30°
CMYK 0.540.280.00   0.70
XYZ3.36383.61157.3573
Yxy3.61150.23470.2520
Hunter Lab19.0039-1.6615-9.6511
CIE-Lab22.3431-1.1120-15.3522

#23374c color RGB value is (35,55,76).

#23374c hex color red value is 35, green value is 55 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #23374c hue: 0.59 , saturation: 0.37 and the lightness value of 23374c is 0.22.

The process color (four color CMYK) of #23374c color hex is 0.54, 0.28, 0.00, 0.70. Web safe color of #23374c is #333333. Color #23374c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100011 00110111 01001100
Octal 43 67 114
Decimal 35 55 76
Hex 23 37 4C

RGB Percentages of Color #23374c

%21.08
%33.13
%45.78

CMYK Percentages of Color #23374c

%54
%28
%0
%70

Triadic Colors of #23374c

#23374c #4c2337 #374c23

Analogous Colors of #23374c

#23374c #24234c #234c4c

Monochromatic Colors of #23374c

#23374c

Complementary Color

#23374c #4c3823

#23374c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#23374c Color Preview on White Background

Lorem ipsum dolor sit amet.

#23374c Color CSS Codes

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

#23374c Text Font Color

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

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


#23374c Background Color

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

This div background color is #23374c


#23374c Border Color

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

This div border color is #23374c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(35,55,76, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #23374c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #23374c;
  -webkit-box-shadow: 1px 1px 3px 2px #23374c;
  box-shadow:         1px 1px 3px 2px #23374c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #23374c


Comments

No comments written yet.

Please login to write comment.