Color Hex Logo

#396fed Color Hex

#396FED
(57,111,237)
0 Favorites   0 Comments

Color spaces of #396fed

RGB 57111237
HSL0.620.830.58
HSV222°76°93°
CMYK 0.760.530.00   0.07
XYZ22.657818.353282.4691
Yxy18.35320.18350.1486
Hunter Lab42.840619.4350-84.1460
CIE-Lab49.921725.8794-68.6504

#396fed color RGB value is (57,111,237).

#396fed hex color red value is 57, green value is 111 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #396fed hue: 0.62 , saturation: 0.83 and the lightness value of 396fed is 0.58.

The process color (four color CMYK) of #396fed color hex is 0.76, 0.53, 0.00, 0.07. Web safe color of #396fed is #3366ff. Color #396fed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 01101111 11101101
Octal 71 157 355
Decimal 57 111 237
Hex 39 6F ED

RGB Percentages of Color #396fed

%14.07
%27.41
%58.52

CMYK Percentages of Color #396fed

%76
%53
%0
%7

Triadic Colors of #396fed

#396fed #ed396f #6fed39

Analogous Colors of #396fed

#396fed #5d39ed #39c9ed

Monochromatic Colors of #396fed

#396fed

Complementary Color

#396fed #edb739

#396fed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#396fed Color Preview on White Background

Lorem ipsum dolor sit amet.

#396fed Color CSS Codes

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

#396fed Text Font Color

<p style="color:#396fed">Text here</p>

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


#396fed Background Color

<div style="background-color:#396fed">
Div content here</div>

This div background color is #396fed


#396fed Border Color

<div style="border:3px solid #396fed">
Div here</div>

This div border color is #396fed


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(57,111,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #396fed; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #396fed;
  -webkit-box-shadow: 1px 1px 3px 2px #396fed;
  box-shadow:         1px 1px 3px 2px #396fed; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(57,111,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #396fed


Comments

No comments written yet.

Please login to write comment.