Color Hex Logo

#353cce Color Hex

#353CCE
(53,60,206)
0 Favorites   0 Comments

Color spaces of #353cce

RGB 5360206
HSL0.660.610.51
HSV237°74°81°
CMYK 0.740.710.00   0.19
XYZ14.22468.444859.2728
Yxy8.44480.17360.1031
Hunter Lab29.059936.5194-100.5903
CIE-Lab34.892646.0984-75.5575

#353cce color RGB value is (53,60,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110101 00111100 11001110
Octal 65 74 316
Decimal 53 60 206
Hex 35 3C CE

RGB Percentages of Color #353cce

%16.61
%18.81
%64.58

CMYK Percentages of Color #353cce

%74
%71
%0
%19

Triadic Colors of #353cce

#353cce #ce353c #3cce35

Analogous Colors of #353cce

#353cce #7b35ce #3589ce

Monochromatic Colors of #353cce

#353cce

Complementary Color

#353cce #cec735

#353cce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#353cce Color Preview on White Background

Lorem ipsum dolor sit amet.

#353cce Color CSS Codes

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

#353cce Text Font Color

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

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


#353cce Background Color

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

This div background color is #353cce


#353cce Border Color

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

This div border color is #353cce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(53,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 #353cce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #353cce


Comments

No comments written yet.

Please login to write comment.