Color Hex Logo

#305dbd Color Hex

#305DBD
(48,93,189)
0 Favorites   0 Comments

Color spaces of #305dbd

RGB 4893189
HSL0.610.590.46
HSV221°75°74°
CMYK 0.750.510.00   0.26
XYZ14.318612.131249.7310
Yxy12.13120.18800.1592
Hunter Lab34.829912.4293-60.2749
CIE-Lab41.423918.5297-55.0163

#305dbd color RGB value is (48,93,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 01011101 10111101
Octal 60 135 275
Decimal 48 93 189
Hex 30 5D BD

RGB Percentages of Color #305dbd

%14.55
%28.18
%57.27

CMYK Percentages of Color #305dbd

%75
%51
%0
%26

Triadic Colors of #305dbd

#305dbd #bd305d #5dbd30

Analogous Colors of #305dbd

#305dbd #4a30bd #30a4bd

Monochromatic Colors of #305dbd

#305dbd

Complementary Color

#305dbd #bd9030

#305dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#305dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#305dbd Color CSS Codes

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

#305dbd Text Font Color

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

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


#305dbd Background Color

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

This div background color is #305dbd


#305dbd Border Color

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

This div border color is #305dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #305dbd


Comments

No comments written yet.

Please login to write comment.