Color Hex Logo

#3534ab Color Hex

#3534AB
(53,52,171)
0 Favorites   0 Comments

Color spaces of #3534ab

RGB 5352171
HSL0.670.530.44
HSV241°70°67°
CMYK 0.690.700.00   0.33
XYZ10.04696.153139.1862
Yxy6.15310.18140.1111
Hunter Lab24.805428.8880-76.2991
CIE-Lab29.795539.0168-63.3039

#3534ab color RGB value is (53,52,171).

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

The process color (four color CMYK) of #3534ab color hex is 0.69, 0.70, 0.00, 0.33. Web safe color of #3534ab is #333399. Color #3534ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00110100 10101011
Octal 65 64 253
Decimal 53 52 171
Hex 35 34 AB

RGB Percentages of Color #3534ab

%19.20
%18.84
%61.96

CMYK Percentages of Color #3534ab

%69
%70
%0
%33

Triadic Colors of #3534ab

#3534ab #ab3534 #34ab35

Analogous Colors of #3534ab

#3534ab #7134ab #346fab

Monochromatic Colors of #3534ab

#3534ab

Complementary Color

#3534ab #aaab34

#3534ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3534ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#3534ab Color CSS Codes

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

#3534ab Text Font Color

<p style="color:#3534ab">Text here</p>

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


#3534ab Background Color

<div style="background-color:#3534ab">
Div content here</div>

This div background color is #3534ab


#3534ab Border Color

<div style="border:3px solid #3534ab">
Div here</div>

This div border color is #3534ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3534ab


Comments

No comments written yet.

Please login to write comment.