Color Hex Logo

#306bed Color Hex

#306BED
(48,107,237)
0 Favorites   0 Comments

Color spaces of #306bed

RGB 48107237
HSL0.610.840.56
HSV221°80°93°
CMYK 0.800.550.00   0.07
XYZ21.762717.258282.3049
Yxy17.25820.17940.1422
Hunter Lab41.543020.8087-88.3852
CIE-Lab48.583727.5091-70.8362

#306bed color RGB value is (48,107,237).

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

The process color (four color CMYK) of #306bed color hex is 0.80, 0.55, 0.00, 0.07. Web safe color of #306bed is #3366ff. Color #306bed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01101011 11101101
Octal 60 153 355
Decimal 48 107 237
Hex 30 6B ED

RGB Percentages of Color #306bed

%12.24
%27.30
%60.46

CMYK Percentages of Color #306bed

%80
%55
%0
%7

Triadic Colors of #306bed

#306bed #ed306b #6bed30

Analogous Colors of #306bed

#306bed #5330ed #30caed

Monochromatic Colors of #306bed

#306bed

Complementary Color

#306bed #edb230

#306bed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#306bed Color Preview on White Background

Lorem ipsum dolor sit amet.

#306bed Color CSS Codes

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

#306bed Text Font Color

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

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


#306bed Background Color

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

This div background color is #306bed


#306bed Border Color

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

This div border color is #306bed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #306bed


Comments

No comments written yet.

Please login to write comment.