Color Hex Logo

#353bd4 Color Hex

#353BD4
(53,59,212)
0 Favorites   0 Comments

Color spaces of #353bd4

RGB 5359212
HSL0.660.650.52
HSV238°75°83°
CMYK 0.750.720.00   0.17
XYZ14.91588.638363.1686
Yxy8.63830.17200.0996
Hunter Lab29.391039.1538-106.8554
CIE-Lab35.278448.6675-78.3946

#353bd4 color RGB value is (53,59,212).

#353bd4 hex color red value is 53, green value is 59 and the blue value of its RGB is 212. Cylindrical-coordinate representations (also known as HSL) of color #353bd4 hue: 0.66 , saturation: 0.65 and the lightness value of 353bd4 is 0.52.

The process color (four color CMYK) of #353bd4 color hex is 0.75, 0.72, 0.00, 0.17. Web safe color of #353bd4 is #3333cc. Color #353bd4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00111011 11010100
Octal 65 73 324
Decimal 53 59 212
Hex 35 3B D4

RGB Percentages of Color #353bd4

%16.36
%18.21
%65.43

CMYK Percentages of Color #353bd4

%75
%72
%0
%17

Triadic Colors of #353bd4

#353bd4 #d4353b #3bd435

Analogous Colors of #353bd4

#353bd4 #7f35d4 #358bd4

Monochromatic Colors of #353bd4

#353bd4

Complementary Color

#353bd4 #d4ce35

#353bd4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#353bd4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#353bd4 Color CSS Codes

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

#353bd4 Text Font Color

<p style="color:#353bd4">Text here</p>

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


#353bd4 Background Color

<div style="background-color:#353bd4">
Div content here</div>

This div background color is #353bd4


#353bd4 Border Color

<div style="border:3px solid #353bd4">
Div here</div>

This div border color is #353bd4


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(53,59,212, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #353bd4; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #353bd4;
  -webkit-box-shadow: 1px 1px 3px 2px #353bd4;
  box-shadow:         1px 1px 3px 2px #353bd4; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #353bd4


Comments

No comments written yet.

Please login to write comment.