Color Hex Logo

#367def Color Hex

#367DEF
(54,125,239)
0 Favorites   0 Comments

Color spaces of #367def

RGB 54125239
HSL0.600.850.57
HSV217°77°94°
CMYK 0.770.480.00   0.06
XYZ24.434921.683584.5588
Yxy21.68350.18700.1659
Hunter Lab46.565512.1768-75.0694
CIE-Lab53.689617.5409-63.6812

#367def color RGB value is (54,125,239).

#367def hex color red value is 54, green value is 125 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #367def hue: 0.60 , saturation: 0.85 and the lightness value of 367def is 0.57.

The process color (four color CMYK) of #367def color hex is 0.77, 0.48, 0.00, 0.06. Web safe color of #367def is #3366ff. Color #367def contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 01111101 11101111
Octal 66 175 357
Decimal 54 125 239
Hex 36 7D EF

RGB Percentages of Color #367def

%12.92
%29.90
%57.18

CMYK Percentages of Color #367def

%77
%48
%0
%6

Triadic Colors of #367def

#367def #ef367d #7def36

Analogous Colors of #367def

#367def #4c36ef #36daef

Monochromatic Colors of #367def

#367def

Complementary Color

#367def #efa836

#367def Color Preview on Black Background

Lorem ipsum dolor sit amet.

#367def Color Preview on White Background

Lorem ipsum dolor sit amet.

#367def Color CSS Codes

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

#367def Text Font Color

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

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


#367def Background Color

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

This div background color is #367def


#367def Border Color

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

This div border color is #367def


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #367def


Comments

No comments written yet.

Please login to write comment.