Color Hex Logo

#364bdb Color Hex

#364BDB
(54,75,219)
0 Favorites   0 Comments

Color spaces of #364bdb

RGB 5475219
HSL0.650.700.54
HSV232°75°86°
CMYK 0.750.660.00   0.14
XYZ16.823610.930968.2410
Yxy10.93090.17530.1139
Hunter Lab33.061932.9716-99.2334
CIE-Lab39.463841.6669-75.5285

#364bdb color RGB value is (54,75,219).

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

The process color (four color CMYK) of #364bdb color hex is 0.75, 0.66, 0.00, 0.14. Web safe color of #364bdb is #3333cc. Color #364bdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 01001011 11011011
Octal 66 113 333
Decimal 54 75 219
Hex 36 4B DB

RGB Percentages of Color #364bdb

%15.52
%21.55
%62.93

CMYK Percentages of Color #364bdb

%75
%66
%0
%14

Triadic Colors of #364bdb

#364bdb #db364b #4bdb36

Analogous Colors of #364bdb

#364bdb #7436db #369edb

Monochromatic Colors of #364bdb

#364bdb

Complementary Color

#364bdb #dbc636

#364bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#364bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#364bdb Color CSS Codes

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

#364bdb Text Font Color

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

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


#364bdb Background Color

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

This div background color is #364bdb


#364bdb Border Color

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

This div border color is #364bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #364bdb


Comments

No comments written yet.

Please login to write comment.