Color Hex Logo

#351aaf Color Hex

#351AAF
(53,26,175)
0 Favorites   0 Comments

Color spaces of #351aaf

RGB 5326175
HSL0.700.740.39
HSV251°85°69°
CMYK 0.700.850.00   0.31
XYZ9.57554.590840.9389
Yxy4.59080.17380.0833
Hunter Lab21.426242.2772-98.2870
CIE-Lab25.535653.6214-72.7386

#351aaf color RGB value is (53,26,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 00011010 10101111
Octal 65 32 257
Decimal 53 26 175
Hex 35 1A AF

RGB Percentages of Color #351aaf

%20.87
%10.24
%68.90

CMYK Percentages of Color #351aaf

%70
%85
%0
%31

Triadic Colors of #351aaf

#351aaf #af351a #1aaf35

Analogous Colors of #351aaf

#351aaf #801aaf #1a4aaf

Monochromatic Colors of #351aaf

#351aaf

Complementary Color

#351aaf #94af1a

#351aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#351aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#351aaf Color CSS Codes

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

#351aaf Text Font Color

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

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


#351aaf Background Color

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

This div background color is #351aaf


#351aaf Border Color

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

This div border color is #351aaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #351aaf


Comments

No comments written yet.

Please login to write comment.