Color Hex Logo

#256bbd Color Hex

#256BBD
(37,107,189)
0 Favorites   0 Comments

Color spaces of #256bbd

RGB 37107189
HSL0.590.670.44
HSV212°80°74°
CMYK 0.800.430.00   0.26
XYZ15.206014.582850.1574
Yxy14.58280.19020.1824
Hunter Lab38.18744.2496-51.1434
CIE-Lab45.05748.2543-49.1906

#256bbd color RGB value is (37,107,189).

#256bbd hex color red value is 37, green value is 107 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #256bbd hue: 0.59 , saturation: 0.67 and the lightness value of 256bbd is 0.44.

The process color (four color CMYK) of #256bbd color hex is 0.80, 0.43, 0.00, 0.26. Web safe color of #256bbd is #3366cc. Color #256bbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 01101011 10111101
Octal 45 153 275
Decimal 37 107 189
Hex 25 6B BD

RGB Percentages of Color #256bbd

%11.11
%32.13
%56.76

CMYK Percentages of Color #256bbd

%80
%43
%0
%26

Triadic Colors of #256bbd

#256bbd #bd256b #6bbd25

Analogous Colors of #256bbd

#256bbd #2b25bd #25b7bd

Monochromatic Colors of #256bbd

#256bbd

Complementary Color

#256bbd #bd7725

#256bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#256bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#256bbd Color CSS Codes

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

#256bbd Text Font Color

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

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


#256bbd Background Color

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

This div background color is #256bbd


#256bbd Border Color

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

This div border color is #256bbd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(37,107,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #256bbd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #256bbd;
  -webkit-box-shadow: 1px 1px 3px 2px #256bbd;
  box-shadow:         1px 1px 3px 2px #256bbd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #256bbd


Comments

No comments written yet.

Please login to write comment.