Color Hex Logo

#256396 Color Hex

#256396
(37,99,150)
0 Favorites   0 Comments

Color spaces of #256396

RGB 3799150
HSL0.580.600.37
HSV207°75°59°
CMYK 0.750.340.00   0.41
XYZ10.729811.519030.5120
Yxy11.51900.20340.2183
Hunter Lab33.9397-2.9628-29.5444
CIE-Lab40.4412-1.6305-33.5656

#256396 color RGB value is (37,99,150).

#256396 hex color red value is 37, green value is 99 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #256396 hue: 0.58 , saturation: 0.60 and the lightness value of 256396 is 0.37.

The process color (four color CMYK) of #256396 color hex is 0.75, 0.34, 0.00, 0.41. Web safe color of #256396 is #336699. Color #256396 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 01100011 10010110
Octal 45 143 226
Decimal 37 99 150
Hex 25 63 96

RGB Percentages of Color #256396

%12.94
%34.62
%52.45

CMYK Percentages of Color #256396

%75
%34
%0
%41

Triadic Colors of #256396

#256396 #962563 #639625

Analogous Colors of #256396

#256396 #252b96 #259691

Monochromatic Colors of #256396

#256396

Complementary Color

#256396 #965825

#256396 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#256396 Color Preview on White Background

Lorem ipsum dolor sit amet.

#256396 Color CSS Codes

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

#256396 Text Font Color

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

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


#256396 Background Color

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

This div background color is #256396


#256396 Border Color

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

This div border color is #256396


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(37,99,150, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #256396; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #256396;
  -webkit-box-shadow: 1px 1px 3px 2px #256396;
  box-shadow:         1px 1px 3px 2px #256396; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(37,99,150, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #256396


Comments

No comments written yet.

Please login to write comment.