Color Hex Logo

#265baa Color Hex

#265BAA
(38,91,170)
0 Favorites   0 Comments

Color spaces of #265baa

RGB 3891170
HSL0.600.630.41
HSV216°78°67°
CMYK 0.780.460.00   0.33
XYZ11.796110.796539.4924
Yxy10.79650.19000.1739
Hunter Lab32.85806.5803-48.2606
CIE-Lab39.235611.3195-47.3974

#265baa color RGB value is (38,91,170).

#265baa hex color red value is 38, green value is 91 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #265baa hue: 0.60 , saturation: 0.63 and the lightness value of 265baa is 0.41.

The process color (four color CMYK) of #265baa color hex is 0.78, 0.46, 0.00, 0.33. Web safe color of #265baa is #336699. Color #265baa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100110 01011011 10101010
Octal 46 133 252
Decimal 38 91 170
Hex 26 5B AA

RGB Percentages of Color #265baa

%12.71
%30.43
%56.86

CMYK Percentages of Color #265baa

%78
%46
%0
%33

Triadic Colors of #265baa

#265baa #aa265b #5baa26

Analogous Colors of #265baa

#265baa #3326aa #269daa

Monochromatic Colors of #265baa

#265baa

Complementary Color

#265baa #aa7526

#265baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#265baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#265baa Color CSS Codes

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

#265baa Text Font Color

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

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


#265baa Background Color

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

This div background color is #265baa


#265baa Border Color

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

This div border color is #265baa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(38,91,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #265baa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #265baa;
  -webkit-box-shadow: 1px 1px 3px 2px #265baa;
  box-shadow:         1px 1px 3px 2px #265baa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(38,91,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #265baa


Comments

No comments written yet.

Please login to write comment.