Color Hex Logo

#263498 Color Hex

#263498
(38,52,152)
0 Favorites   0 Comments

Color spaces of #263498

RGB 3852152
HSL0.650.600.37
HSV233°75°60°
CMYK 0.750.660.00   0.40
XYZ7.69485.135130.2914
Yxy5.13510.17840.1191
Hunter Lab22.660820.9560-63.3924
CIE-Lab27.116230.4540-56.2235

#263498 color RGB value is (38,52,152).

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

The process color (four color CMYK) of #263498 color hex is 0.75, 0.66, 0.00, 0.40. Web safe color of #263498 is #333399. Color #263498 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100110 00110100 10011000
Octal 46 64 230
Decimal 38 52 152
Hex 26 34 98

RGB Percentages of Color #263498

%15.70
%21.49
%62.81

CMYK Percentages of Color #263498

%75
%66
%0
%40

Triadic Colors of #263498

#263498 #982634 #349826

Analogous Colors of #263498

#263498 #512698 #266d98

Monochromatic Colors of #263498

#263498

Complementary Color

#263498 #988a26

#263498 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#263498 Color Preview on White Background

Lorem ipsum dolor sit amet.

#263498 Color CSS Codes

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

#263498 Text Font Color

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

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


#263498 Background Color

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

This div background color is #263498


#263498 Border Color

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

This div border color is #263498


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #263498


Comments

No comments written yet.

Please login to write comment.