Color Hex Logo

#355b89 Color Hex

#355B89
(53,91,137)
0 Favorites   0 Comments

Color spaces of #355b89

RGB 5391137
HSL0.590.440.37
HSV213°61°54°
CMYK 0.610.340.00   0.46
XYZ9.724610.045225.0933
Yxy10.04520.21680.2239
Hunter Lab31.6942-0.6963-24.7559
CIE-Lab37.92341.4270-29.6489

#355b89 color RGB value is (53,91,137).

#355b89 hex color red value is 53, green value is 91 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #355b89 hue: 0.59 , saturation: 0.44 and the lightness value of 355b89 is 0.37.

The process color (four color CMYK) of #355b89 color hex is 0.61, 0.34, 0.00, 0.46. Web safe color of #355b89 is #336699. Color #355b89 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01011011 10001001
Octal 65 133 211
Decimal 53 91 137
Hex 35 5B 89

RGB Percentages of Color #355b89

%18.86
%32.38
%48.75

CMYK Percentages of Color #355b89

%61
%34
%0
%46

Triadic Colors of #355b89

#355b89 #89355b #5b8935

Analogous Colors of #355b89

#355b89 #393589 #358589

Monochromatic Colors of #355b89

#355b89

Complementary Color

#355b89 #896335

#355b89 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#355b89 Color Preview on White Background

Lorem ipsum dolor sit amet.

#355b89 Color CSS Codes

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

#355b89 Text Font Color

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

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


#355b89 Background Color

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

This div background color is #355b89


#355b89 Border Color

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

This div border color is #355b89


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(53,91,137, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #355b89; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #355b89;
  -webkit-box-shadow: 1px 1px 3px 2px #355b89;
  box-shadow:         1px 1px 3px 2px #355b89; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #355b89


Comments

No comments written yet.

Please login to write comment.