Color Hex Logo

#364bfe Color Hex

#364BFE
(54,75,254)
0 Favorites   0 Comments

Color spaces of #364bfe

RGB 5475254
HSL0.650.990.60
HSV234°79°100°
CMYK 0.790.700.00   0.00
XYZ21.926812.972295.1141
Yxy12.97220.16870.0998
Hunter Lab36.016945.6396-131.3621
CIE-Lab42.721353.5451-89.9433

#364bfe color RGB value is (54,75,254).

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

The process color (four color CMYK) of #364bfe color hex is 0.79, 0.70, 0.00, 0.00. Web safe color of #364bfe is #3333ff. Color #364bfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 01001011 11111110
Octal 66 113 376
Decimal 54 75 254
Hex 36 4B FE

RGB Percentages of Color #364bfe

%14.10
%19.58
%66.32

CMYK Percentages of Color #364bfe

%79
%70
%0
%0

Triadic Colors of #364bfe

#364bfe #fe364b #4bfe36

Analogous Colors of #364bfe

#364bfe #8536fe #36affe

Monochromatic Colors of #364bfe

#364bfe

Complementary Color

#364bfe #fee936

#364bfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#364bfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#364bfe Color CSS Codes

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

#364bfe Text Font Color

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

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


#364bfe Background Color

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

This div background color is #364bfe


#364bfe Border Color

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

This div border color is #364bfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #364bfe

Related Colors


Comments

No comments written yet.

Please login to write comment.