Color Hex Logo

#364cbf Color Hex

#364CBF
(54,76,191)
0 Favorites   0 Comments

Color spaces of #364cbf

RGB 5476191
HSL0.640.560.48
HSV230°72°75°
CMYK 0.720.600.00   0.25
XYZ13.50979.714750.4533
Yxy9.71470.18340.1319
Hunter Lab31.168422.8247-74.1567
CIE-Lab37.325431.0880-62.8247

#364cbf color RGB value is (54,76,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110110 01001100 10111111
Octal 66 114 277
Decimal 54 76 191
Hex 36 4C BF

RGB Percentages of Color #364cbf

%16.82
%23.68
%59.50

CMYK Percentages of Color #364cbf

%72
%60
%0
%25

Triadic Colors of #364cbf

#364cbf #bf364c #4cbf36

Analogous Colors of #364cbf

#364cbf #6536bf #3691bf

Monochromatic Colors of #364cbf

#364cbf

Complementary Color

#364cbf #bfa936

#364cbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#364cbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#364cbf Color CSS Codes

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

#364cbf Text Font Color

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

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


#364cbf Background Color

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

This div background color is #364cbf


#364cbf Border Color

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

This div border color is #364cbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #364cbf


Comments

No comments written yet.

Please login to write comment.