Color Hex Logo

#365aad Color Hex

#365AAD
(54,90,173)
1 Favorites   0 Comments

Color spaces of #365aad

RGB 5490173
HSL0.620.520.45
HSV222°69°68°
CMYK 0.690.480.00   0.32
XYZ12.720311.113741.0099
Yxy11.11370.19620.1714
Hunter Lab33.33729.7691-49.5998
CIE-Lab39.771315.3607-48.2777

#365aad color RGB value is (54,90,173).

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

The process color (four color CMYK) of #365aad color hex is 0.69, 0.48, 0.00, 0.32. Web safe color of #365aad is #336699. Color #365aad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 01011010 10101101
Octal 66 132 255
Decimal 54 90 173
Hex 36 5A AD

RGB Percentages of Color #365aad

%17.03
%28.39
%54.57

CMYK Percentages of Color #365aad

%69
%48
%0
%32

Triadic Colors of #365aad

#365aad #ad365a #5aad36

Analogous Colors of #365aad

#365aad #4d36ad #3696ad

Monochromatic Colors of #365aad

#365aad

Complementary Color

#365aad #ad8936

#365aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#365aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#365aad Color CSS Codes

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

#365aad Text Font Color

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

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


#365aad Background Color

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

This div background color is #365aad


#365aad Border Color

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

This div border color is #365aad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(54,90,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 #365aad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #365aad


Comments

No comments written yet.

Please login to write comment.