Color Hex Logo

#306bcc Color Hex

#306BCC
(48,107,204)
0 Favorites   0 Comments

Color spaces of #306bcc

RGB 48107204
HSL0.600.620.49
HSV217°76°80°
CMYK 0.760.480.00   0.20
XYZ17.375715.503459.2034
Yxy15.50340.18870.1684
Hunter Lab39.37449.8660-61.5866
CIE-Lab46.316115.1692-55.7980

#306bcc color RGB value is (48,107,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 01101011 11001100
Octal 60 153 314
Decimal 48 107 204
Hex 30 6B CC

RGB Percentages of Color #306bcc

%13.37
%29.81
%56.82

CMYK Percentages of Color #306bcc

%76
%48
%0
%20

Triadic Colors of #306bcc

#306bcc #cc306b #6bcc30

Analogous Colors of #306bcc

#306bcc #4330cc #30b9cc

Monochromatic Colors of #306bcc

#306bcc

Complementary Color

#306bcc #cc9130

#306bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#306bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#306bcc Color CSS Codes

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

#306bcc Text Font Color

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

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


#306bcc Background Color

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

This div background color is #306bcc


#306bcc Border Color

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

This div border color is #306bcc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(48,107,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 #306bcc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #306bcc


Comments

No comments written yet.

Please login to write comment.