Color Hex Logo

#364276 Color Hex

#364276
(54,66,118)
0 Favorites   0 Comments

Color spaces of #364276

RGB 5466118
HSL0.640.370.34
HSV229°54°46°
CMYK 0.540.440.00   0.54
XYZ6.73965.988717.9403
Yxy5.98870.21980.1953
Hunter Lab24.47186.3337-26.3352
CIE-Lab29.383911.3311-31.3963

#364276 color RGB value is (54,66,118).

#364276 hex color red value is 54, green value is 66 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #364276 hue: 0.64 , saturation: 0.37 and the lightness value of 364276 is 0.34.

The process color (four color CMYK) of #364276 color hex is 0.54, 0.44, 0.00, 0.54. Web safe color of #364276 is #333366. Color #364276 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 01000010 01110110
Octal 66 102 166
Decimal 54 66 118
Hex 36 42 76

RGB Percentages of Color #364276

%22.69
%27.73
%49.58

CMYK Percentages of Color #364276

%54
%44
%0
%54

Triadic Colors of #364276

#364276 #763642 #427636

Analogous Colors of #364276

#364276 #4a3676 #366276

Monochromatic Colors of #364276

#364276

Complementary Color

#364276 #766a36

#364276 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#364276 Color Preview on White Background

Lorem ipsum dolor sit amet.

#364276 Color CSS Codes

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

#364276 Text Font Color

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

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


#364276 Background Color

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

This div background color is #364276


#364276 Border Color

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

This div border color is #364276


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(54,66,118, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #364276; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #364276;
  -webkit-box-shadow: 1px 1px 3px 2px #364276;
  box-shadow:         1px 1px 3px 2px #364276; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #364276


Comments

No comments written yet.

Please login to write comment.