Color Hex Logo

#309fbc Color Hex

#309FBC
(48,159,188)
0 Favorites   0 Comments

Color spaces of #309fbc

RGB 48159188
HSL0.530.590.46
HSV192°74°74°
CMYK 0.740.150.00   0.26
XYZ22.694229.055551.9891
Yxy29.05550.21880.2801
Hunter Lab53.9032-19.1788-19.4525
CIE-Lab60.8306-20.9756-23.8533

#309fbc color RGB value is (48,159,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 10011111 10111100
Octal 60 237 274
Decimal 48 159 188
Hex 30 9F BC

RGB Percentages of Color #309fbc

%12.15
%40.25
%47.59

CMYK Percentages of Color #309fbc

%74
%15
%0
%26

Triadic Colors of #309fbc

#309fbc #bc309f #9fbc30

Analogous Colors of #309fbc

#309fbc #3059bc #30bc93

Monochromatic Colors of #309fbc

#309fbc

Complementary Color

#309fbc #bc4d30

#309fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#309fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#309fbc Color CSS Codes

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

#309fbc Text Font Color

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

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


#309fbc Background Color

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

This div background color is #309fbc


#309fbc Border Color

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

This div border color is #309fbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #309fbc


Comments

No comments written yet.

Please login to write comment.