Color Hex Logo

#267989 Color Hex

#267989
(38,121,137)
0 Favorites   0 Comments

Color spaces of #267989

RGB 38121137
HSL0.530.570.34
HSV190°72°54°
CMYK 0.720.120.00   0.46
XYZ12.152115.893026.0941
Yxy15.89300.22450.2936
Hunter Lab39.8660-15.3546-10.9017
CIE-Lab46.8338-18.9472-15.8952

#267989 color RGB value is (38,121,137).

#267989 hex color red value is 38, green value is 121 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #267989 hue: 0.53 , saturation: 0.57 and the lightness value of 267989 is 0.34.

The process color (four color CMYK) of #267989 color hex is 0.72, 0.12, 0.00, 0.46. Web safe color of #267989 is #336699. Color #267989 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100110 01111001 10001001
Octal 46 171 211
Decimal 38 121 137
Hex 26 79 89

RGB Percentages of Color #267989

%12.84
%40.88
%46.28

CMYK Percentages of Color #267989

%72
%12
%0
%46

Triadic Colors of #267989

#267989 #892679 #798926

Analogous Colors of #267989

#267989 #264889 #268968

Monochromatic Colors of #267989

#267989

Complementary Color

#267989 #893626

#267989 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#267989 Color Preview on White Background

Lorem ipsum dolor sit amet.

#267989 Color CSS Codes

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

#267989 Text Font Color

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

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


#267989 Background Color

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

This div background color is #267989


#267989 Border Color

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

This div border color is #267989


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #267989


Comments

No comments written yet.

Please login to write comment.