Color Hex Logo

#353aab Color Hex

#353AAB
(53,58,171)
0 Favorites   0 Comments

Color spaces of #353aab

RGB 5358171
HSL0.660.530.44
HSV237°69°67°
CMYK 0.690.660.00   0.33
XYZ10.33196.723339.2812
Yxy6.72330.18340.1193
Hunter Lab25.929325.7495-71.6699
CIE-Lab31.168535.3132-61.0515

#353aab color RGB value is (53,58,171).

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

The process color (four color CMYK) of #353aab color hex is 0.69, 0.66, 0.00, 0.33. Web safe color of #353aab is #333399. Color #353aab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00111010 10101011
Octal 65 72 253
Decimal 53 58 171
Hex 35 3A AB

RGB Percentages of Color #353aab

%18.79
%20.57
%60.64

CMYK Percentages of Color #353aab

%69
%66
%0
%33

Triadic Colors of #353aab

#353aab #ab353a #3aab35

Analogous Colors of #353aab

#353aab #6b35ab #3575ab

Monochromatic Colors of #353aab

#353aab

Complementary Color

#353aab #aba635

#353aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#353aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#353aab Color CSS Codes

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

#353aab Text Font Color

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

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


#353aab Background Color

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

This div background color is #353aab


#353aab Border Color

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

This div border color is #353aab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(53,58,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 #353aab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #353aab


Comments

No comments written yet.

Please login to write comment.