Color Hex Logo

#3628ab Color Hex

#3628AB
(54,40,171)
0 Favorites   0 Comments

Color spaces of #3628ab

RGB 5440171
HSL0.680.620.41
HSV246°77°67°
CMYK 0.680.770.00   0.33
XYZ9.63085.242139.0323
Yxy5.24210.17870.0972
Hunter Lab22.895635.0167-85.0502
CIE-Lab27.413745.9734-67.2240

#3628ab color RGB value is (54,40,171).

#3628ab hex color red value is 54, green value is 40 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #3628ab hue: 0.68 , saturation: 0.62 and the lightness value of 3628ab is 0.41.

The process color (four color CMYK) of #3628ab color hex is 0.68, 0.77, 0.00, 0.33. Web safe color of #3628ab is #333399. Color #3628ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 00101000 10101011
Octal 66 50 253
Decimal 54 40 171
Hex 36 28 AB

RGB Percentages of Color #3628ab

%20.38
%15.09
%64.53

CMYK Percentages of Color #3628ab

%68
%77
%0
%33

Triadic Colors of #3628ab

#3628ab #ab3628 #28ab36

Analogous Colors of #3628ab

#3628ab #7828ab #285cab

Monochromatic Colors of #3628ab

#3628ab

Complementary Color

#3628ab #9dab28

#3628ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3628ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#3628ab Color CSS Codes

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

#3628ab Text Font Color

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

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


#3628ab Background Color

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

This div background color is #3628ab


#3628ab Border Color

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

This div border color is #3628ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3628ab


Comments

No comments written yet.

Please login to write comment.