Color Hex Logo

#362fcc Color Hex

#362FCC
(54,47,204)
0 Favorites   0 Comments

Color spaces of #362fcc

RGB 5447204
HSL0.670.630.49
HSV243°77°80°
CMYK 0.740.770.00   0.20
XYZ13.43697.176957.8038
Yxy7.17690.17140.0915
Hunter Lab26.789742.6480-109.1763
CIE-Lab32.206352.6838-78.8287

#362fcc color RGB value is (54,47,204).

#362fcc hex color red value is 54, green value is 47 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #362fcc hue: 0.67 , saturation: 0.63 and the lightness value of 362fcc is 0.49.

The process color (four color CMYK) of #362fcc color hex is 0.74, 0.77, 0.00, 0.20. Web safe color of #362fcc is #3333cc. Color #362fcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 00101111 11001100
Octal 66 57 314
Decimal 54 47 204
Hex 36 2F CC

RGB Percentages of Color #362fcc

%17.70
%15.41
%66.89

CMYK Percentages of Color #362fcc

%74
%77
%0
%20

Triadic Colors of #362fcc

#362fcc #cc362f #2fcc36

Analogous Colors of #362fcc

#362fcc #852fcc #2f77cc

Monochromatic Colors of #362fcc

#362fcc

Complementary Color

#362fcc #c5cc2f

#362fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#362fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#362fcc Color CSS Codes

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

#362fcc Text Font Color

<p style="color:#362fcc">Text here</p>

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


#362fcc Background Color

<div style="background-color:#362fcc">
Div content here</div>

This div background color is #362fcc


#362fcc Border Color

<div style="border:3px solid #362fcc">
Div here</div>

This div border color is #362fcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #362fcc


Comments

No comments written yet.

Please login to write comment.