Color Hex Logo

#364be6 Color Hex

#364BE6
(54,75,230)
0 Favorites   0 Comments

Color spaces of #364be6

RGB 5475230
HSL0.650.780.56
HSV233°77°90°
CMYK 0.770.670.00   0.10
XYZ18.320311.529676.1228
Yxy11.52960.17290.1088
Hunter Lab33.955336.8866-109.1509
CIE-Lab40.458545.4693-80.1645

#364be6 color RGB value is (54,75,230).

#364be6 hex color red value is 54, green value is 75 and the blue value of its RGB is 230. Cylindrical-coordinate representations (also known as HSL) of color #364be6 hue: 0.65 , saturation: 0.78 and the lightness value of 364be6 is 0.56.

The process color (four color CMYK) of #364be6 color hex is 0.77, 0.67, 0.00, 0.10. Web safe color of #364be6 is #3333ff. Color #364be6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 01001011 11100110
Octal 66 113 346
Decimal 54 75 230
Hex 36 4B E6

RGB Percentages of Color #364be6

%15.04
%20.89
%64.07

CMYK Percentages of Color #364be6

%77
%67
%0
%10

Triadic Colors of #364be6

#364be6 #e6364b #4be636

Analogous Colors of #364be6

#364be6 #7936e6 #36a3e6

Monochromatic Colors of #364be6

#364be6

Complementary Color

#364be6 #e6d136

#364be6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#364be6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#364be6 Color CSS Codes

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

#364be6 Text Font Color

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

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


#364be6 Background Color

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

This div background color is #364be6


#364be6 Border Color

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

This div border color is #364be6


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(54,75,230, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #364be6; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #364be6;
  -webkit-box-shadow: 1px 1px 3px 2px #364be6;
  box-shadow:         1px 1px 3px 2px #364be6; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #364be6


Comments

No comments written yet.

Please login to write comment.