Color Hex Logo

#306ecf Color Hex

#306ECF
(48,110,207)
0 Favorites   0 Comments

Color spaces of #306ecf

RGB 48110207
HSL0.600.620.50
HSV217°77°81°
CMYK 0.770.470.00   0.19
XYZ18.057316.285261.2231
Yxy16.28520.18900.1704
Hunter Lab40.35499.2509-61.7014
CIE-Lab47.346514.3911-55.8571

#306ecf color RGB value is (48,110,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 01101110 11001111
Octal 60 156 317
Decimal 48 110 207
Hex 30 6E CF

RGB Percentages of Color #306ecf

%13.15
%30.14
%56.71

CMYK Percentages of Color #306ecf

%77
%47
%0
%19

Triadic Colors of #306ecf

#306ecf #cf306e #6ecf30

Analogous Colors of #306ecf

#306ecf #4130cf #30becf

Monochromatic Colors of #306ecf

#306ecf

Complementary Color

#306ecf #cf9130

#306ecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#306ecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#306ecf Color CSS Codes

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

#306ecf Text Font Color

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

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


#306ecf Background Color

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

This div background color is #306ecf


#306ecf Border Color

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

This div border color is #306ecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #306ecf


Comments

No comments written yet.

Please login to write comment.