Color Hex Logo

#364bff Color Hex

#364BFF
(54,75,255)
0 Favorites   0 Comments

Color spaces of #364bff

RGB 5475255
HSL0.651.000.61
HSV234°79°100°
CMYK 0.790.710.00   0.00
XYZ22.087413.036495.9599
Yxy13.03640.16850.0995
Hunter Lab36.106046.0099-132.3027
CIE-Lab42.818053.8751-90.3416

#364bff color RGB value is (54,75,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110110 01001011 11111111
Octal 66 113 377
Decimal 54 75 255
Hex 36 4B FF

RGB Percentages of Color #364bff

%14.06
%19.53
%66.41

CMYK Percentages of Color #364bff

%79
%71
%0
%0

Triadic Colors of #364bff

#364bff #ff364b #4bff36

Analogous Colors of #364bff

#364bff #8636ff #36b0ff

Monochromatic Colors of #364bff

#364bff

Complementary Color

#364bff #ffea36

#364bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#364bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#364bff Color CSS Codes

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

#364bff Text Font Color

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

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


#364bff Background Color

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

This div background color is #364bff


#364bff Border Color

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

This div border color is #364bff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(54,75,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 #364bff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #364bff

Related Colors


Comments

No comments written yet.

Please login to write comment.