Color Hex Logo

#263580 Color Hex

#263580
(38,53,128)
0 Favorites   0 Comments

Color spaces of #263580

RGB 3853128
HSL0.640.540.33
HSV230°70°50°
CMYK 0.700.590.00   0.50
XYZ5.96874.516820.9793
Yxy4.51680.18970.1436
Hunter Lab21.252812.9382-43.6502
CIE-Lab25.311220.6736-44.2892

#263580 color RGB value is (38,53,128).

#263580 hex color red value is 38, green value is 53 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #263580 hue: 0.64 , saturation: 0.54 and the lightness value of 263580 is 0.33.

The process color (four color CMYK) of #263580 color hex is 0.70, 0.59, 0.00, 0.50. Web safe color of #263580 is #333399. Color #263580 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100110 00110101 10000000
Octal 46 65 200
Decimal 38 53 128
Hex 26 35 80

RGB Percentages of Color #263580

%17.35
%24.20
%58.45

CMYK Percentages of Color #263580

%70
%59
%0
%50

Triadic Colors of #263580

#263580 #802635 #358026

Analogous Colors of #263580

#263580 #442680 #266280

Monochromatic Colors of #263580

#263580

Complementary Color

#263580 #807126

#263580 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#263580 Color Preview on White Background

Lorem ipsum dolor sit amet.

#263580 Color CSS Codes

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

#263580 Text Font Color

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

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


#263580 Background Color

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

This div background color is #263580


#263580 Border Color

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

This div border color is #263580


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #263580


Comments

No comments written yet.

Please login to write comment.