Color Hex Logo

#265990 Color Hex

#265990
(38,89,144)
0 Favorites   0 Comments

Color spaces of #265990

RGB 3889144
HSL0.590.580.36
HSV211°74°56°
CMYK 0.740.380.00   0.44
XYZ9.40579.570427.7371
Yxy9.57040.20130.2049
Hunter Lab30.93610.1324-31.5038
CIE-Lab37.06012.5636-35.3008

#265990 color RGB value is (38,89,144).

#265990 hex color red value is 38, green value is 89 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #265990 hue: 0.59 , saturation: 0.58 and the lightness value of 265990 is 0.36.

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

Base Numbers

BaseRedGreenBlue
Binary 00100110 01011001 10010000
Octal 46 131 220
Decimal 38 89 144
Hex 26 59 90

RGB Percentages of Color #265990

%14.02
%32.84
%53.14

CMYK Percentages of Color #265990

%74
%38
%0
%44

Triadic Colors of #265990

#265990 #902659 #599026

Analogous Colors of #265990

#265990 #282690 #268e90

Monochromatic Colors of #265990

#265990

Complementary Color

#265990 #905d26

#265990 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#265990 Color Preview on White Background

Lorem ipsum dolor sit amet.

#265990 Color CSS Codes

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

#265990 Text Font Color

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

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


#265990 Background Color

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

This div background color is #265990


#265990 Border Color

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

This div border color is #265990


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(38,89,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 #265990">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #265990


Comments

No comments written yet.

Please login to write comment.