Color Hex Logo

#355aab Color Hex

#355AAB
(53,90,171)
0 Favorites   0 Comments

Color spaces of #355aab

RGB 5390171
HSL0.610.530.44
HSV221°69°67°
CMYK 0.690.470.00   0.33
XYZ12.475011.009539.9956
Yxy11.00950.19650.1734
Hunter Lab33.18069.0452-48.2413
CIE-Lab39.596514.4597-47.3784

#355aab color RGB value is (53,90,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 01011010 10101011
Octal 65 132 253
Decimal 53 90 171
Hex 35 5A AB

RGB Percentages of Color #355aab

%16.88
%28.66
%54.46

CMYK Percentages of Color #355aab

%69
%47
%0
%33

Triadic Colors of #355aab

#355aab #ab355a #5aab35

Analogous Colors of #355aab

#355aab #4b35ab #3595ab

Monochromatic Colors of #355aab

#355aab

Complementary Color

#355aab #ab8635

#355aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#355aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#355aab Color CSS Codes

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

#355aab Text Font Color

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

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


#355aab Background Color

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

This div background color is #355aab


#355aab Border Color

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

This div border color is #355aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #355aab


Comments

No comments written yet.

Please login to write comment.