Color Hex Logo

#3635aa Color Hex

#3635AA
(54,53,170)
1 Favorites   0 Comments

Color spaces of #3635aa

RGB 5453170
HSL0.670.520.44
HSV241°69°67°
CMYK 0.680.690.00   0.33
XYZ10.05016.232838.7036
Yxy6.23280.18280.1134
Hunter Lab24.965628.1669-74.4401
CIE-Lab29.992438.1933-62.3780

#3635aa color RGB value is (54,53,170).

#3635aa hex color red value is 54, green value is 53 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #3635aa hue: 0.67 , saturation: 0.52 and the lightness value of 3635aa is 0.44.

The process color (four color CMYK) of #3635aa color hex is 0.68, 0.69, 0.00, 0.33. Web safe color of #3635aa is #333399. Color #3635aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 00110101 10101010
Octal 66 65 252
Decimal 54 53 170
Hex 36 35 AA

RGB Percentages of Color #3635aa

%19.49
%19.13
%61.37

CMYK Percentages of Color #3635aa

%68
%69
%0
%33

Triadic Colors of #3635aa

#3635aa #aa3635 #35aa36

Analogous Colors of #3635aa

#3635aa #7135aa #356faa

Monochromatic Colors of #3635aa

#3635aa

Complementary Color

#3635aa #a9aa35

#3635aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3635aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#3635aa Color CSS Codes

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

#3635aa Text Font Color

<p style="color:#3635aa">Text here</p>

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


#3635aa Background Color

<div style="background-color:#3635aa">
Div content here</div>

This div background color is #3635aa


#3635aa Border Color

<div style="border:3px solid #3635aa">
Div here</div>

This div border color is #3635aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(54,53,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3635aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3635aa;
  -webkit-box-shadow: 1px 1px 3px 2px #3635aa;
  box-shadow:         1px 1px 3px 2px #3635aa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3635aa


Comments

No comments written yet.

Please login to write comment.