Color Hex Logo

#351dbd Color Hex

#351DBD
(53,29,189)
0 Favorites   0 Comments

Color spaces of #351dbd

RGB 5329189
HSL0.690.730.43
HSV249°85°74°
CMYK 0.720.850.00   0.26
XYZ11.09295.309748.5843
Yxy5.30970.17070.0817
Hunter Lab23.042845.6058-108.8794
CIE-Lab27.599556.4174-77.6585

#351dbd color RGB value is (53,29,189).

#351dbd hex color red value is 53, green value is 29 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #351dbd hue: 0.69 , saturation: 0.73 and the lightness value of 351dbd is 0.43.

The process color (four color CMYK) of #351dbd color hex is 0.72, 0.85, 0.00, 0.26. Web safe color of #351dbd is #3333cc. Color #351dbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00011101 10111101
Octal 65 35 275
Decimal 53 29 189
Hex 35 1D BD

RGB Percentages of Color #351dbd

%19.56
%10.70
%69.74

CMYK Percentages of Color #351dbd

%72
%85
%0
%26

Triadic Colors of #351dbd

#351dbd #bd351d #1dbd35

Analogous Colors of #351dbd

#351dbd #851dbd #1d55bd

Monochromatic Colors of #351dbd

#351dbd

Complementary Color

#351dbd #a5bd1d

#351dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#351dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#351dbd Color CSS Codes

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

#351dbd Text Font Color

<p style="color:#351dbd">Text here</p>

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


#351dbd Background Color

<div style="background-color:#351dbd">
Div content here</div>

This div background color is #351dbd


#351dbd Border Color

<div style="border:3px solid #351dbd">
Div here</div>

This div border color is #351dbd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(53,29,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #351dbd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #351dbd;
  -webkit-box-shadow: 1px 1px 3px 2px #351dbd;
  box-shadow:         1px 1px 3px 2px #351dbd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #351dbd


Comments

No comments written yet.

Please login to write comment.