Color Hex Logo

#263365 Color Hex

#263365
(38,51,101)
0 Favorites   0 Comments

Color spaces of #263365

RGB 3851101
HSL0.630.450.27
HSV228°62°40°
CMYK 0.620.500.00   0.60
XYZ4.33213.719312.8015
Yxy3.71930.20770.1784
Hunter Lab19.28556.3469-25.8562
CIE-Lab22.720911.7032-31.2183

#263365 color RGB value is (38,51,101).

#263365 hex color red value is 38, green value is 51 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #263365 hue: 0.63 , saturation: 0.45 and the lightness value of 263365 is 0.27.

The process color (four color CMYK) of #263365 color hex is 0.62, 0.50, 0.00, 0.60. Web safe color of #263365 is #333366. Color #263365 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100110 00110011 01100101
Octal 46 63 145
Decimal 38 51 101
Hex 26 33 65

RGB Percentages of Color #263365

%20.00
%26.84
%53.16

CMYK Percentages of Color #263365

%62
%50
%0
%60

Triadic Colors of #263365

#263365 #652633 #336526

Analogous Colors of #263365

#263365 #392665 #265265

Monochromatic Colors of #263365

#263365

Complementary Color

#263365 #655826

#263365 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#263365 Color Preview on White Background

Lorem ipsum dolor sit amet.

#263365 Color CSS Codes

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

#263365 Text Font Color

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

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


#263365 Background Color

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

This div background color is #263365


#263365 Border Color

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

This div border color is #263365


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #263365


Comments

No comments written yet.

Please login to write comment.