Color Hex Logo

#367faf Color Hex

#367FAF
(54,127,175)
0 Favorites   0 Comments

Color spaces of #367faf

RGB 54127175
HSL0.570.530.45
HSV204°69°69°
CMYK 0.690.270.00   0.31
XYZ16.848619.058243.3480
Yxy19.05820.21260.2405
Hunter Lab43.6557-7.5067-28.3131
CIE-Lab50.7552-6.8639-32.0342

#367faf color RGB value is (54,127,175).

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

The process color (four color CMYK) of #367faf color hex is 0.69, 0.27, 0.00, 0.31. Web safe color of #367faf is #336699. Color #367faf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 01111111 10101111
Octal 66 177 257
Decimal 54 127 175
Hex 36 7F AF

RGB Percentages of Color #367faf

%15.17
%35.67
%49.16

CMYK Percentages of Color #367faf

%69
%27
%0
%31

Triadic Colors of #367faf

#367faf #af367f #7faf36

Analogous Colors of #367faf

#367faf #3642af #36afa3

Monochromatic Colors of #367faf

#367faf

Complementary Color

#367faf #af6636

#367faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#367faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#367faf Color CSS Codes

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

#367faf Text Font Color

<p style="color:#367faf">Text here</p>

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


#367faf Background Color

<div style="background-color:#367faf">
Div content here</div>

This div background color is #367faf


#367faf Border Color

<div style="border:3px solid #367faf">
Div here</div>

This div border color is #367faf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #367faf


Comments

No comments written yet.

Please login to write comment.