Color Hex Logo

#241364 Color Hex

#241364
(36,19,100)
0 Favorites   0 Comments

Color spaces of #241364

RGB 3619100
HSL0.700.680.23
HSV253°81°39°
CMYK 0.640.810.00   0.61
XYZ3.26071.760912.2246
Yxy1.76090.18910.1021
Hunter Lab13.269920.6390-45.3307
CIE-Lab14.178932.3841-44.4514

#241364 color RGB value is (36,19,100).

#241364 hex color red value is 36, green value is 19 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #241364 hue: 0.70 , saturation: 0.68 and the lightness value of 241364 is 0.23.

The process color (four color CMYK) of #241364 color hex is 0.64, 0.81, 0.00, 0.61. Web safe color of #241364 is #330066. Color #241364 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100100 00010011 01100100
Octal 44 23 144
Decimal 36 19 100
Hex 24 13 64

RGB Percentages of Color #241364

%23.23
%12.26
%64.52

CMYK Percentages of Color #241364

%64
%81
%0
%61

Triadic Colors of #241364

#241364 #642413 #136424

Analogous Colors of #241364

#241364 #4d1364 #132a64

Monochromatic Colors of #241364

#241364

Complementary Color

#241364 #536413

#241364 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#241364 Color Preview on White Background

Lorem ipsum dolor sit amet.

#241364 Color CSS Codes

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

#241364 Text Font Color

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

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


#241364 Background Color

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

This div background color is #241364


#241364 Border Color

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

This div border color is #241364


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #241364


Comments

No comments written yet.

Please login to write comment.