Color Hex Logo

#354baf Color Hex

#354BAF
(53,75,175)
0 Favorites   0 Comments

Color spaces of #354baf

RGB 5375175
HSL0.640.540.45
HSV229°70°69°
CMYK 0.700.570.00   0.31
XYZ11.72218.884241.6544
Yxy8.88420.18830.1427
Hunter Lab29.806418.0384-61.9933
CIE-Lab35.760425.7763-55.9458

#354baf color RGB value is (53,75,175).

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

The process color (four color CMYK) of #354baf color hex is 0.70, 0.57, 0.00, 0.31. Web safe color of #354baf is #333399. Color #354baf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01001011 10101111
Octal 65 113 257
Decimal 53 75 175
Hex 35 4B AF

RGB Percentages of Color #354baf

%17.49
%24.75
%57.76

CMYK Percentages of Color #354baf

%70
%57
%0
%31

Triadic Colors of #354baf

#354baf #af354b #4baf35

Analogous Colors of #354baf

#354baf #5c35af #3588af

Monochromatic Colors of #354baf

#354baf

Complementary Color

#354baf #af9935

#354baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#354baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#354baf Color CSS Codes

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

#354baf Text Font Color

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

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


#354baf Background Color

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

This div background color is #354baf


#354baf Border Color

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

This div border color is #354baf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #354baf


Comments

No comments written yet.

Please login to write comment.