Color Hex Logo

#354b61 Color Hex

#354B61
(53,75,97)
0 Favorites   0 Comments

Color spaces of #354b61

RGB 537597
HSL0.580.290.29
HSV210°45°38°
CMYK 0.450.230.00   0.62
XYZ6.14196.652112.2695
Yxy6.65210.24510.2654
Hunter Lab25.7917-2.6283-10.1510
CIE-Lab31.0014-1.9489-15.5650

#354b61 color RGB value is (53,75,97).

#354b61 hex color red value is 53, green value is 75 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #354b61 hue: 0.58 , saturation: 0.29 and the lightness value of 354b61 is 0.29.

The process color (four color CMYK) of #354b61 color hex is 0.45, 0.23, 0.00, 0.62. Web safe color of #354b61 is #333366. Color #354b61 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01001011 01100001
Octal 65 113 141
Decimal 53 75 97
Hex 35 4B 61

RGB Percentages of Color #354b61

%23.56
%33.33
%43.11

CMYK Percentages of Color #354b61

%45
%23
%0
%62

Triadic Colors of #354b61

#354b61 #61354b #4b6135

Analogous Colors of #354b61

#354b61 #353561 #356161

Monochromatic Colors of #354b61

#354b61

Complementary Color

#354b61 #614b35

#354b61 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#354b61 Color Preview on White Background

Lorem ipsum dolor sit amet.

#354b61 Color CSS Codes

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

#354b61 Text Font Color

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

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


#354b61 Background Color

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

This div background color is #354b61


#354b61 Border Color

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

This div border color is #354b61


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #354b61


Comments

No comments written yet.

Please login to write comment.