Color Hex Logo

#367eff Color Hex

#367EFF
(54,126,255)
0 Favorites   0 Comments

Color spaces of #367eff

RGB 54126255
HSL0.611.000.61
HSV219°79°100°
CMYK 0.790.510.00   0.00
XYZ27.032222.926097.6081
Yxy22.92600.18320.1554
Hunter Lab47.881116.9837-87.3490
CIE-Lab54.996022.7971-70.4367

#367eff color RGB value is (54,126,255).

#367eff hex color red value is 54, green value is 126 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #367eff hue: 0.61 , saturation: 1.00 and the lightness value of 367eff is 0.61.

The process color (four color CMYK) of #367eff color hex is 0.79, 0.51, 0.00, 0.00. Web safe color of #367eff is #3366ff. Color #367eff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 01111110 11111111
Octal 66 176 377
Decimal 54 126 255
Hex 36 7E FF

RGB Percentages of Color #367eff

%12.41
%28.97
%58.62

CMYK Percentages of Color #367eff

%79
%51
%0
%0

Triadic Colors of #367eff

#367eff #ff367e #7eff36

Analogous Colors of #367eff

#367eff #5336ff #36e3ff

Monochromatic Colors of #367eff

#367eff

Complementary Color

#367eff #ffb736

#367eff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#367eff Color Preview on White Background

Lorem ipsum dolor sit amet.

#367eff Color CSS Codes

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

#367eff Text Font Color

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

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


#367eff Background Color

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

This div background color is #367eff


#367eff Border Color

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

This div border color is #367eff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(54,126,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #367eff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #367eff;
  -webkit-box-shadow: 1px 1px 3px 2px #367eff;
  box-shadow:         1px 1px 3px 2px #367eff; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #367eff


Comments

No comments written yet.

Please login to write comment.