color codes Logo

#351dba color codes

#351DBA
(53,29,186)
0 Favorites   0 Comments

Color spaces of #351dba

RGB 5329186
HSL0.690.730.42
HSV249°84°73°
CMYK 0.720.840.00   0.27
XYZ10.77055.180846.8867
Yxy5.18080.17140.0824
Hunter Lab22.761444.6324-106.2000
CIE-Lab27.243855.5601-76.4706

#351dba color RGB value is (53,29,186).

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

The process color (four color CMYK) of #351dba color code is 0.72, 0.84, 0.00, 0.27. Web safe color of #351dba is #3333cc. Color #351dba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00011101 10111010
Octal 65 35 272
Decimal 53 29 186
Hex 35 1D BA

RGB Percentages of Color #351dba

%19.78
%10.82
%69.40

CMYK Percentages of Color #351dba

%72
%84
%0
%27

Triadic Colors of #351dba

#351dba #ba351d #1dba35

Analogous Colors of #351dba

#351dba #841dba #1d54ba

Monochromatic Colors of #351dba

#351dba

Complementary Color

#351dba #a2ba1d

#351dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#351dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#351dba Color CSS Codes

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

#351dba Text Font Color

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

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


#351dba Background Color

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

This div background color is #351dba


#351dba Border Color

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

This div border color is #351dba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #351dba


Comments

No comments written yet.

Please login to write comment.