Color Hex Logo

#363cce Color Hex

#363CCE
(54,60,206)
0 Favorites   0 Comments

Color spaces of #363cce

RGB 5460206
HSL0.660.610.51
HSV238°74°81°
CMYK 0.740.710.00   0.19
XYZ14.27788.472259.2753
Yxy8.47220.17410.1033
Hunter Lab29.107036.6218-100.3667
CIE-Lab34.947646.1919-75.4650

#363cce color RGB value is (54,60,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110110 00111100 11001110
Octal 66 74 316
Decimal 54 60 206
Hex 36 3C CE

RGB Percentages of Color #363cce

%16.88
%18.75
%64.38

CMYK Percentages of Color #363cce

%74
%71
%0
%19

Triadic Colors of #363cce

#363cce #ce363c #3cce36

Analogous Colors of #363cce

#363cce #7c36ce #3688ce

Monochromatic Colors of #363cce

#363cce

Complementary Color

#363cce #cec836

#363cce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#363cce Color Preview on White Background

Lorem ipsum dolor sit amet.

#363cce Color CSS Codes

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

#363cce Text Font Color

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

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


#363cce Background Color

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

This div background color is #363cce


#363cce Border Color

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

This div border color is #363cce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #363cce


Comments

No comments written yet.

Please login to write comment.