Color Hex Logo

#354577 Color Hex

#354577
(53,69,119)
0 Favorites   0 Comments

Color spaces of #354577

RGB 5369119
HSL0.630.380.34
HSV225°55°47°
CMYK 0.550.420.00   0.53
XYZ6.92616.345018.3124
Yxy6.34500.21930.2009
Hunter Lab25.18934.9995-25.4708
CIE-Lab30.26679.4177-30.6271

#354577 color RGB value is (53,69,119).

#354577 hex color red value is 53, green value is 69 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #354577 hue: 0.63 , saturation: 0.38 and the lightness value of 354577 is 0.34.

The process color (four color CMYK) of #354577 color hex is 0.55, 0.42, 0.00, 0.53. Web safe color of #354577 is #333366. Color #354577 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01000101 01110111
Octal 65 105 167
Decimal 53 69 119
Hex 35 45 77

RGB Percentages of Color #354577

%21.99
%28.63
%49.38

CMYK Percentages of Color #354577

%55
%42
%0
%53

Triadic Colors of #354577

#354577 #773545 #457735

Analogous Colors of #354577

#354577 #463577 #356677

Monochromatic Colors of #354577

#354577

Complementary Color

#354577 #776735

#354577 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#354577 Color Preview on White Background

Lorem ipsum dolor sit amet.

#354577 Color CSS Codes

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

#354577 Text Font Color

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

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


#354577 Background Color

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

This div background color is #354577


#354577 Border Color

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

This div border color is #354577


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(53,69,119, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #354577; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #354577;
  -webkit-box-shadow: 1px 1px 3px 2px #354577;
  box-shadow:         1px 1px 3px 2px #354577; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #354577


Comments

No comments written yet.

Please login to write comment.