Color Hex Logo

#306fce Color Hex

#306FCE
(48,111,206)
0 Favorites   0 Comments

Color spaces of #306fce

RGB 48111206
HSL0.600.620.50
HSV216°77°81°
CMYK 0.770.460.00   0.19
XYZ18.043916.453560.6173
Yxy16.45350.18970.1730
Hunter Lab40.56298.4184-60.2091
CIE-Lab47.563913.3826-54.9359

#306fce color RGB value is (48,111,206).

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

The process color (four color CMYK) of #306fce color hex is 0.77, 0.46, 0.00, 0.19. Web safe color of #306fce is #3366cc. Color #306fce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01101111 11001110
Octal 60 157 316
Decimal 48 111 206
Hex 30 6F CE

RGB Percentages of Color #306fce

%13.15
%30.41
%56.44

CMYK Percentages of Color #306fce

%77
%46
%0
%19

Triadic Colors of #306fce

#306fce #ce306f #6fce30

Analogous Colors of #306fce

#306fce #4030ce #30bece

Monochromatic Colors of #306fce

#306fce

Complementary Color

#306fce #ce8f30

#306fce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#306fce Color Preview on White Background

Lorem ipsum dolor sit amet.

#306fce Color CSS Codes

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

#306fce Text Font Color

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

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


#306fce Background Color

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

This div background color is #306fce


#306fce Border Color

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

This div border color is #306fce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #306fce


Comments

No comments written yet.

Please login to write comment.