Color Hex Logo

#364274 Color Hex

#364274
(54,66,116)
0 Favorites   0 Comments

Color spaces of #364274

RGB 5466116
HSL0.630.360.33
HSV228°53°45°
CMYK 0.530.430.00   0.55
XYZ6.62195.941717.3208
Yxy5.94170.22160.1988
Hunter Lab24.37565.8342-25.0673
CIE-Lab29.264910.6324-30.3246

#364274 color RGB value is (54,66,116).

#364274 hex color red value is 54, green value is 66 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #364274 hue: 0.63 , saturation: 0.36 and the lightness value of 364274 is 0.33.

The process color (four color CMYK) of #364274 color hex is 0.53, 0.43, 0.00, 0.55. Web safe color of #364274 is #333366. Color #364274 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 01000010 01110100
Octal 66 102 164
Decimal 54 66 116
Hex 36 42 74

RGB Percentages of Color #364274

%22.88
%27.97
%49.15

CMYK Percentages of Color #364274

%53
%43
%0
%55

Triadic Colors of #364274

#364274 #743642 #427436

Analogous Colors of #364274

#364274 #493674 #366174

Monochromatic Colors of #364274

#364274

Complementary Color

#364274 #746836

#364274 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#364274 Color Preview on White Background

Lorem ipsum dolor sit amet.

#364274 Color CSS Codes

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

#364274 Text Font Color

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

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


#364274 Background Color

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

This div background color is #364274


#364274 Border Color

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

This div border color is #364274


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #364274


Comments

No comments written yet.

Please login to write comment.