Color Hex Logo

#306def Color Hex

#306DEF
(48,109,239)
0 Favorites   0 Comments

Color spaces of #306def

RGB 48109239
HSL0.610.860.56
HSV221°80°94°
CMYK 0.800.540.00   0.06
XYZ22.267617.797783.9230
Yxy17.79770.17960.1435
Hunter Lab42.187320.3893-88.4141
CIE-Lab49.249826.9856-70.8740

#306def color RGB value is (48,109,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 01101101 11101111
Octal 60 155 357
Decimal 48 109 239
Hex 30 6D EF

RGB Percentages of Color #306def

%12.12
%27.53
%60.35

CMYK Percentages of Color #306def

%80
%54
%0
%6

Triadic Colors of #306def

#306def #ef306d #6def30

Analogous Colors of #306def

#306def #5230ef #30cdef

Monochromatic Colors of #306def

#306def

Complementary Color

#306def #efb230

#306def Color Preview on Black Background

Lorem ipsum dolor sit amet.

#306def Color Preview on White Background

Lorem ipsum dolor sit amet.

#306def Color CSS Codes

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

#306def Text Font Color

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

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


#306def Background Color

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

This div background color is #306def


#306def Border Color

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

This div border color is #306def


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #306def


Comments

No comments written yet.

Please login to write comment.