Color Hex Logo

#241387 Color Hex

#241387
(36,19,135)
0 Favorites   0 Comments

Color spaces of #241387

RGB 3619135
HSL0.690.750.30
HSV249°86°53°
CMYK 0.730.860.00   0.47
XYZ5.33362.590123.1405
Yxy2.59010.17170.0834
Hunter Lab16.093830.9921-73.9847
CIE-Lab18.321343.4879-60.1786

#241387 color RGB value is (36,19,135).

#241387 hex color red value is 36, green value is 19 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #241387 hue: 0.69 , saturation: 0.75 and the lightness value of 241387 is 0.30.

The process color (four color CMYK) of #241387 color hex is 0.73, 0.86, 0.00, 0.47. Web safe color of #241387 is #330099. Color #241387 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100100 00010011 10000111
Octal 44 23 207
Decimal 36 19 135
Hex 24 13 87

RGB Percentages of Color #241387

%18.95
%10.00
%71.05

CMYK Percentages of Color #241387

%73
%86
%0
%47

Triadic Colors of #241387

#241387 #872413 #138724

Analogous Colors of #241387

#241387 #5e1387 #133c87

Monochromatic Colors of #241387

#241387

Complementary Color

#241387 #768713

#241387 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#241387 Color Preview on White Background

Lorem ipsum dolor sit amet.

#241387 Color CSS Codes

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

#241387 Text Font Color

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

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


#241387 Background Color

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

This div background color is #241387


#241387 Border Color

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

This div border color is #241387


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(36,19,135, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #241387; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #241387;
  -webkit-box-shadow: 1px 1px 3px 2px #241387;
  box-shadow:         1px 1px 3px 2px #241387; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(36,19,135, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #241387


Comments

No comments written yet.

Please login to write comment.