Color Hex Logo

#3634dd Color Hex

#3634DD
(54,52,221)
0 Favorites   0 Comments

Color spaces of #3634dd

RGB 5452221
HSL0.670.710.54
HSV241°76°87°
CMYK 0.760.760.00   0.13
XYZ15.80058.460769.2069
Yxy8.46070.16900.0905
Hunter Lab29.087346.0602-120.7066
CIE-Lab34.924555.4228-84.1587

#3634dd color RGB value is (54,52,221).

#3634dd hex color red value is 54, green value is 52 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #3634dd hue: 0.67 , saturation: 0.71 and the lightness value of 3634dd is 0.54.

The process color (four color CMYK) of #3634dd color hex is 0.76, 0.76, 0.00, 0.13. Web safe color of #3634dd is #3333cc. Color #3634dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 00110100 11011101
Octal 66 64 335
Decimal 54 52 221
Hex 36 34 DD

RGB Percentages of Color #3634dd

%16.51
%15.90
%67.58

CMYK Percentages of Color #3634dd

%76
%76
%0
%13

Triadic Colors of #3634dd

#3634dd #dd3634 #34dd36

Analogous Colors of #3634dd

#3634dd #8b34dd #3487dd

Monochromatic Colors of #3634dd

#3634dd

Complementary Color

#3634dd #dbdd34

#3634dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3634dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#3634dd Color CSS Codes

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

#3634dd Text Font Color

<p style="color:#3634dd">Text here</p>

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


#3634dd Background Color

<div style="background-color:#3634dd">
Div content here</div>

This div background color is #3634dd


#3634dd Border Color

<div style="border:3px solid #3634dd">
Div here</div>

This div border color is #3634dd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(54,52,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3634dd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3634dd;
  -webkit-box-shadow: 1px 1px 3px 2px #3634dd;
  box-shadow:         1px 1px 3px 2px #3634dd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3634dd


Comments

No comments written yet.

Please login to write comment.