Color Hex Logo

#23374f Color Hex

#23374F
(35,55,79)
0 Favorites   0 Comments

Color spaces of #23374f

RGB 355579
HSL0.590.390.22
HSV213°56°31°
CMYK 0.560.300.00   0.69
XYZ3.47063.65427.9195
Yxy3.65420.23070.2429
Hunter Lab19.1160-1.0454-11.1819
CIE-Lab22.4936-0.0415-17.1168

#23374f color RGB value is (35,55,79).

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

The process color (four color CMYK) of #23374f color hex is 0.56, 0.30, 0.00, 0.69. Web safe color of #23374f is #333366. Color #23374f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100011 00110111 01001111
Octal 43 67 117
Decimal 35 55 79
Hex 23 37 4F

RGB Percentages of Color #23374f

%20.71
%32.54
%46.75

CMYK Percentages of Color #23374f

%56
%30
%0
%69

Triadic Colors of #23374f

#23374f #4f2337 #374f23

Analogous Colors of #23374f

#23374f #25234f #234d4f

Monochromatic Colors of #23374f

#23374f

Complementary Color

#23374f #4f3b23

#23374f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#23374f Color Preview on White Background

Lorem ipsum dolor sit amet.

#23374f Color CSS Codes

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

#23374f Text Font Color

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

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


#23374f Background Color

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

This div background color is #23374f


#23374f Border Color

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

This div border color is #23374f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #23374f


Comments

No comments written yet.

Please login to write comment.