Color Hex Logo

#351cba Color Hex

#351CBA
(53,28,186)
0 Favorites   0 Comments

Color spaces of #351cba

RGB 5328186
HSL0.690.740.42
HSV249°85°73°
CMYK 0.720.850.00   0.27
XYZ10.74645.132646.8787
Yxy5.13260.17120.0818
Hunter Lab22.655245.0239-106.8254
CIE-Lab27.109255.9593-76.6939

#351cba color RGB value is (53,28,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 00011100 10111010
Octal 65 34 272
Decimal 53 28 186
Hex 35 1C BA

RGB Percentages of Color #351cba

%19.85
%10.49
%69.66

CMYK Percentages of Color #351cba

%72
%85
%0
%27

Triadic Colors of #351cba

#351cba #ba351c #1cba35

Analogous Colors of #351cba

#351cba #841cba #1c52ba

Monochromatic Colors of #351cba

#351cba

Complementary Color

#351cba #a1ba1c

#351cba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#351cba Color Preview on White Background

Lorem ipsum dolor sit amet.

#351cba Color CSS Codes

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

#351cba Text Font Color

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

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


#351cba Background Color

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

This div background color is #351cba


#351cba Border Color

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

This div border color is #351cba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #351cba


Comments

No comments written yet.

Please login to write comment.