Color Hex Logo

#365fad Color Hex

#365FAD
(54,95,173)
0 Favorites   0 Comments

Color spaces of #365fad

RGB 5495173
HSL0.610.520.45
HSV219°69°68°
CMYK 0.690.450.00   0.32
XYZ13.156411.985841.1552
Yxy11.98580.19840.1808
Hunter Lab34.62057.2472-46.2467
CIE-Lab41.193512.1204-45.9960

#365fad color RGB value is (54,95,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110110 01011111 10101101
Octal 66 137 255
Decimal 54 95 173
Hex 36 5F AD

RGB Percentages of Color #365fad

%16.77
%29.50
%53.73

CMYK Percentages of Color #365fad

%69
%45
%0
%32

Triadic Colors of #365fad

#365fad #ad365f #5fad36

Analogous Colors of #365fad

#365fad #4836ad #369bad

Monochromatic Colors of #365fad

#365fad

Complementary Color

#365fad #ad8436

#365fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#365fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#365fad Color CSS Codes

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

#365fad Text Font Color

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

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


#365fad Background Color

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

This div background color is #365fad


#365fad Border Color

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

This div border color is #365fad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #365fad


Comments

No comments written yet.

Please login to write comment.