Color Hex Logo

#364dbf Color Hex

#364DBF
(54,77,191)
0 Favorites   0 Comments

Color spaces of #364dbf

RGB 5477191
HSL0.640.560.48
HSV230°72°75°
CMYK 0.720.600.00   0.25
XYZ13.57929.853650.4765
Yxy9.85360.18370.1333
Hunter Lab31.390422.2841-73.3663
CIE-Lab37.578430.4444-62.4123

#364dbf color RGB value is (54,77,191).

#364dbf hex color red value is 54, green value is 77 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #364dbf hue: 0.64 , saturation: 0.56 and the lightness value of 364dbf is 0.48.

The process color (four color CMYK) of #364dbf color hex is 0.72, 0.60, 0.00, 0.25. Web safe color of #364dbf is #3366cc. Color #364dbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 01001101 10111111
Octal 66 115 277
Decimal 54 77 191
Hex 36 4D BF

RGB Percentages of Color #364dbf

%16.77
%23.91
%59.32

CMYK Percentages of Color #364dbf

%72
%60
%0
%25

Triadic Colors of #364dbf

#364dbf #bf364d #4dbf36

Analogous Colors of #364dbf

#364dbf #6336bf #3692bf

Monochromatic Colors of #364dbf

#364dbf

Complementary Color

#364dbf #bfa836

#364dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#364dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#364dbf Color CSS Codes

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

#364dbf Text Font Color

<p style="color:#364dbf">Text here</p>

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


#364dbf Background Color

<div style="background-color:#364dbf">
Div content here</div>

This div background color is #364dbf


#364dbf Border Color

<div style="border:3px solid #364dbf">
Div here</div>

This div border color is #364dbf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(54,77,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #364dbf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #364dbf;
  -webkit-box-shadow: 1px 1px 3px 2px #364dbf;
  box-shadow:         1px 1px 3px 2px #364dbf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #364dbf


Comments

No comments written yet.

Please login to write comment.