Color Hex Logo

#306dce Color Hex

#306DCE
(48,109,206)
0 Favorites   0 Comments

Color spaces of #306dce

RGB 48109206
HSL0.600.620.50
HSV217°77°81°
CMYK 0.770.470.00   0.19
XYZ17.828116.021960.5454
Yxy16.02190.18890.1697
Hunter Lab40.02749.4556-61.6629
CIE-Lab47.003214.6493-55.8376

#306dce color RGB value is (48,109,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 01101101 11001110
Octal 60 155 316
Decimal 48 109 206
Hex 30 6D CE

RGB Percentages of Color #306dce

%13.22
%30.03
%56.75

CMYK Percentages of Color #306dce

%77
%47
%0
%19

Triadic Colors of #306dce

#306dce #ce306d #6dce30

Analogous Colors of #306dce

#306dce #4230ce #30bcce

Monochromatic Colors of #306dce

#306dce

Complementary Color

#306dce #ce9130

#306dce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#306dce Color Preview on White Background

Lorem ipsum dolor sit amet.

#306dce Color CSS Codes

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

#306dce Text Font Color

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

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


#306dce Background Color

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

This div background color is #306dce


#306dce Border Color

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

This div border color is #306dce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #306dce


Comments

No comments written yet.

Please login to write comment.