Color Hex Logo

#263493 Color Hex

#263493
(38,52,147)
0 Favorites   0 Comments

Color spaces of #263493

RGB 3852147
HSL0.650.590.36
HSV232°74°58°
CMYK 0.740.650.00   0.42
XYZ7.29384.974628.1795
Yxy4.97460.18030.1230
Hunter Lab22.303819.3415-59.2966
CIE-Lab26.662328.5862-53.8986

#263493 color RGB value is (38,52,147).

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

The process color (four color CMYK) of #263493 color hex is 0.74, 0.65, 0.00, 0.42. Web safe color of #263493 is #333399. Color #263493 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100110 00110100 10010011
Octal 46 64 223
Decimal 38 52 147
Hex 26 34 93

RGB Percentages of Color #263493

%16.03
%21.94
%62.03

CMYK Percentages of Color #263493

%74
%65
%0
%42

Triadic Colors of #263493

#263493 #932634 #349326

Analogous Colors of #263493

#263493 #4e2693 #266b93

Monochromatic Colors of #263493

#263493

Complementary Color

#263493 #938526

#263493 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#263493 Color Preview on White Background

Lorem ipsum dolor sit amet.

#263493 Color CSS Codes

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

#263493 Text Font Color

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

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


#263493 Background Color

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

This div background color is #263493


#263493 Border Color

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

This div border color is #263493


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #263493


Comments

No comments written yet.

Please login to write comment.