Color Hex Logo

#241faf Color Hex

#241FAF
(36,31,175)
0 Favorites   0 Comments

Color spaces of #241faf

RGB 3631175
HSL0.670.700.40
HSV242°82°69°
CMYK 0.790.820.00   0.31
XYZ8.95544.450240.9444
Yxy4.45020.16480.0819
Hunter Lab21.095538.8592-100.3095
CIE-Lab25.107250.3334-73.4837

#241faf color RGB value is (36,31,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100100 00011111 10101111
Octal 44 37 257
Decimal 36 31 175
Hex 24 1F AF

RGB Percentages of Color #241faf

%14.88
%12.81
%72.31

CMYK Percentages of Color #241faf

%79
%82
%0
%31

Triadic Colors of #241faf

#241faf #af241f #1faf24

Analogous Colors of #241faf

#241faf #6c1faf #1f62af

Monochromatic Colors of #241faf

#241faf

Complementary Color

#241faf #aaaf1f

#241faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#241faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#241faf Color CSS Codes

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

#241faf Text Font Color

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

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


#241faf Background Color

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

This div background color is #241faf


#241faf Border Color

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

This div border color is #241faf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #241faf


Comments

No comments written yet.

Please login to write comment.