color codes Logo

#363ccc color codes

#363CCC
(54,60,204)
0 Favorites   0 Comments

Color spaces of #363ccc

RGB 5460204
HSL0.660.600.51
HSV238°74°80°
CMYK 0.740.710.00   0.20
XYZ14.03638.375658.0036
Yxy8.37560.17450.1042
Hunter Lab28.940635.9270-98.5722
CIE-Lab34.753245.5226-74.6239

#363ccc color RGB value is (54,60,204).

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

The process color (four color CMYK) of #363ccc color code is 0.74, 0.71, 0.00, 0.20. Web safe color of #363ccc is #3333cc. Color #363ccc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110110 00111100 11001100
Octal 66 74 314
Decimal 54 60 204
Hex 36 3C CC

RGB Percentages of Color #363ccc

%16.98
%18.87
%64.15

CMYK Percentages of Color #363ccc

%74
%71
%0
%20

Triadic Colors of #363ccc

#363ccc #cc363c #3ccc36

Analogous Colors of #363ccc

#363ccc #7b36cc #3687cc

Monochromatic Colors of #363ccc

#363ccc

Complementary Color

#363ccc #ccc636

#363ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#363ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#363ccc Color CSS Codes

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

#363ccc Text Font Color

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

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


#363ccc Background Color

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

This div background color is #363ccc


#363ccc Border Color

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

This div border color is #363ccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #363ccc


Comments

No comments written yet.

Please login to write comment.