Color Hex Logo

#306bce Color Hex

#306BCE
(48,107,206)
0 Favorites   0 Comments

Color spaces of #306bce

RGB 48107206
HSL0.600.620.50
HSV218°77°81°
CMYK 0.770.480.00   0.19
XYZ17.617215.600060.4751
Yxy15.60000.18800.1665
Hunter Lab39.496810.4988-63.1334
CIE-Lab46.445315.9212-56.7359

#306bce color RGB value is (48,107,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 01101011 11001110
Octal 60 153 316
Decimal 48 107 206
Hex 30 6B CE

RGB Percentages of Color #306bce

%13.30
%29.64
%57.06

CMYK Percentages of Color #306bce

%77
%48
%0
%19

Triadic Colors of #306bce

#306bce #ce306b #6bce30

Analogous Colors of #306bce

#306bce #4430ce #30bace

Monochromatic Colors of #306bce

#306bce

Complementary Color

#306bce #ce9330

#306bce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#306bce Color Preview on White Background

Lorem ipsum dolor sit amet.

#306bce Color CSS Codes

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

#306bce Text Font Color

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

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


#306bce Background Color

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

This div background color is #306bce


#306bce Border Color

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

This div border color is #306bce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #306bce


Comments

No comments written yet.

Please login to write comment.