Color Hex Logo

#264688 Color Hex

#264688
(38,70,136)
0 Favorites   0 Comments

Color spaces of #264688

RGB 3870136
HSL0.610.560.34
HSV220°72°53°
CMYK 0.720.490.00   0.47
XYZ7.43346.570024.1689
Yxy6.57000.19470.1721
Hunter Lab25.63206.9098-37.9632
CIE-Lab30.807212.0669-40.3936

#264688 color RGB value is (38,70,136).

#264688 hex color red value is 38, green value is 70 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #264688 hue: 0.61 , saturation: 0.56 and the lightness value of 264688 is 0.34.

The process color (four color CMYK) of #264688 color hex is 0.72, 0.49, 0.00, 0.47. Web safe color of #264688 is #333399. Color #264688 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100110 01000110 10001000
Octal 46 106 210
Decimal 38 70 136
Hex 26 46 88

RGB Percentages of Color #264688

%15.57
%28.69
%55.74

CMYK Percentages of Color #264688

%72
%49
%0
%47

Triadic Colors of #264688

#264688 #882646 #468826

Analogous Colors of #264688

#264688 #372688 #267788

Monochromatic Colors of #264688

#264688

Complementary Color

#264688 #886826

#264688 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#264688 Color Preview on White Background

Lorem ipsum dolor sit amet.

#264688 Color CSS Codes

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

#264688 Text Font Color

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

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


#264688 Background Color

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

This div background color is #264688


#264688 Border Color

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

This div border color is #264688


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #264688


Comments

No comments written yet.

Please login to write comment.