Color Hex Logo

#306bda Color Hex

#306BDA
(48,107,218)
0 Favorites   0 Comments

Color spaces of #306bda

RGB 48107218
HSL0.610.700.52
HSV219°78°85°
CMYK 0.780.510.00   0.15
XYZ19.131516.205768.4493
Yxy16.20570.18430.1561
Hunter Lab40.256314.3822-72.6336
CIE-Lab47.243220.4264-62.2898

#306bda color RGB value is (48,107,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 01101011 11011010
Octal 60 153 332
Decimal 48 107 218
Hex 30 6B DA

RGB Percentages of Color #306bda

%12.87
%28.69
%58.45

CMYK Percentages of Color #306bda

%78
%51
%0
%15

Triadic Colors of #306bda

#306bda #da306b #6bda30

Analogous Colors of #306bda

#306bda #4a30da #30c0da

Monochromatic Colors of #306bda

#306bda

Complementary Color

#306bda #da9f30

#306bda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#306bda Color Preview on White Background

Lorem ipsum dolor sit amet.

#306bda Color CSS Codes

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

#306bda Text Font Color

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

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


#306bda Background Color

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

This div background color is #306bda


#306bda Border Color

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

This div border color is #306bda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #306bda


Comments

No comments written yet.

Please login to write comment.