Color Hex Logo

#306fdc Color Hex

#306FDC
(48,111,220)
0 Favorites   0 Comments

Color spaces of #306fdc

RGB 48111220
HSL0.610.710.53
HSV218°78°86°
CMYK 0.780.500.00   0.14
XYZ19.821617.164669.9785
Yxy17.16460.18530.1605
Hunter Lab41.430212.8976-71.1439
CIE-Lab48.466818.6342-61.4467

#306fdc color RGB value is (48,111,220).

#306fdc hex color red value is 48, green value is 111 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #306fdc hue: 0.61 , saturation: 0.71 and the lightness value of 306fdc is 0.53.

The process color (four color CMYK) of #306fdc color hex is 0.78, 0.50, 0.00, 0.14. Web safe color of #306fdc is #3366cc. Color #306fdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01101111 11011100
Octal 60 157 334
Decimal 48 111 220
Hex 30 6F DC

RGB Percentages of Color #306fdc

%12.66
%29.29
%58.05

CMYK Percentages of Color #306fdc

%78
%50
%0
%14

Triadic Colors of #306fdc

#306fdc #dc306f #6fdc30

Analogous Colors of #306fdc

#306fdc #4730dc #30c5dc

Monochromatic Colors of #306fdc

#306fdc

Complementary Color

#306fdc #dc9d30

#306fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#306fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#306fdc Color CSS Codes

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

#306fdc Text Font Color

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

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


#306fdc Background Color

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

This div background color is #306fdc


#306fdc Border Color

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

This div border color is #306fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #306fdc


Comments

No comments written yet.

Please login to write comment.