Color Hex Logo

#309bcc Color Hex

#309BCC
(48,155,204)
0 Favorites   0 Comments

Color spaces of #309bcc

RGB 48155204
HSL0.550.620.49
HSV199°76°80°
CMYK 0.760.240.00   0.20
XYZ23.839428.430761.3579
Yxy28.43070.20980.2502
Hunter Lab53.3204-13.5040-30.9030
CIE-Lab60.2759-13.4523-33.6861

#309bcc color RGB value is (48,155,204).

#309bcc hex color red value is 48, green value is 155 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #309bcc hue: 0.55 , saturation: 0.62 and the lightness value of 309bcc is 0.49.

The process color (four color CMYK) of #309bcc color hex is 0.76, 0.24, 0.00, 0.20. Web safe color of #309bcc is #3399cc. Color #309bcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 10011011 11001100
Octal 60 233 314
Decimal 48 155 204
Hex 30 9B CC

RGB Percentages of Color #309bcc

%11.79
%38.08
%50.12

CMYK Percentages of Color #309bcc

%76
%24
%0
%20

Triadic Colors of #309bcc

#309bcc #cc309b #9bcc30

Analogous Colors of #309bcc

#309bcc #304dcc #30ccaf

Monochromatic Colors of #309bcc

#309bcc

Complementary Color

#309bcc #cc6130

#309bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#309bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#309bcc Color CSS Codes

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

#309bcc Text Font Color

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

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


#309bcc Background Color

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

This div background color is #309bcc


#309bcc Border Color

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

This div border color is #309bcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #309bcc


Comments

No comments written yet.

Please login to write comment.