Color Hex Logo

#3531cd Color Hex

#3531CD
(53,49,205)
0 Favorites   0 Comments

Color spaces of #3531cd

RGB 5349205
HSL0.670.610.50
HSV242°76°80°
CMYK 0.740.760.00   0.20
XYZ13.58607.361358.4624
Yxy7.36130.17110.0927
Hunter Lab27.131741.9020-108.7637
CIE-Lab32.615751.8791-78.7356

#3531cd color RGB value is (53,49,205).

#3531cd hex color red value is 53, green value is 49 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #3531cd hue: 0.67 , saturation: 0.61 and the lightness value of 3531cd is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 00110001 11001101
Octal 65 61 315
Decimal 53 49 205
Hex 35 31 CD

RGB Percentages of Color #3531cd

%17.26
%15.96
%66.78

CMYK Percentages of Color #3531cd

%74
%76
%0
%20

Triadic Colors of #3531cd

#3531cd #cd3531 #31cd35

Analogous Colors of #3531cd

#3531cd #8331cd #317bcd

Monochromatic Colors of #3531cd

#3531cd

Complementary Color

#3531cd #c9cd31

#3531cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3531cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#3531cd Color CSS Codes

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

#3531cd Text Font Color

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

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


#3531cd Background Color

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

This div background color is #3531cd


#3531cd Border Color

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

This div border color is #3531cd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(53,49,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 #3531cd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3531cd


Comments

No comments written yet.

Please login to write comment.