Color Hex Logo

#306dbd Color Hex

#306DBD
(48,109,189)
0 Favorites   0 Comments

Color spaces of #306dbd

RGB 48109189
HSL0.590.590.46
HSV214°75°74°
CMYK 0.750.420.00   0.26
XYZ15.872915.239850.2491
Yxy15.23980.19510.1873
Hunter Lab39.03824.2612-48.9901
CIE-Lab45.96098.2714-47.7269

#306dbd color RGB value is (48,109,189).

#306dbd hex color red value is 48, green value is 109 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #306dbd hue: 0.59 , saturation: 0.59 and the lightness value of 306dbd is 0.46.

The process color (four color CMYK) of #306dbd color hex is 0.75, 0.42, 0.00, 0.26. Web safe color of #306dbd is #3366cc. Color #306dbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01101101 10111101
Octal 60 155 275
Decimal 48 109 189
Hex 30 6D BD

RGB Percentages of Color #306dbd

%13.87
%31.50
%54.62

CMYK Percentages of Color #306dbd

%75
%42
%0
%26

Triadic Colors of #306dbd

#306dbd #bd306d #6dbd30

Analogous Colors of #306dbd

#306dbd #3a30bd #30b4bd

Monochromatic Colors of #306dbd

#306dbd

Complementary Color

#306dbd #bd8030

#306dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#306dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#306dbd Color CSS Codes

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

#306dbd Text Font Color

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

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


#306dbd Background Color

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

This div background color is #306dbd


#306dbd Border Color

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

This div border color is #306dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #306dbd


Comments

No comments written yet.

Please login to write comment.