Color Hex Logo

#367af9 Color Hex

#367AF9
(54,122,249)
0 Favorites   0 Comments

Color spaces of #367af9

RGB 54122249
HSL0.610.940.59
HSV219°78°98°
CMYK 0.780.510.00   0.02
XYZ25.579721.542992.4325
Yxy21.54290.18330.1544
Hunter Lab46.414317.1492-85.5839
CIE-Lab53.538623.0811-69.4789

#367af9 color RGB value is (54,122,249).

#367af9 hex color red value is 54, green value is 122 and the blue value of its RGB is 249. Cylindrical-coordinate representations (also known as HSL) of color #367af9 hue: 0.61 , saturation: 0.94 and the lightness value of 367af9 is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 00110110 01111010 11111001
Octal 66 172 371
Decimal 54 122 249
Hex 36 7A F9

RGB Percentages of Color #367af9

%12.71
%28.71
%58.59

CMYK Percentages of Color #367af9

%78
%51
%0
%2

Triadic Colors of #367af9

#367af9 #f9367a #7af936

Analogous Colors of #367af9

#367af9 #5336f9 #36dcf9

Monochromatic Colors of #367af9

#367af9

Complementary Color

#367af9 #f9b536

#367af9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#367af9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#367af9 Color CSS Codes

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

#367af9 Text Font Color

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

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


#367af9 Background Color

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

This div background color is #367af9


#367af9 Border Color

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

This div border color is #367af9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #367af9


Comments

No comments written yet.

Please login to write comment.