Color Hex Logo

#2389bf Color Hex

#2389BF
(35,137,191)
0 Favorites   0 Comments

Color spaces of #2389bf

RGB 35137191
HSL0.560.690.44
HSV201°82°75°
CMYK 0.820.280.00   0.25
XYZ19.042822.010252.5350
Yxy22.01020.20350.2352
Hunter Lab46.9150-9.6482-33.5519
CIE-Lab54.0378-9.3143-36.1102

#2389bf color RGB value is (35,137,191).

#2389bf hex color red value is 35, green value is 137 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #2389bf hue: 0.56 , saturation: 0.69 and the lightness value of 2389bf is 0.44.

The process color (four color CMYK) of #2389bf color hex is 0.82, 0.28, 0.00, 0.25. Web safe color of #2389bf is #3399cc. Color #2389bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100011 10001001 10111111
Octal 43 211 277
Decimal 35 137 191
Hex 23 89 BF

RGB Percentages of Color #2389bf

%9.64
%37.74
%52.62

CMYK Percentages of Color #2389bf

%82
%28
%0
%25

Triadic Colors of #2389bf

#2389bf #bf2389 #89bf23

Analogous Colors of #2389bf

#2389bf #233bbf #23bfa7

Monochromatic Colors of #2389bf

#2389bf

Complementary Color

#2389bf #bf5923

#2389bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2389bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#2389bf Color CSS Codes

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

#2389bf Text Font Color

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

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


#2389bf Background Color

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

This div background color is #2389bf


#2389bf Border Color

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

This div border color is #2389bf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(35,137,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2389bf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2389bf;
  -webkit-box-shadow: 1px 1px 3px 2px #2389bf;
  box-shadow:         1px 1px 3px 2px #2389bf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2389bf


Comments

No comments written yet.

Please login to write comment.