Color Hex Logo

#26329b Color Hex

#26329B
(38,50,155)
0 Favorites   0 Comments

Color spaces of #26329b

RGB 3850155
HSL0.650.610.38
HSV234°75°61°
CMYK 0.750.680.00   0.39
XYZ7.85635.059831.5729
Yxy5.05980.17660.1137
Hunter Lab22.494022.9788-67.4745
CIE-Lab26.904532.8697-58.4045

#26329b color RGB value is (38,50,155).

#26329b hex color red value is 38, green value is 50 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #26329b hue: 0.65 , saturation: 0.61 and the lightness value of 26329b is 0.38.

The process color (four color CMYK) of #26329b color hex is 0.75, 0.68, 0.00, 0.39. Web safe color of #26329b is #333399. Color #26329b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100110 00110010 10011011
Octal 46 62 233
Decimal 38 50 155
Hex 26 32 9B

RGB Percentages of Color #26329b

%15.64
%20.58
%63.79

CMYK Percentages of Color #26329b

%75
%68
%0
%39

Triadic Colors of #26329b

#26329b #9b2632 #329b26

Analogous Colors of #26329b

#26329b #55269b #266d9b

Monochromatic Colors of #26329b

#26329b

Complementary Color

#26329b #9b8f26

#26329b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#26329b Color Preview on White Background

Lorem ipsum dolor sit amet.

#26329b Color CSS Codes

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

#26329b Text Font Color

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

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


#26329b Background Color

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

This div background color is #26329b


#26329b Border Color

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

This div border color is #26329b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(38,50,155, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #26329b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #26329b;
  -webkit-box-shadow: 1px 1px 3px 2px #26329b;
  box-shadow:         1px 1px 3px 2px #26329b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #26329b


Comments

No comments written yet.

Please login to write comment.