Color Hex Logo

#231437 Color Hex

#231437
(35,20,55)
0 Favorites   0 Comments

Color spaces of #231437

RGB 352055
HSL0.740.470.15
HSV266°64°22°
CMYK 0.360.640.00   0.78
XYZ1.63291.13353.7471
Yxy1.13350.25070.1740
Hunter Lab10.64668.7455-13.4147
CIE-Lab10.057416.6995-20.1275

#231437 color RGB value is (35,20,55).

#231437 hex color red value is 35, green value is 20 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #231437 hue: 0.74 , saturation: 0.47 and the lightness value of 231437 is 0.15.

The process color (four color CMYK) of #231437 color hex is 0.36, 0.64, 0.00, 0.78. Web safe color of #231437 is #330033. Color #231437 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100011 00010100 00110111
Octal 43 24 67
Decimal 35 20 55
Hex 23 14 37

RGB Percentages of Color #231437

%31.82
%18.18
%50.00

CMYK Percentages of Color #231437

%36
%64
%0
%78

Triadic Colors of #231437

#231437 #372314 #143723

Analogous Colors of #231437

#231437 #351437 #141737

Monochromatic Colors of #231437

#231437

Complementary Color

#231437 #283714

#231437 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#231437 Color Preview on White Background

Lorem ipsum dolor sit amet.

#231437 Color CSS Codes

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

#231437 Text Font Color

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

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


#231437 Background Color

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

This div background color is #231437


#231437 Border Color

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

This div border color is #231437


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #231437


Comments

No comments written yet.

Please login to write comment.