Color Hex Logo

#396abb Color Hex

#396ABB
(57,106,187)
0 Favorites   0 Comments

Color spaces of #396abb

RGB 57106187
HSL0.600.530.48
HSV217°70°73°
CMYK 0.700.430.00   0.27
XYZ15.811014.765849.0305
Yxy14.76580.19860.1855
Hunter Lab38.42636.2001-48.7534
CIE-Lab45.311710.7111-47.5865

#396abb color RGB value is (57,106,187).

#396abb hex color red value is 57, green value is 106 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #396abb hue: 0.60 , saturation: 0.53 and the lightness value of 396abb is 0.48.

The process color (four color CMYK) of #396abb color hex is 0.70, 0.43, 0.00, 0.27. Web safe color of #396abb is #3366cc. Color #396abb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 01101010 10111011
Octal 71 152 273
Decimal 57 106 187
Hex 39 6A BB

RGB Percentages of Color #396abb

%16.29
%30.29
%53.43

CMYK Percentages of Color #396abb

%70
%43
%0
%27

Triadic Colors of #396abb

#396abb #bb396a #6abb39

Analogous Colors of #396abb

#396abb #4939bb #39abbb

Monochromatic Colors of #396abb

#396abb

Complementary Color

#396abb #bb8a39

#396abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#396abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#396abb Color CSS Codes

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

#396abb Text Font Color

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

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


#396abb Background Color

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

This div background color is #396abb


#396abb Border Color

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

This div border color is #396abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #396abb


Comments

No comments written yet.

Please login to write comment.