Color Hex Logo

#365eaf Color Hex

#365EAF
(54,94,175)
0 Favorites   0 Comments

Color spaces of #365eaf

RGB 5494175
HSL0.610.530.45
HSV220°69°69°
CMYK 0.690.460.00   0.31
XYZ13.261911.884842.1525
Yxy11.88480.19710.1766
Hunter Lab34.47438.3369-48.3631
CIE-Lab41.032413.5043-47.4325

#365eaf color RGB value is (54,94,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110110 01011110 10101111
Octal 66 136 257
Decimal 54 94 175
Hex 36 5E AF

RGB Percentages of Color #365eaf

%16.72
%29.10
%54.18

CMYK Percentages of Color #365eaf

%69
%46
%0
%31

Triadic Colors of #365eaf

#365eaf #af365e #5eaf36

Analogous Colors of #365eaf

#365eaf #4b36af #369baf

Monochromatic Colors of #365eaf

#365eaf

Complementary Color

#365eaf #af8736

#365eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#365eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#365eaf Color CSS Codes

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

#365eaf Text Font Color

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

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


#365eaf Background Color

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

This div background color is #365eaf


#365eaf Border Color

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

This div border color is #365eaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #365eaf


Comments

No comments written yet.

Please login to write comment.