Color Hex Logo

#231840 Color Hex

#231840
(35,24,64)
0 Favorites   0 Comments

Color spaces of #231840

RGB 352464
HSL0.710.450.17
HSV257°63°25°
CMYK 0.450.630.00   0.75
XYZ1.94521.38085.0145
Yxy1.38080.23320.1656
Hunter Lab11.75078.9848-17.0758
CIE-Lab11.829316.8125-23.7075

#231840 color RGB value is (35,24,64).

#231840 hex color red value is 35, green value is 24 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #231840 hue: 0.71 , saturation: 0.45 and the lightness value of 231840 is 0.17.

The process color (four color CMYK) of #231840 color hex is 0.45, 0.63, 0.00, 0.75. Web safe color of #231840 is #330033. Color #231840 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100011 00011000 01000000
Octal 43 30 100
Decimal 35 24 64
Hex 23 18 40

RGB Percentages of Color #231840

%28.46
%19.51
%52.03

CMYK Percentages of Color #231840

%45
%63
%0
%75

Triadic Colors of #231840

#231840 #402318 #184023

Analogous Colors of #231840

#231840 #371840 #182140

Monochromatic Colors of #231840

#231840

Complementary Color

#231840 #354018

#231840 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#231840 Color Preview on White Background

Lorem ipsum dolor sit amet.

#231840 Color CSS Codes

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

#231840 Text Font Color

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

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


#231840 Background Color

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

This div background color is #231840


#231840 Border Color

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

This div border color is #231840


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #231840


Comments

No comments written yet.

Please login to write comment.