Color Hex Logo

#256993 Color Hex

#256993
(37,105,147)
0 Favorites   0 Comments

Color spaces of #256993

RGB 37105147
HSL0.560.600.36
HSV203°75°58°
CMYK 0.750.290.00   0.42
XYZ11.081012.603029.4524
Yxy12.60300.20850.2372
Hunter Lab35.5007-6.4102-24.3382
CIE-Lab42.1589-6.4260-29.0712

#256993 color RGB value is (37,105,147).

#256993 hex color red value is 37, green value is 105 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #256993 hue: 0.56 , saturation: 0.60 and the lightness value of 256993 is 0.36.

The process color (four color CMYK) of #256993 color hex is 0.75, 0.29, 0.00, 0.42. Web safe color of #256993 is #336699. Color #256993 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 01101001 10010011
Octal 45 151 223
Decimal 37 105 147
Hex 25 69 93

RGB Percentages of Color #256993

%12.80
%36.33
%50.87

CMYK Percentages of Color #256993

%75
%29
%0
%42

Triadic Colors of #256993

#256993 #932569 #699325

Analogous Colors of #256993

#256993 #253293 #259386

Monochromatic Colors of #256993

#256993

Complementary Color

#256993 #934f25

#256993 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#256993 Color Preview on White Background

Lorem ipsum dolor sit amet.

#256993 Color CSS Codes

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

#256993 Text Font Color

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

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


#256993 Background Color

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

This div background color is #256993


#256993 Border Color

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

This div border color is #256993


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #256993


Comments

No comments written yet.

Please login to write comment.