Color Hex Logo

#363281 Color Hex

#363281
(54,50,129)
0 Favorites   0 Comments

Color spaces of #363281

RGB 5450129
HSL0.680.440.35
HSV243°61°51°
CMYK 0.580.610.00   0.49
XYZ6.62444.650521.3174
Yxy4.65050.20330.1427
Hunter Lab21.565017.0933-43.5137
CIE-Lab25.714925.9600-44.2105

#363281 color RGB value is (54,50,129).

#363281 hex color red value is 54, green value is 50 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #363281 hue: 0.68 , saturation: 0.44 and the lightness value of 363281 is 0.35.

The process color (four color CMYK) of #363281 color hex is 0.58, 0.61, 0.00, 0.49. Web safe color of #363281 is #333399. Color #363281 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 00110010 10000001
Octal 66 62 201
Decimal 54 50 129
Hex 36 32 81

RGB Percentages of Color #363281

%23.18
%21.46
%55.36

CMYK Percentages of Color #363281

%58
%61
%0
%49

Triadic Colors of #363281

#363281 #813632 #328136

Analogous Colors of #363281

#363281 #5e3281 #325581

Monochromatic Colors of #363281

#363281

Complementary Color

#363281 #7d8132

#363281 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#363281 Color Preview on White Background

Lorem ipsum dolor sit amet.

#363281 Color CSS Codes

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

#363281 Text Font Color

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

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


#363281 Background Color

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

This div background color is #363281


#363281 Border Color

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

This div border color is #363281


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(54,50,129, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #363281; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #363281;
  -webkit-box-shadow: 1px 1px 3px 2px #363281;
  box-shadow:         1px 1px 3px 2px #363281; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #363281


Comments

No comments written yet.

Please login to write comment.