Color Hex Logo

#309fbb Color Hex

#309FBB
(48,159,187)
0 Favorites   0 Comments

Color spaces of #309fbb

RGB 48159187
HSL0.530.590.46
HSV192°74°73°
CMYK 0.740.150.00   0.27
XYZ22.586729.012551.4232
Yxy29.01250.21920.2816
Hunter Lab53.8633-19.4096-18.8998
CIE-Lab60.7927-21.3027-23.3494

#309fbb color RGB value is (48,159,187).

#309fbb hex color red value is 48, green value is 159 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #309fbb hue: 0.53 , saturation: 0.59 and the lightness value of 309fbb is 0.46.

The process color (four color CMYK) of #309fbb color hex is 0.74, 0.15, 0.00, 0.27. Web safe color of #309fbb is #3399cc. Color #309fbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 10011111 10111011
Octal 60 237 273
Decimal 48 159 187
Hex 30 9F BB

RGB Percentages of Color #309fbb

%12.18
%40.36
%47.46

CMYK Percentages of Color #309fbb

%74
%15
%0
%27

Triadic Colors of #309fbb

#309fbb #bb309f #9fbb30

Analogous Colors of #309fbb

#309fbb #305abb #30bb92

Monochromatic Colors of #309fbb

#309fbb

Complementary Color

#309fbb #bb4c30

#309fbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#309fbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#309fbb Color CSS Codes

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

#309fbb Text Font Color

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

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


#309fbb Background Color

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

This div background color is #309fbb


#309fbb Border Color

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

This div border color is #309fbb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(48,159,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #309fbb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #309fbb;
  -webkit-box-shadow: 1px 1px 3px 2px #309fbb;
  box-shadow:         1px 1px 3px 2px #309fbb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(48,159,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #309fbb


Comments

No comments written yet.

Please login to write comment.