color codes Logo

#26649b color codes

#26649B
(38,100,155)
0 Favorites   0 Comments

Color spaces of #26649b

RGB 38100155
HSL0.580.610.38
HSV208°75°61°
CMYK 0.750.350.00   0.39
XYZ11.272911.893032.7118
Yxy11.89300.20170.2128
Hunter Lab34.4862-2.0026-32.0990
CIE-Lab41.0456-0.2253-35.5962

#26649b color RGB value is (38,100,155).

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

The process color (four color CMYK) of #26649b color code is 0.75, 0.35, 0.00, 0.39. Web safe color of #26649b is #336699. Color #26649b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100110 01100100 10011011
Octal 46 144 233
Decimal 38 100 155
Hex 26 64 9B

RGB Percentages of Color #26649b

%12.97
%34.13
%52.90

CMYK Percentages of Color #26649b

%75
%35
%0
%39

Triadic Colors of #26649b

#26649b #9b2664 #649b26

Analogous Colors of #26649b

#26649b #262a9b #269b98

Monochromatic Colors of #26649b

#26649b

Complementary Color

#26649b #9b5d26

#26649b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#26649b Color Preview on White Background

Lorem ipsum dolor sit amet.

#26649b Color CSS Codes

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

#26649b Text Font Color

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

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


#26649b Background Color

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

This div background color is #26649b


#26649b Border Color

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

This div border color is #26649b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(38,100,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 #26649b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #26649b


Comments

No comments written yet.

Please login to write comment.