Color Hex Logo

#306cfb Color Hex

#306CFB
(48,108,251)
0 Favorites   0 Comments

Color spaces of #306cfb

RGB 48108251
HSL0.620.960.59
HSV222°81°98°
CMYK 0.810.570.00   0.02
XYZ23.994118.318593.5380
Yxy18.31850.17660.1348
Hunter Lab42.800125.1684-99.6159
CIE-Lab49.880232.0374-76.5386

#306cfb color RGB value is (48,108,251).

#306cfb hex color red value is 48, green value is 108 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #306cfb hue: 0.62 , saturation: 0.96 and the lightness value of 306cfb is 0.59.

The process color (four color CMYK) of #306cfb color hex is 0.81, 0.57, 0.00, 0.02. Web safe color of #306cfb is #3366ff. Color #306cfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01101100 11111011
Octal 60 154 373
Decimal 48 108 251
Hex 30 6C FB

RGB Percentages of Color #306cfb

%11.79
%26.54
%61.67

CMYK Percentages of Color #306cfb

%81
%57
%0
%2

Triadic Colors of #306cfb

#306cfb #fb306c #6cfb30

Analogous Colors of #306cfb

#306cfb #5930fb #30d2fb

Monochromatic Colors of #306cfb

#306cfb

Complementary Color

#306cfb #fbbf30

#306cfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#306cfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#306cfb Color CSS Codes

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

#306cfb Text Font Color

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

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


#306cfb Background Color

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

This div background color is #306cfb


#306cfb Border Color

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

This div border color is #306cfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #306cfb

Related Colors


Comments

No comments written yet.

Please login to write comment.