Color Hex Logo

#354dbe Color Hex

#354DBE
(53,77,190)
0 Favorites   0 Comments

Color spaces of #354dbe

RGB 5377190
HSL0.640.560.48
HSV229°72°75°
CMYK 0.720.590.00   0.25
XYZ13.41639.782349.8963
Yxy9.78230.18350.1338
Hunter Lab31.276721.8344-72.6929
CIE-Lab37.448829.9534-62.0403

#354dbe color RGB value is (53,77,190).

#354dbe hex color red value is 53, green value is 77 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #354dbe hue: 0.64 , saturation: 0.56 and the lightness value of 354dbe is 0.48.

The process color (four color CMYK) of #354dbe color hex is 0.72, 0.59, 0.00, 0.25. Web safe color of #354dbe is #3366cc. Color #354dbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01001101 10111110
Octal 65 115 276
Decimal 53 77 190
Hex 35 4D BE

RGB Percentages of Color #354dbe

%16.56
%24.06
%59.38

CMYK Percentages of Color #354dbe

%72
%59
%0
%25

Triadic Colors of #354dbe

#354dbe #be354d #4dbe35

Analogous Colors of #354dbe

#354dbe #6135be #3592be

Monochromatic Colors of #354dbe

#354dbe

Complementary Color

#354dbe #bea635

#354dbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#354dbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#354dbe Color CSS Codes

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

#354dbe Text Font Color

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

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


#354dbe Background Color

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

This div background color is #354dbe


#354dbe Border Color

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

This div border color is #354dbe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(53,77,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #354dbe


Comments

No comments written yet.

Please login to write comment.