Color Hex Logo

#306ebd Color Hex

#306EBD
(48,110,189)
0 Favorites   0 Comments

Color spaces of #306ebd

RGB 48110189
HSL0.590.590.46
HSV214°75°74°
CMYK 0.750.420.00   0.26
XYZ15.980215.454450.2849
Yxy15.45440.19550.1891
Hunter Lab39.31213.7634-48.3206
CIE-Lab46.25047.6426-47.2645

#306ebd color RGB value is (48,110,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 01101110 10111101
Octal 60 156 275
Decimal 48 110 189
Hex 30 6E BD

RGB Percentages of Color #306ebd

%13.83
%31.70
%54.47

CMYK Percentages of Color #306ebd

%75
%42
%0
%26

Triadic Colors of #306ebd

#306ebd #bd306e #6ebd30

Analogous Colors of #306ebd

#306ebd #3830bd #30b5bd

Monochromatic Colors of #306ebd

#306ebd

Complementary Color

#306ebd #bd7f30

#306ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#306ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#306ebd Color CSS Codes

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

#306ebd Text Font Color

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

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


#306ebd Background Color

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

This div background color is #306ebd


#306ebd Border Color

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

This div border color is #306ebd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(48,110,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 #306ebd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #306ebd


Comments

No comments written yet.

Please login to write comment.