Color Hex Logo

#306ebc Color Hex

#306EBC
(48,110,188)
0 Favorites   0 Comments

Color spaces of #306ebc

RGB 48110188
HSL0.590.590.46
HSV213°74°74°
CMYK 0.740.410.00   0.26
XYZ15.872015.411149.7150
Yxy15.41110.19600.1903
Hunter Lab39.25703.4697-47.6049
CIE-Lab46.19227.2692-46.7786

#306ebc color RGB value is (48,110,188).

#306ebc hex color red value is 48, green value is 110 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #306ebc hue: 0.59 , saturation: 0.59 and the lightness value of 306ebc is 0.46.

The process color (four color CMYK) of #306ebc color hex is 0.74, 0.41, 0.00, 0.26. Web safe color of #306ebc is #3366cc. Color #306ebc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01101110 10111100
Octal 60 156 274
Decimal 48 110 188
Hex 30 6E BC

RGB Percentages of Color #306ebc

%13.87
%31.79
%54.34

CMYK Percentages of Color #306ebc

%74
%41
%0
%26

Triadic Colors of #306ebc

#306ebc #bc306e #6ebc30

Analogous Colors of #306ebc

#306ebc #3830bc #30b4bc

Monochromatic Colors of #306ebc

#306ebc

Complementary Color

#306ebc #bc7e30

#306ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#306ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#306ebc Color CSS Codes

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

#306ebc Text Font Color

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

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


#306ebc Background Color

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

This div background color is #306ebc


#306ebc Border Color

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

This div border color is #306ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #306ebc


Comments

No comments written yet.

Please login to write comment.