Color Hex Logo

#361aab Color Hex

#361AAB
(54,26,171)
0 Favorites   0 Comments

Color spaces of #361aab

RGB 5426171
HSL0.700.740.39
HSV252°85°67°
CMYK 0.680.850.00   0.33
XYZ9.24144.463338.9025
Yxy4.46330.17570.0848
Hunter Lab21.126541.1100-94.3884
CIE-Lab25.147552.5564-70.9735

#361aab color RGB value is (54,26,171).

#361aab hex color red value is 54, green value is 26 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #361aab hue: 0.70 , saturation: 0.74 and the lightness value of 361aab is 0.39.

The process color (four color CMYK) of #361aab color hex is 0.68, 0.85, 0.00, 0.33. Web safe color of #361aab is #333399. Color #361aab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 00011010 10101011
Octal 66 32 253
Decimal 54 26 171
Hex 36 1A AB

RGB Percentages of Color #361aab

%21.51
%10.36
%68.13

CMYK Percentages of Color #361aab

%68
%85
%0
%33

Triadic Colors of #361aab

#361aab #ab361a #1aab36

Analogous Colors of #361aab

#361aab #7f1aab #1a47ab

Monochromatic Colors of #361aab

#361aab

Complementary Color

#361aab #8fab1a

#361aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#361aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#361aab Color CSS Codes

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

#361aab Text Font Color

<p style="color:#361aab">Text here</p>

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


#361aab Background Color

<div style="background-color:#361aab">
Div content here</div>

This div background color is #361aab


#361aab Border Color

<div style="border:3px solid #361aab">
Div here</div>

This div border color is #361aab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(54,26,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #361aab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #361aab;
  -webkit-box-shadow: 1px 1px 3px 2px #361aab;
  box-shadow:         1px 1px 3px 2px #361aab; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #361aab


Comments

No comments written yet.

Please login to write comment.