Color Hex Logo

#256090 Color Hex

#256090
(37,96,144)
0 Favorites   0 Comments

Color spaces of #256090

RGB 3796144
HSL0.570.590.35
HSV207°74°56°
CMYK 0.740.330.00   0.44
XYZ9.979910.772727.9389
Yxy10.77270.20500.2212
Hunter Lab32.8218-3.1628-27.4942
CIE-Lab39.1950-2.0249-31.9268

#256090 color RGB value is (37,96,144).

#256090 hex color red value is 37, green value is 96 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #256090 hue: 0.57 , saturation: 0.59 and the lightness value of 256090 is 0.35.

The process color (four color CMYK) of #256090 color hex is 0.74, 0.33, 0.00, 0.44. Web safe color of #256090 is #336699. Color #256090 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 01100000 10010000
Octal 45 140 220
Decimal 37 96 144
Hex 25 60 90

RGB Percentages of Color #256090

%13.36
%34.66
%51.99

CMYK Percentages of Color #256090

%74
%33
%0
%44

Triadic Colors of #256090

#256090 #902560 #609025

Analogous Colors of #256090

#256090 #252b90 #25908b

Monochromatic Colors of #256090

#256090

Complementary Color

#256090 #905525

#256090 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#256090 Color Preview on White Background

Lorem ipsum dolor sit amet.

#256090 Color CSS Codes

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

#256090 Text Font Color

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

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


#256090 Background Color

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

This div background color is #256090


#256090 Border Color

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

This div border color is #256090


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #256090


Comments

No comments written yet.

Please login to write comment.