Color Hex Logo

#354faf Color Hex

#354FAF
(53,79,175)
0 Favorites   0 Comments

Color spaces of #354faf

RGB 5379175
HSL0.630.540.45
HSV227°70°69°
CMYK 0.700.550.00   0.31
XYZ12.00209.444041.7477
Yxy9.44400.18990.1494
Hunter Lab30.731115.9336-59.0328
CIE-Lab36.825523.1507-54.2178

#354faf color RGB value is (53,79,175).

#354faf hex color red value is 53, green value is 79 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #354faf hue: 0.63 , saturation: 0.54 and the lightness value of 354faf is 0.45.

The process color (four color CMYK) of #354faf color hex is 0.70, 0.55, 0.00, 0.31. Web safe color of #354faf is #336699. Color #354faf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01001111 10101111
Octal 65 117 257
Decimal 53 79 175
Hex 35 4F AF

RGB Percentages of Color #354faf

%17.26
%25.73
%57.00

CMYK Percentages of Color #354faf

%70
%55
%0
%31

Triadic Colors of #354faf

#354faf #af354f #4faf35

Analogous Colors of #354faf

#354faf #5835af #358caf

Monochromatic Colors of #354faf

#354faf

Complementary Color

#354faf #af9535

#354faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#354faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#354faf Color CSS Codes

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

#354faf Text Font Color

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

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


#354faf Background Color

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

This div background color is #354faf


#354faf Border Color

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

This div border color is #354faf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #354faf


Comments

No comments written yet.

Please login to write comment.