Color Hex Logo

#363aad Color Hex

#363AAD
(54,58,173)
0 Favorites   0 Comments

Color spaces of #363aad

RGB 5458173
HSL0.660.520.45
HSV238°69°68°
CMYK 0.690.660.00   0.32
XYZ10.57726.827540.2955
Yxy6.82750.18330.1183
Hunter Lab26.129526.5301-73.1432
CIE-Lab31.410936.1420-61.8485

#363aad color RGB value is (54,58,173).

#363aad hex color red value is 54, green value is 58 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #363aad hue: 0.66 , saturation: 0.52 and the lightness value of 363aad is 0.45.

The process color (four color CMYK) of #363aad color hex is 0.69, 0.66, 0.00, 0.32. Web safe color of #363aad is #333399. Color #363aad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 00111010 10101101
Octal 66 72 255
Decimal 54 58 173
Hex 36 3A AD

RGB Percentages of Color #363aad

%18.95
%20.35
%60.70

CMYK Percentages of Color #363aad

%69
%66
%0
%32

Triadic Colors of #363aad

#363aad #ad363a #3aad36

Analogous Colors of #363aad

#363aad #6e36ad #3676ad

Monochromatic Colors of #363aad

#363aad

Complementary Color

#363aad #ada936

#363aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#363aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#363aad Color CSS Codes

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

#363aad Text Font Color

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

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


#363aad Background Color

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

This div background color is #363aad


#363aad Border Color

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

This div border color is #363aad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(54,58,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #363aad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #363aad;
  -webkit-box-shadow: 1px 1px 3px 2px #363aad;
  box-shadow:         1px 1px 3px 2px #363aad; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #363aad


Comments

No comments written yet.

Please login to write comment.