Color Hex Logo

#367ccc Color Hex

#367CCC
(54,124,204)
0 Favorites   0 Comments

Color spaces of #367ccc

RGB 54124204
HSL0.590.600.51
HSV212°74°80°
CMYK 0.740.390.00   0.20
XYZ19.628119.559259.8675
Yxy19.55920.19820.1975
Hunter Lab44.22581.8260-49.3016
CIE-Lab51.33515.3026-47.7527

#367ccc color RGB value is (54,124,204).

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

The process color (four color CMYK) of #367ccc color hex is 0.74, 0.39, 0.00, 0.20. Web safe color of #367ccc is #3366cc. Color #367ccc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 01111100 11001100
Octal 66 174 314
Decimal 54 124 204
Hex 36 7C CC

RGB Percentages of Color #367ccc

%14.14
%32.46
%53.40

CMYK Percentages of Color #367ccc

%74
%39
%0
%20

Triadic Colors of #367ccc

#367ccc #cc367c #7ccc36

Analogous Colors of #367ccc

#367ccc #3b36cc #36c7cc

Monochromatic Colors of #367ccc

#367ccc

Complementary Color

#367ccc #cc8636

#367ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#367ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#367ccc Color CSS Codes

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

#367ccc Text Font Color

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

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


#367ccc Background Color

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

This div background color is #367ccc


#367ccc Border Color

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

This div border color is #367ccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #367ccc


Comments

No comments written yet.

Please login to write comment.