Color Hex Logo

#306bde Color Hex

#306BDE
(48,107,222)
0 Favorites   0 Comments

Color spaces of #306bde

RGB 48107222
HSL0.610.730.53
HSV220°78°87°
CMYK 0.780.520.00   0.13
XYZ19.661416.417771.2399
Yxy16.41770.18320.1530
Hunter Lab40.518815.7078-75.8803
CIE-Lab47.517821.9237-64.1137

#306bde color RGB value is (48,107,222).

#306bde hex color red value is 48, green value is 107 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #306bde hue: 0.61 , saturation: 0.73 and the lightness value of 306bde is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 01101011 11011110
Octal 60 153 336
Decimal 48 107 222
Hex 30 6B DE

RGB Percentages of Color #306bde

%12.73
%28.38
%58.89

CMYK Percentages of Color #306bde

%78
%52
%0
%13

Triadic Colors of #306bde

#306bde #de306b #6bde30

Analogous Colors of #306bde

#306bde #4c30de #30c2de

Monochromatic Colors of #306bde

#306bde

Complementary Color

#306bde #dea330

#306bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#306bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#306bde Color CSS Codes

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

#306bde Text Font Color

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

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


#306bde Background Color

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

This div background color is #306bde


#306bde Border Color

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

This div border color is #306bde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #306bde


Comments

No comments written yet.

Please login to write comment.