Color Hex Logo

#3540cd Color Hex

#3540CD
(53,64,205)
0 Favorites   0 Comments

Color spaces of #3540cd

RGB 5364205
HSL0.650.600.51
HSV236°74°80°
CMYK 0.740.690.00   0.20
XYZ14.32108.831558.7074
Yxy8.83150.17490.1079
Hunter Lab29.717834.0128-96.3245
CIE-Lab35.657843.3982-73.7172

#3540cd color RGB value is (53,64,205).

#3540cd hex color red value is 53, green value is 64 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #3540cd hue: 0.65 , saturation: 0.60 and the lightness value of 3540cd is 0.51.

The process color (four color CMYK) of #3540cd color hex is 0.74, 0.69, 0.00, 0.20. Web safe color of #3540cd is #3333cc. Color #3540cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 01000000 11001101
Octal 65 100 315
Decimal 53 64 205
Hex 35 40 CD

RGB Percentages of Color #3540cd

%16.46
%19.88
%63.66

CMYK Percentages of Color #3540cd

%74
%69
%0
%20

Triadic Colors of #3540cd

#3540cd #cd3540 #40cd35

Analogous Colors of #3540cd

#3540cd #7635cd #358ccd

Monochromatic Colors of #3540cd

#3540cd

Complementary Color

#3540cd #cdc235

#3540cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3540cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#3540cd Color CSS Codes

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

#3540cd Text Font Color

<p style="color:#3540cd">Text here</p>

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


#3540cd Background Color

<div style="background-color:#3540cd">
Div content here</div>

This div background color is #3540cd


#3540cd Border Color

<div style="border:3px solid #3540cd">
Div here</div>

This div border color is #3540cd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(53,64,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3540cd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3540cd;
  -webkit-box-shadow: 1px 1px 3px 2px #3540cd;
  box-shadow:         1px 1px 3px 2px #3540cd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3540cd


Comments

No comments written yet.

Please login to write comment.