Color Hex Logo

#367cdd Color Hex

#367CDD
(54,124,221)
0 Favorites   0 Comments

Color spaces of #367cdd

RGB 54124221
HSL0.600.710.54
HSV215°76°87°
CMYK 0.760.440.00   0.13
XYZ21.780120.420071.2001
Yxy20.42000.19210.1801
Hunter Lab45.18856.9542-61.7868
CIE-Lab52.308811.5344-55.8211

#367cdd color RGB value is (54,124,221).

#367cdd hex color red value is 54, green value is 124 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #367cdd hue: 0.60 , saturation: 0.71 and the lightness value of 367cdd is 0.54.

The process color (four color CMYK) of #367cdd color hex is 0.76, 0.44, 0.00, 0.13. Web safe color of #367cdd is #3366cc. Color #367cdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 01111100 11011101
Octal 66 174 335
Decimal 54 124 221
Hex 36 7C DD

RGB Percentages of Color #367cdd

%13.53
%31.08
%55.39

CMYK Percentages of Color #367cdd

%76
%44
%0
%13

Triadic Colors of #367cdd

#367cdd #dd367c #7cdd36

Analogous Colors of #367cdd

#367cdd #4336dd #36d0dd

Monochromatic Colors of #367cdd

#367cdd

Complementary Color

#367cdd #dd9736

#367cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#367cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#367cdd Color CSS Codes

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

#367cdd Text Font Color

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

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


#367cdd Background Color

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

This div background color is #367cdd


#367cdd Border Color

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

This div border color is #367cdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #367cdd


Comments

No comments written yet.

Please login to write comment.