Color Hex Logo

#3b98bf Color Hex

#3B98BF
(59,152,191)
0 Favorites   0 Comments

Color spaces of #3b98bf

RGB 59152191
HSL0.550.530.49
HSV198°69°75°
CMYK 0.690.200.00   0.25
XYZ22.435827.147953.3478
Yxy27.14790.21800.2637
Hunter Lab52.1036-14.3194-24.2332
CIE-Lab59.1110-14.7453-28.1682

#3b98bf color RGB value is (59,152,191).

#3b98bf hex color red value is 59, green value is 152 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #3b98bf hue: 0.55 , saturation: 0.53 and the lightness value of 3b98bf is 0.49.

The process color (four color CMYK) of #3b98bf color hex is 0.69, 0.20, 0.00, 0.25. Web safe color of #3b98bf is #3399cc. Color #3b98bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111011 10011000 10111111
Octal 73 230 277
Decimal 59 152 191
Hex 3B 98 BF

RGB Percentages of Color #3b98bf

%14.68
%37.81
%47.51

CMYK Percentages of Color #3b98bf

%69
%20
%0
%25

Triadic Colors of #3b98bf

#3b98bf #bf3b98 #98bf3b

Analogous Colors of #3b98bf

#3b98bf #3b56bf #3bbfa4

Monochromatic Colors of #3b98bf

#3b98bf

Complementary Color

#3b98bf #bf623b

#3b98bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3b98bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#3b98bf Color CSS Codes

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

#3b98bf Text Font Color

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

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


#3b98bf Background Color

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

This div background color is #3b98bf


#3b98bf Border Color

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

This div border color is #3b98bf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(59,152,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3b98bf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3b98bf;
  -webkit-box-shadow: 1px 1px 3px 2px #3b98bf;
  box-shadow:         1px 1px 3px 2px #3b98bf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(59,152,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 #3b98bf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3b98bf


Comments

No comments written yet.

Please login to write comment.