Color Hex Logo

#306edb Color Hex

#306EDB
(48,110,219)
0 Favorites   0 Comments

Color spaces of #306edb

RGB 48110219
HSL0.610.700.52
HSV218°78°86°
CMYK 0.780.500.00   0.14
XYZ19.581016.894769.2468
Yxy16.89470.18520.1598
Hunter Lab41.103213.1045-71.1141
CIE-Lab48.127118.8938-61.4287

#306edb color RGB value is (48,110,219).

#306edb hex color red value is 48, green value is 110 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #306edb hue: 0.61 , saturation: 0.70 and the lightness value of 306edb is 0.52.

The process color (four color CMYK) of #306edb color hex is 0.78, 0.50, 0.00, 0.14. Web safe color of #306edb is #3366cc. Color #306edb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01101110 11011011
Octal 60 156 333
Decimal 48 110 219
Hex 30 6E DB

RGB Percentages of Color #306edb

%12.73
%29.18
%58.09

CMYK Percentages of Color #306edb

%78
%50
%0
%14

Triadic Colors of #306edb

#306edb #db306e #6edb30

Analogous Colors of #306edb

#306edb #4730db #30c4db

Monochromatic Colors of #306edb

#306edb

Complementary Color

#306edb #db9d30

#306edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#306edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#306edb Color CSS Codes

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

#306edb Text Font Color

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

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


#306edb Background Color

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

This div background color is #306edb


#306edb Border Color

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

This div border color is #306edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #306edb


Comments

No comments written yet.

Please login to write comment.