Color Hex Logo

#3642bb Color Hex

#3642BB
(54,66,187)
0 Favorites   0 Comments

Color spaces of #3642bb

RGB 5466187
HSL0.650.550.47
HSV235°71°73°
CMYK 0.710.650.00   0.27
XYZ12.43928.268647.9541
Yxy8.26860.18120.1204
Hunter Lab28.755226.8958-78.7475
CIE-Lab34.536136.0282-65.0351

#3642bb color RGB value is (54,66,187).

#3642bb hex color red value is 54, green value is 66 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #3642bb hue: 0.65 , saturation: 0.55 and the lightness value of 3642bb is 0.47.

The process color (four color CMYK) of #3642bb color hex is 0.71, 0.65, 0.00, 0.27. Web safe color of #3642bb is #3333cc. Color #3642bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 01000010 10111011
Octal 66 102 273
Decimal 54 66 187
Hex 36 42 BB

RGB Percentages of Color #3642bb

%17.59
%21.50
%60.91

CMYK Percentages of Color #3642bb

%71
%65
%0
%27

Triadic Colors of #3642bb

#3642bb #bb3642 #42bb36

Analogous Colors of #3642bb

#3642bb #6d36bb #3685bb

Monochromatic Colors of #3642bb

#3642bb

Complementary Color

#3642bb #bbaf36

#3642bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3642bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#3642bb Color CSS Codes

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

#3642bb Text Font Color

<p style="color:#3642bb">Text here</p>

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


#3642bb Background Color

<div style="background-color:#3642bb">
Div content here</div>

This div background color is #3642bb


#3642bb Border Color

<div style="border:3px solid #3642bb">
Div here</div>

This div border color is #3642bb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(54,66,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3642bb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3642bb;
  -webkit-box-shadow: 1px 1px 3px 2px #3642bb;
  box-shadow:         1px 1px 3px 2px #3642bb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(54,66,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3642bb


Comments

No comments written yet.

Please login to write comment.