Color Hex Logo

#395cce Color Hex

#395CCE
(57,92,206)
0 Favorites   0 Comments

Color spaces of #395cce

RGB 5792206
HSL0.630.600.52
HSV226°72°81°
CMYK 0.720.550.00   0.19
XYZ16.655112.980460.0202
Yxy12.98040.18580.1448
Hunter Lab36.028319.4671-73.5524
CIE-Lab42.733726.6323-62.7219

#395cce color RGB value is (57,92,206).

#395cce hex color red value is 57, green value is 92 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #395cce hue: 0.63 , saturation: 0.60 and the lightness value of 395cce is 0.52.

The process color (four color CMYK) of #395cce color hex is 0.72, 0.55, 0.00, 0.19. Web safe color of #395cce is #3366cc. Color #395cce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 01011100 11001110
Octal 71 134 316
Decimal 57 92 206
Hex 39 5C CE

RGB Percentages of Color #395cce

%16.06
%25.92
%58.03

CMYK Percentages of Color #395cce

%72
%55
%0
%19

Triadic Colors of #395cce

#395cce #ce395c #5cce39

Analogous Colors of #395cce

#395cce #6139ce #39a7ce

Monochromatic Colors of #395cce

#395cce

Complementary Color

#395cce #ceab39

#395cce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#395cce Color Preview on White Background

Lorem ipsum dolor sit amet.

#395cce Color CSS Codes

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

#395cce Text Font Color

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

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


#395cce Background Color

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

This div background color is #395cce


#395cce Border Color

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

This div border color is #395cce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #395cce

#395cce Color Palettes


Comments

No comments written yet.

Please login to write comment.