Color Hex Logo

#263baf Color Hex

#263BAF
(38,59,175)
0 Favorites   0 Comments

Color spaces of #263baf

RGB 3859175
HSL0.640.640.42
HSV231°78°69°
CMYK 0.780.660.00   0.31
XYZ10.10126.635141.3058
Yxy6.63510.17400.1143
Hunter Lab25.758724.9206-77.0444
CIE-Lab30.961334.4167-63.8139

#263baf color RGB value is (38,59,175).

#263baf hex color red value is 38, green value is 59 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #263baf hue: 0.64 , saturation: 0.64 and the lightness value of 263baf is 0.42.

The process color (four color CMYK) of #263baf color hex is 0.78, 0.66, 0.00, 0.31. Web safe color of #263baf is #333399. Color #263baf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100110 00111011 10101111
Octal 46 73 257
Decimal 38 59 175
Hex 26 3B AF

RGB Percentages of Color #263baf

%13.97
%21.69
%64.34

CMYK Percentages of Color #263baf

%78
%66
%0
%31

Triadic Colors of #263baf

#263baf #af263b #3baf26

Analogous Colors of #263baf

#263baf #5526af #2680af

Monochromatic Colors of #263baf

#263baf

Complementary Color

#263baf #af9a26

#263baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#263baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#263baf Color CSS Codes

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

#263baf Text Font Color

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

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


#263baf Background Color

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

This div background color is #263baf


#263baf Border Color

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

This div border color is #263baf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(38,59,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #263baf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #263baf;
  -webkit-box-shadow: 1px 1px 3px 2px #263baf;
  box-shadow:         1px 1px 3px 2px #263baf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #263baf


Comments

No comments written yet.

Please login to write comment.