Color Hex Logo

#263668 Color Hex

#263668
(38,54,104)
0 Favorites   0 Comments

Color spaces of #263668

RGB 3854104
HSL0.630.460.28
HSV225°63°41°
CMYK 0.630.480.00   0.59
XYZ4.61724.049913.6351
Yxy4.04990.20700.1816
Hunter Lab20.12445.7362-26.0844
CIE-Lab23.835710.7329-31.3782

#263668 color RGB value is (38,54,104).

#263668 hex color red value is 38, green value is 54 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #263668 hue: 0.63 , saturation: 0.46 and the lightness value of 263668 is 0.28.

The process color (four color CMYK) of #263668 color hex is 0.63, 0.48, 0.00, 0.59. Web safe color of #263668 is #333366. Color #263668 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100110 00110110 01101000
Octal 46 66 150
Decimal 38 54 104
Hex 26 36 68

RGB Percentages of Color #263668

%19.39
%27.55
%53.06

CMYK Percentages of Color #263668

%63
%48
%0
%59

Triadic Colors of #263668

#263668 #682636 #366826

Analogous Colors of #263668

#263668 #372668 #265768

Monochromatic Colors of #263668

#263668

Complementary Color

#263668 #685826

#263668 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#263668 Color Preview on White Background

Lorem ipsum dolor sit amet.

#263668 Color CSS Codes

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

#263668 Text Font Color

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

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


#263668 Background Color

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

This div background color is #263668


#263668 Border Color

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

This div border color is #263668


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #263668


Comments

No comments written yet.

Please login to write comment.