Color Hex Logo

#266996 Color Hex

#266996
(38,105,150)
0 Favorites   0 Comments

Color spaces of #266996

RGB 38105150
HSL0.570.600.37
HSV204°75°59°
CMYK 0.750.300.00   0.41
XYZ11.355912.717230.7103
Yxy12.71720.20730.2321
Hunter Lab35.6612-5.5658-26.0959
CIE-Lab42.3340-5.1775-30.5851

#266996 color RGB value is (38,105,150).

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

The process color (four color CMYK) of #266996 color hex is 0.75, 0.30, 0.00, 0.41. Web safe color of #266996 is #336699. Color #266996 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100110 01101001 10010110
Octal 46 151 226
Decimal 38 105 150
Hex 26 69 96

RGB Percentages of Color #266996

%12.97
%35.84
%51.19

CMYK Percentages of Color #266996

%75
%30
%0
%41

Triadic Colors of #266996

#266996 #962669 #699626

Analogous Colors of #266996

#266996 #263196 #26968b

Monochromatic Colors of #266996

#266996

Complementary Color

#266996 #965326

#266996 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#266996 Color Preview on White Background

Lorem ipsum dolor sit amet.

#266996 Color CSS Codes

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

#266996 Text Font Color

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

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


#266996 Background Color

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

This div background color is #266996


#266996 Border Color

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

This div border color is #266996


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #266996


Comments

No comments written yet.

Please login to write comment.