Color Hex Logo

#241faa Color Hex

#241FAA
(36,31,170)
0 Favorites   0 Comments

Color spaces of #241faa

RGB 3631170
HSL0.670.690.39
HSV242°82°67°
CMYK 0.790.820.00   0.33
XYZ8.47324.257338.4054
Yxy4.25730.16570.0833
Hunter Lab20.633237.1943-95.9155
CIE-Lab24.504548.7723-71.4751

#241faa color RGB value is (36,31,170).

#241faa hex color red value is 36, green value is 31 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #241faa hue: 0.67 , saturation: 0.69 and the lightness value of 241faa is 0.39.

The process color (four color CMYK) of #241faa color hex is 0.79, 0.82, 0.00, 0.33. Web safe color of #241faa is #333399. Color #241faa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100100 00011111 10101010
Octal 44 37 252
Decimal 36 31 170
Hex 24 1F AA

RGB Percentages of Color #241faa

%15.19
%13.08
%71.73

CMYK Percentages of Color #241faa

%79
%82
%0
%33

Triadic Colors of #241faa

#241faa #aa241f #1faa24

Analogous Colors of #241faa

#241faa #6a1faa #1f5faa

Monochromatic Colors of #241faa

#241faa

Complementary Color

#241faa #a5aa1f

#241faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#241faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#241faa Color CSS Codes

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

#241faa Text Font Color

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

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


#241faa Background Color

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

This div background color is #241faa


#241faa Border Color

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

This div border color is #241faa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #241faa


Comments

No comments written yet.

Please login to write comment.