Color Hex Logo

#306bdc Color Hex

#306BDC
(48,107,220)
0 Favorites   0 Comments

Color spaces of #306bdc

RGB 48107220
HSL0.610.710.53
HSV219°78°86°
CMYK 0.780.510.00   0.14
XYZ19.394916.311169.8363
Yxy16.31110.18380.1545
Hunter Lab40.387015.0431-74.2520
CIE-Lab47.380021.1754-63.2034

#306bdc color RGB value is (48,107,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 01101011 11011100
Octal 60 153 334
Decimal 48 107 220
Hex 30 6B DC

RGB Percentages of Color #306bdc

%12.80
%28.53
%58.67

CMYK Percentages of Color #306bdc

%78
%51
%0
%14

Triadic Colors of #306bdc

#306bdc #dc306b #6bdc30

Analogous Colors of #306bdc

#306bdc #4b30dc #30c1dc

Monochromatic Colors of #306bdc

#306bdc

Complementary Color

#306bdc #dca130

#306bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#306bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#306bdc Color CSS Codes

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

#306bdc Text Font Color

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

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


#306bdc Background Color

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

This div background color is #306bdc


#306bdc Border Color

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

This div border color is #306bdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #306bdc


Comments

No comments written yet.

Please login to write comment.