Color Hex Logo

#355baa Color Hex

#355BAA
(53,91,170)
0 Favorites   0 Comments

Color spaces of #355baa

RGB 5391170
HSL0.610.520.44
HSV221°69°67°
CMYK 0.690.460.00   0.33
XYZ12.465011.141339.5237
Yxy11.14130.19740.1765
Hunter Lab33.37868.2471-46.8405
CIE-Lab39.817413.4393-46.4319

#355baa color RGB value is (53,91,170).

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

The process color (four color CMYK) of #355baa color hex is 0.69, 0.46, 0.00, 0.33. Web safe color of #355baa is #336699. Color #355baa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01011011 10101010
Octal 65 133 252
Decimal 53 91 170
Hex 35 5B AA

RGB Percentages of Color #355baa

%16.88
%28.98
%54.14

CMYK Percentages of Color #355baa

%69
%46
%0
%33

Triadic Colors of #355baa

#355baa #aa355b #5baa35

Analogous Colors of #355baa

#355baa #4a35aa #3596aa

Monochromatic Colors of #355baa

#355baa

Complementary Color

#355baa #aa8435

#355baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#355baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#355baa Color CSS Codes

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

#355baa Text Font Color

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

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


#355baa Background Color

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

This div background color is #355baa


#355baa Border Color

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

This div border color is #355baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #355baa


Comments

No comments written yet.

Please login to write comment.