Color Hex Logo

#354b93 Color Hex

#354B93
(53,75,147)
0 Favorites   0 Comments

Color spaces of #354b93

RGB 5375147
HSL0.630.470.39
HSV226°64°58°
CMYK 0.640.490.00   0.42
XYZ9.25077.895628.6402
Yxy7.89560.20200.1724
Hunter Lab28.09919.5918-40.7623
CIE-Lab33.764515.4912-42.3442

#354b93 color RGB value is (53,75,147).

#354b93 hex color red value is 53, green value is 75 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #354b93 hue: 0.63 , saturation: 0.47 and the lightness value of 354b93 is 0.39.

The process color (four color CMYK) of #354b93 color hex is 0.64, 0.49, 0.00, 0.42. Web safe color of #354b93 is #333399. Color #354b93 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01001011 10010011
Octal 65 113 223
Decimal 53 75 147
Hex 35 4B 93

RGB Percentages of Color #354b93

%19.27
%27.27
%53.45

CMYK Percentages of Color #354b93

%64
%49
%0
%42

Triadic Colors of #354b93

#354b93 #93354b #4b9335

Analogous Colors of #354b93

#354b93 #4e3593 #357a93

Monochromatic Colors of #354b93

#354b93

Complementary Color

#354b93 #937d35

#354b93 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#354b93 Color Preview on White Background

Lorem ipsum dolor sit amet.

#354b93 Color CSS Codes

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

#354b93 Text Font Color

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

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


#354b93 Background Color

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

This div background color is #354b93


#354b93 Border Color

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

This div border color is #354b93


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #354b93


Comments

No comments written yet.

Please login to write comment.