Color Hex Logo

#241c40 Color Hex

#241C40
(36,28,64)
0 Favorites   0 Comments

Color spaces of #241c40

RGB 362864
HSL0.700.390.18
HSV253°56°25°
CMYK 0.440.560.00   0.75
XYZ2.06821.57575.0456
Yxy1.57570.23800.1813
Hunter Lab12.55277.4427-15.0450
CIE-Lab13.081414.2391-21.6965

#241c40 color RGB value is (36,28,64).

#241c40 hex color red value is 36, green value is 28 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #241c40 hue: 0.70 , saturation: 0.39 and the lightness value of 241c40 is 0.18.

The process color (four color CMYK) of #241c40 color hex is 0.44, 0.56, 0.00, 0.75. Web safe color of #241c40 is #333333. Color #241c40 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100100 00011100 01000000
Octal 44 34 100
Decimal 36 28 64
Hex 24 1C 40

RGB Percentages of Color #241c40

%28.13
%21.88
%50.00

CMYK Percentages of Color #241c40

%44
%56
%0
%75

Triadic Colors of #241c40

#241c40 #40241c #1c4024

Analogous Colors of #241c40

#241c40 #361c40 #1c2640

Monochromatic Colors of #241c40

#241c40

Complementary Color

#241c40 #38401c

#241c40 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#241c40 Color Preview on White Background

Lorem ipsum dolor sit amet.

#241c40 Color CSS Codes

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

#241c40 Text Font Color

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

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


#241c40 Background Color

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

This div background color is #241c40


#241c40 Border Color

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

This div border color is #241c40


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(36,28,64, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #241c40; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #241c40;
  -webkit-box-shadow: 1px 1px 3px 2px #241c40;
  box-shadow:         1px 1px 3px 2px #241c40; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(36,28,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 #241c40">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #241c40


Comments

No comments written yet.

Please login to write comment.