Color Hex Logo

#365daf Color Hex

#365DAF
(54,93,175)
0 Favorites   0 Comments

Color spaces of #365daf

RGB 5493175
HSL0.610.530.45
HSV221°69°69°
CMYK 0.690.470.00   0.31
XYZ13.173511.708142.1230
Yxy11.70810.19660.1747
Hunter Lab34.21718.8421-49.0370
CIE-Lab40.748414.1512-47.8882

#365daf color RGB value is (54,93,175).

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

The process color (four color CMYK) of #365daf color hex is 0.69, 0.47, 0.00, 0.31. Web safe color of #365daf is #336699. Color #365daf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 01011101 10101111
Octal 66 135 257
Decimal 54 93 175
Hex 36 5D AF

RGB Percentages of Color #365daf

%16.77
%28.88
%54.35

CMYK Percentages of Color #365daf

%69
%47
%0
%31

Triadic Colors of #365daf

#365daf #af365d #5daf36

Analogous Colors of #365daf

#365daf #4c36af #369aaf

Monochromatic Colors of #365daf

#365daf

Complementary Color

#365daf #af8836

#365daf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#365daf Color Preview on White Background

Lorem ipsum dolor sit amet.

#365daf Color CSS Codes

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

#365daf Text Font Color

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

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


#365daf Background Color

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

This div background color is #365daf


#365daf Border Color

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

This div border color is #365daf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #365daf


Comments

No comments written yet.

Please login to write comment.