Color Hex Logo

#364ccc Color Hex

#364CCC
(54,76,204)
0 Favorites   0 Comments

Color spaces of #364ccc

RGB 5476204
HSL0.640.600.51
HSV231°74°80°
CMYK 0.740.630.00   0.20
XYZ15.004810.312858.3265
Yxy10.31280.17940.1233
Hunter Lab32.113527.2040-85.2065
CIE-Lab38.398135.7558-68.6399

#364ccc color RGB value is (54,76,204).

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

The process color (four color CMYK) of #364ccc color hex is 0.74, 0.63, 0.00, 0.20. Web safe color of #364ccc is #3333cc. Color #364ccc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 01001100 11001100
Octal 66 114 314
Decimal 54 76 204
Hex 36 4C CC

RGB Percentages of Color #364ccc

%16.17
%22.75
%61.08

CMYK Percentages of Color #364ccc

%74
%63
%0
%20

Triadic Colors of #364ccc

#364ccc #cc364c #4ccc36

Analogous Colors of #364ccc

#364ccc #6b36cc #3697cc

Monochromatic Colors of #364ccc

#364ccc

Complementary Color

#364ccc #ccb636

#364ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#364ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#364ccc Color CSS Codes

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

#364ccc Text Font Color

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

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


#364ccc Background Color

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

This div background color is #364ccc


#364ccc Border Color

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

This div border color is #364ccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #364ccc


Comments

No comments written yet.

Please login to write comment.