Color Hex Logo

#351a63 Color Hex

#351A63
(53,26,99)
0 Favorites   0 Comments

Color spaces of #351a63

RGB 532699
HSL0.730.580.25
HSV262°74°39°
CMYK 0.460.740.00   0.61
XYZ4.08972.396512.0514
Yxy2.39650.22060.1293
Hunter Lab15.480620.0653-35.3198
CIE-Lab17.443931.0534-38.3641

#351a63 color RGB value is (53,26,99).

#351a63 hex color red value is 53, green value is 26 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #351a63 hue: 0.73 , saturation: 0.58 and the lightness value of 351a63 is 0.25.

The process color (four color CMYK) of #351a63 color hex is 0.46, 0.74, 0.00, 0.61. Web safe color of #351a63 is #333366. Color #351a63 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110101 00011010 01100011
Octal 65 32 143
Decimal 53 26 99
Hex 35 1A 63

RGB Percentages of Color #351a63

%29.78
%14.61
%55.62

CMYK Percentages of Color #351a63

%46
%74
%0
%61

Triadic Colors of #351a63

#351a63 #63351a #1a6335

Analogous Colors of #351a63

#351a63 #591a63 #1a2463

Monochromatic Colors of #351a63

#351a63

Complementary Color

#351a63 #48631a

#351a63 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#351a63 Color Preview on White Background

Lorem ipsum dolor sit amet.

#351a63 Color CSS Codes

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

#351a63 Text Font Color

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

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


#351a63 Background Color

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

This div background color is #351a63


#351a63 Border Color

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

This div border color is #351a63


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #351a63


Comments

No comments written yet.

Please login to write comment.