Color Hex Logo

#366caf Color Hex

#366CAF
(54,108,175)
0 Favorites   0 Comments

Color spaces of #366caf

RGB 54108175
HSL0.590.530.45
HSV213°69°69°
CMYK 0.690.380.00   0.31
XYZ14.621714.604542.6057
Yxy14.60450.20360.2033
Hunter Lab38.21581.4179-39.3496
CIE-Lab45.08774.6016-40.9612

#366caf color RGB value is (54,108,175).

#366caf hex color red value is 54, green value is 108 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #366caf hue: 0.59 , saturation: 0.53 and the lightness value of 366caf is 0.45.

The process color (four color CMYK) of #366caf color hex is 0.69, 0.38, 0.00, 0.31. Web safe color of #366caf is #336699. Color #366caf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 01101100 10101111
Octal 66 154 257
Decimal 54 108 175
Hex 36 6C AF

RGB Percentages of Color #366caf

%16.02
%32.05
%51.93

CMYK Percentages of Color #366caf

%69
%38
%0
%31

Triadic Colors of #366caf

#366caf #af366c #6caf36

Analogous Colors of #366caf

#366caf #3d36af #36a9af

Monochromatic Colors of #366caf

#366caf

Complementary Color

#366caf #af7936

#366caf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#366caf Color Preview on White Background

Lorem ipsum dolor sit amet.

#366caf Color CSS Codes

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

#366caf Text Font Color

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

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


#366caf Background Color

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

This div background color is #366caf


#366caf Border Color

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

This div border color is #366caf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(54,108,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #366caf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #366caf;
  -webkit-box-shadow: 1px 1px 3px 2px #366caf;
  box-shadow:         1px 1px 3px 2px #366caf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #366caf


Comments

No comments written yet.

Please login to write comment.