Color Hex Logo

#305cbd Color Hex

#305CBD
(48,92,189)
0 Favorites   0 Comments

Color spaces of #305cbd

RGB 4892189
HSL0.610.590.46
HSV221°75°74°
CMYK 0.750.510.00   0.26
XYZ14.231411.956849.7019
Yxy11.95680.18750.1576
Hunter Lab34.578612.9521-61.0160
CIE-Lab41.147419.1803-55.4630

#305cbd color RGB value is (48,92,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 01011100 10111101
Octal 60 134 275
Decimal 48 92 189
Hex 30 5C BD

RGB Percentages of Color #305cbd

%14.59
%27.96
%57.45

CMYK Percentages of Color #305cbd

%75
%51
%0
%26

Triadic Colors of #305cbd

#305cbd #bd305c #5cbd30

Analogous Colors of #305cbd

#305cbd #4a30bd #30a3bd

Monochromatic Colors of #305cbd

#305cbd

Complementary Color

#305cbd #bd9130

#305cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#305cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#305cbd Color CSS Codes

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

#305cbd Text Font Color

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

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


#305cbd Background Color

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

This div background color is #305cbd


#305cbd Border Color

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

This div border color is #305cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #305cbd


Comments

No comments written yet.

Please login to write comment.