Color Hex Logo

#341aaf Color Hex

#341AAF
(52,26,175)
0 Favorites   0 Comments

Color spaces of #341aaf

RGB 5226175
HSL0.700.740.39
HSV250°85°69°
CMYK 0.700.850.00   0.31
XYZ9.52344.564040.9364
Yxy4.56400.17310.0829
Hunter Lab21.363542.1853-98.6560
CIE-Lab25.454653.5477-72.8753

#341aaf color RGB value is (52,26,175).

#341aaf hex color red value is 52, green value is 26 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #341aaf hue: 0.70 , saturation: 0.74 and the lightness value of 341aaf is 0.39.

The process color (four color CMYK) of #341aaf color hex is 0.70, 0.85, 0.00, 0.31. Web safe color of #341aaf is #333399. Color #341aaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 00011010 10101111
Octal 64 32 257
Decimal 52 26 175
Hex 34 1A AF

RGB Percentages of Color #341aaf

%20.55
%10.28
%69.17

CMYK Percentages of Color #341aaf

%70
%85
%0
%31

Triadic Colors of #341aaf

#341aaf #af341a #1aaf34

Analogous Colors of #341aaf

#341aaf #7f1aaf #1a4aaf

Monochromatic Colors of #341aaf

#341aaf

Complementary Color

#341aaf #95af1a

#341aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#341aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#341aaf Color CSS Codes

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

#341aaf Text Font Color

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

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


#341aaf Background Color

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

This div background color is #341aaf


#341aaf Border Color

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

This div border color is #341aaf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(52,26,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #341aaf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #341aaf;
  -webkit-box-shadow: 1px 1px 3px 2px #341aaf;
  box-shadow:         1px 1px 3px 2px #341aaf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(52,26,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 #341aaf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #341aaf


Comments

No comments written yet.

Please login to write comment.