Color Hex Logo

#241372 Color Hex

#241372
(36,19,114)
0 Favorites   0 Comments

Color spaces of #241372

RGB 3619114
HSL0.700.710.26
HSV251°83°45°
CMYK 0.680.830.00   0.55
XYZ3.99772.055716.1057
Yxy2.05570.18040.0928
Hunter Lab14.337724.6791-56.5647
CIE-Lab15.776936.9151-50.9841

#241372 color RGB value is (36,19,114).

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

The process color (four color CMYK) of #241372 color hex is 0.68, 0.83, 0.00, 0.55. Web safe color of #241372 is #330066. Color #241372 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100100 00010011 01110010
Octal 44 23 162
Decimal 36 19 114
Hex 24 13 72

RGB Percentages of Color #241372

%21.30
%11.24
%67.46

CMYK Percentages of Color #241372

%68
%83
%0
%55

Triadic Colors of #241372

#241372 #722413 #137224

Analogous Colors of #241372

#241372 #531372 #133272

Monochromatic Colors of #241372

#241372

Complementary Color

#241372 #617213

#241372 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#241372 Color Preview on White Background

Lorem ipsum dolor sit amet.

#241372 Color CSS Codes

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

#241372 Text Font Color

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

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


#241372 Background Color

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

This div background color is #241372


#241372 Border Color

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

This div border color is #241372


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #241372


Comments

No comments written yet.

Please login to write comment.